Searched refs:showOutOfSpaceMessage (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java876 boolean showOutOfSpaceMessage = false;
884 showOutOfSpaceMessage =
888 if (showOutOfSpaceMessage) {
889 mLauncher.showOutOfSpaceMessage(false);
H A DLauncher.java1107 showOutOfSpaceMessage(isHotseatLayout(layout));
1172 showOutOfSpaceMessage(isHotseatLayout(layout));
1265 showOutOfSpaceMessage(isHotseatLayout(layout));
1470 void showOutOfSpaceMessage(boolean isHotseatLayout) { method in class:Launcher
3099 showOutOfSpaceMessage(isHotseatLayout(layout));
H A DWorkspace.java2037 mLauncher.showOutOfSpaceMessage(isHotseat);
2994 mLauncher.showOutOfSpaceMessage(mLauncher.isHotseatLayout(layout));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2730 showOutOfSpaceMessage(true);
2733 showOutOfSpaceMessage(false);
2737 private void showOutOfSpaceMessage(boolean isHotseatLayout) { method in class:Workspace

Completed in 908 milliseconds