Searched refs:hasCustomContent (Results 1 – 3 of 3) sorted by relevance
529 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.WallpaperOffsetInterpolator1712 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 …]
629 if (!mWorkspace.hasCustomContent() && hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()633 } else if (mWorkspace.hasCustomContent() && !hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()
411 screenIndex = workspace.hasCustomContent() ? 1 : 0; in findSpaceOnWorkspace()