Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java547 if (hasCustomContent()) { in removeAllWorkspaceScreens()
1289 boolean shouldOverScroll = (amount <= 0 && (!hasCustomContent() || isRtl)) || in overScroll()
1290 (amount >= 0 && (!hasCustomContent() || !isRtl)); in overScroll()
1328 if (hasCustomContent() && getNextPage() == 0 && !mCustomContentShowing) { in notifyPageSwitchListener()
1334 } else if (hasCustomContent() && getNextPage() != 0 && mCustomContentShowing) { in notifyPageSwitchListener()
1675 public boolean hasCustomContent() { in hasCustomContent() method in Workspace.WallpaperOffsetInterpolator
1680 return hasCustomContent() ? 1 : 0; in numCustomPages()
1684 return hasCustomContent() && getNextPage() == 0; in isOnOrMovingToCustomContent()
1690 if (hasCustomContent()) { in updateStateForCustomContent()
2559 if (hasCustomContent()) { in updateCustomContentVisibility()
[all …]
DLauncher.java543 if (!mWorkspace.hasCustomContent() && hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()
547 } else if (mWorkspace.hasCustomContent() && !hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()