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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1081 showOutOfSpaceMessage(isHotseatLayout(layout));
1144 showOutOfSpaceMessage(isHotseatLayout(layout));
1236 showOutOfSpaceMessage(isHotseatLayout(layout));
1435 void showOutOfSpaceMessage(boolean isHotseatLayout) { argument
1436 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);
2405 boolean allowLongPress = isHotseatLayout(v) || mWorkspace.allowLongPress();
2422 boolean isHotseatLayout(View layout) { method in class:Launcher
3041 showOutOfSpaceMessage(isHotseatLayout(layout));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1268 showOutOfSpaceMessage(isHotseatLayout(layout));
1331 showOutOfSpaceMessage(isHotseatLayout(layout));
1423 showOutOfSpaceMessage(isHotseatLayout(layout));
1623 void showOutOfSpaceMessage(boolean isHotseatLayout) { argument
1624 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);
2614 boolean allowLongPress = isHotseatLayout(v) || mWorkspace.allowLongPress();
2636 boolean isHotseatLayout(View layout) { method in class:Launcher
3191 showOutOfSpaceMessage(isHotseatLayout(layout));

Completed in 58 milliseconds