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

/packages/apps/Launcher2/src/com/android/launcher2/
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));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2637 showOutOfSpaceMessage(true);
2640 showOutOfSpaceMessage(false);
2644 private void showOutOfSpaceMessage(boolean isHotseatLayout) { method in class:Workspace

Completed in 96 milliseconds