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

/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.java259 @Thunk Hotseat mHotseat; field in class:Launcher
566 if (mHotseat != null) {
567 mHotseatImportanceForAccessibility = mHotseat.getImportantForAccessibility();
568 mHotseat.setImportantForAccessibility(
579 if (mHotseatImportanceStored && mHotseat != null) {
580 mHotseat.setImportantForAccessibility(mHotseatImportanceForAccessibility);
1366 mHotseat = (Hotseat) findViewById(R.id.hotseat);
1367 if (mHotseat != null) {
1368 mHotseat.setOnLongClickListener(this);
1821 return mHotseat;
[all...]

Completed in 39 milliseconds