File tree Expand file tree Collapse file tree
packages/SystemUI/src/com/android/systemui/recents Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,15 +112,11 @@ public AlternateRecentsComponent(Context context) {
112112 mTaskStackBounds = new Rect ();
113113 }
114114
115- public void onStart () {}
116-
117- public void onBootCompleted () {
115+ public void onStart () {
118116 // Initialize some static datastructures
119117 TaskStackViewLayoutAlgorithm .initializeCurve ();
120118 // Load the header bar layout
121119 reloadHeaderBarLayout ();
122- mBootCompleted = true ;
123-
124120 // Try and pre-emptively bind the search widget on startup to ensure that we
125121 // have the right thumbnail bounds to animate to.
126122 if (Constants .DebugFlags .App .EnableSearchLayout ) {
@@ -138,6 +134,10 @@ public void onBootCompleted() {
138134 }
139135 }
140136
137+ public void onBootCompleted () {
138+ mBootCompleted = true ;
139+ }
140+
141141 /** Shows the recents */
142142 public void onShowRecents (boolean triggeredFromAltTab , View statusBarView ) {
143143 mStatusBarView = statusBarView ;
You can’t perform that action at this time.
0 commit comments