Home | History | Annotate | Download | only in launcher3

Lines Matching refs:isHotseat

624     public void setIsHotseat(boolean isHotseat) {
625 mIsHotseat = isHotseat;
626 mShortcutsAndWidgets.setIsHotseat(isHotseat);
629 public boolean isHotseat() {
1125 if (isHotseat()) {