Searched refs:mHotseat (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java58 private Hotseat mHotseat; field in class:AllAppsTransitionController
244 mHotseat.setVisibility(View.VISIBLE);
245 mHotseatBackgroundColor = mHotseat.getBackgroundDrawableColor();
246 mHotseat.setBackgroundTransparent(true /* transparent */);
453 mHotseat.setVisibility(View.INVISIBLE);
459 mHotseat.setBackgroundTransparent(false /* transparent */);
460 mHotseat.setVisibility(View.VISIBLE);
487 mHotseat = hotseat;
489 mHotseat.addOnLayoutChangeListener(this);
490 mHotseat
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java229 @Thunk Hotseat mHotseat; field in class:Launcher
482 mHotseat.updateColor(mExtractedColors, !mPaused);
574 if (mHotseat != null) {
575 mHotseatImportanceForAccessibility = mHotseat.getImportantForAccessibility();
576 mHotseat.setImportantForAccessibility(
587 if (mHotseatImportanceStored && mHotseat != null) {
588 mHotseat.setImportantForAccessibility(mHotseatImportanceForAccessibility);
1313 mHotseat = (Hotseat) findViewById(R.id.hotseat);
1314 if (mHotseat != null) {
1315 mHotseat
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java236 private Hotseat mHotseat; field in class:Launcher
1034 mHotseat = (Hotseat) findViewById(R.id.hotseat);
1035 if (mHotseat != null) {
1036 mHotseat.setup(this);
2481 return mHotseat != null && layout != null &&
2482 (layout instanceof CellLayout) && (layout == mHotseat.getLayout());
2485 return mHotseat;
2496 if (mHotseat != null) {
2497 return mHotseat.getLayout();
2518 return mHotseat
[all...]

Completed in 122 milliseconds