Searched defs:isHotseat (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java122 public void setIsHotseat(boolean isHotseat) { argument
123 mIsHotseatLayout = isHotseat;
H A DCellLayout.java599 public void setIsHotseat(boolean isHotseat) { argument
600 mIsHotseat = isHotseat;
601 mShortcutsAndWidgets.setIsHotseat(isHotseat);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java611 public void setIsHotseat(boolean isHotseat) { argument
612 mIsHotseat = isHotseat;

Completed in 55 milliseconds