Home | History | Annotate | Download | only in launcher2

Lines Matching refs:isHotseatLayout

1081             showOutOfSpaceMessage(isHotseatLayout(layout));
1146 showOutOfSpaceMessage(isHotseatLayout(layout));
1239 showOutOfSpaceMessage(isHotseatLayout(layout));
1444 void showOutOfSpaceMessage(boolean isHotseatLayout) {
1445 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);
2437 boolean allowLongPress = isHotseatLayout(v) || mWorkspace.allowLongPress();
2454 boolean isHotseatLayout(View layout) {
3073 showOutOfSpaceMessage(isHotseatLayout(layout));