Home
last modified time | relevance | path

Searched refs:hasCustomContent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java669 if (hasCustomContent()) { in removeAllWorkspaceScreens()
1442 boolean shouldOverScroll = (amount <= 0 && (!hasCustomContent() || mIsRtl)) || in overScroll()
1443 (amount >= 0 && (!hasCustomContent() || !mIsRtl)); in overScroll()
1600 if (hasCustomContent() && getNextPage() == 0 && !mCustomContentShowing) { in notifyPageSwitchListener()
1606 } else if (hasCustomContent() && getNextPage() != 0 && mCustomContentShowing) { in notifyPageSwitchListener()
1713 public boolean hasCustomContent() { in hasCustomContent() method in Workspace
1718 return hasCustomContent() ? 1 : 0; in numCustomPages()
1722 return hasCustomContent() && getNextPage() == 0; in isOnOrMovingToCustomContent()
1728 if (hasCustomContent()) { in updateStateForCustomContent()
2157 if (hasCustomContent()) { in setCustomContentVisibility()
[all …]
DLauncher.java633 if (!mWorkspace.hasCustomContent() && hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()
637 } else if (mWorkspace.hasCustomContent() && !hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java415 screenIndex = workspace.hasCustomContent() ? 1 : 0; in findSpaceOnWorkspace()