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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java65 private Hotseat mHotseat; field in class:AllAppsTransitionController
268 mHotseat.setVisibility(View.VISIBLE);
269 mHotseatBackgroundColor = mHotseat.getBackgroundDrawableColor();
270 mHotseat.setBackgroundTransparent(true /* transparent */);
503 mHotseat.setVisibility(View.INVISIBLE);
513 mHotseat.setBackgroundTransparent(false /* transparent */);
514 mHotseat.setVisibility(View.VISIBLE);
544 mHotseat = hotseat;
546 mHotseat.bringToFront();
/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...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java241 @Thunk Hotseat mHotseat; field in class:Launcher
531 mHotseat.updateColor(mExtractedColors, !mPaused);
1286 mHotseat = (Hotseat) findViewById(R.id.hotseat);
1287 if (mHotseat != null) {
1288 mHotseat.setOnLongClickListener(this);
1316 mAllAppsController.setupViews(mAppsView, mHotseat, mWorkspace);
1652 return mHotseat;
2772 mDeviceProfile.inv.isAllAppsButtonRank(mHotseat.getOrderInHotseat(
2785 return mHotseat != null && layout != null &&
2786 (layout instanceof CellLayout) && (layout == mHotseat
[all...]

Completed in 63 milliseconds