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.java529 if (hasCustomContent()) { in removeAllWorkspaceScreens()
1303 boolean shouldOverScroll = (amount <= 0 && (!hasCustomContent() || mIsRtl)) || in overScroll()
1304 (amount >= 0 && (!hasCustomContent() || !mIsRtl)); in overScroll()
1396 if (hasCustomContent() && getNextPage() == 0 && !mCustomContentShowing) { in notifyPageSwitchListener()
1402 } else if (hasCustomContent() && getNextPage() != 0 && mCustomContentShowing) { in notifyPageSwitchListener()
1707 public boolean hasCustomContent() { in hasCustomContent() method in Workspace.WallpaperOffsetInterpolator
1712 return hasCustomContent() ? 1 : 0; in numCustomPages()
1716 return hasCustomContent() && getNextPage() == 0 && mRestorePage == INVALID_RESTORE_PAGE; in isOnOrMovingToCustomContent()
1722 if (hasCustomContent()) { in updateStateForCustomContent()
2197 if (hasCustomContent()) { in updateCustomContentVisibility()
[all …]
DLauncher.java629 if (!mWorkspace.hasCustomContent() && hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()
633 } else if (mWorkspace.hasCustomContent() && !hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java411 screenIndex = workspace.hasCustomContent() ? 1 : 0; in findSpaceOnWorkspace()