Home | History | Annotate | Download | only in launcher3

Lines Matching refs:isHotseatLayout

1544             showOutOfSpaceMessage(isHotseatLayout(layout));
1637 showOutOfSpaceMessage(isHotseatLayout(layout));
1894 void showOutOfSpaceMessage(boolean isHotseatLayout) {
1895 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);
3175 final boolean inHotseat = isHotseatLayout(v);
3201 boolean isHotseatLayout(View layout) {