Searched refs:hasCustomContent (Results 1 – 3 of 3) sorted by relevance
669 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 Workspace1718 return hasCustomContent() ? 1 : 0; in numCustomPages()1722 return hasCustomContent() && getNextPage() == 0; in isOnOrMovingToCustomContent()1728 if (hasCustomContent()) { in updateStateForCustomContent()2157 if (hasCustomContent()) { in setCustomContentVisibility()[all …]
633 if (!mWorkspace.hasCustomContent() && hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()637 } else if (mWorkspace.hasCustomContent() && !hasCustomContentToLeft()) { in invalidateHasCustomContentToLeft()
415 screenIndex = workspace.hasCustomContent() ? 1 : 0; in findSpaceOnWorkspace()