Searched refs:isHotseat (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java104 public void setIsHotseat(boolean isHotseat) { argument
105 mIsHotseatLayout = isHotseat;
H A DCellLayout.java619 public void setIsHotseat(boolean isHotseat) { argument
620 mIsHotseat = isHotseat;
621 mShortcutsAndWidgets.setIsHotseat(isHotseat);
624 public boolean isHotseat() { method in class:CellLayout
1124 if (isHotseat()) {
H A DWorkspace.java2428 boolean isHotseat = mLauncher.isHotseatLayout(dropTargetLayout);
2429 if (mTargetCell != null && isHotseat && !FeatureFlags.NO_ALL_APPS_ICON) {
2437 mLauncher.showOutOfSpaceMessage(isHotseat);
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DWorkspaceAccessibilityHelper.java60 if (dragInfo.dragType == DragType.WIDGET && mView.isHotseat()) {
164 if (mView.isHotseat()) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2028 boolean isHotseat = mLauncher.isHotseatLayout(dropTargetLayout);
2029 if (mTargetCell != null && isHotseat) {
2037 mLauncher.showOutOfSpaceMessage(isHotseat);
H A DCellLayout.java611 public void setIsHotseat(boolean isHotseat) { argument
612 mIsHotseat = isHotseat;

Completed in 874 milliseconds