Searched refs:shouldShowSwipeUpUI (Results 1 – 4 of 4) sorted by relevance
448 return mOverviewProxyService.shouldShowSwipeUpUI() && isOverviewEnabled(); in isQuickStepSwipeUpEnabled()485 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in getHomeDrawable()509 float targetY = !mOverviewProxyService.shouldShowSwipeUpUI() && !mIsVertical && useAltBack in orientBackButton()531 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in chooseNavigationIconDrawableRes()749 final boolean showSwipeUpUI = mOverviewProxyService.shouldShowSwipeUpUI(); in updateStates()
139 : mOverviewProxyService.shouldShowSwipeUpUI() in getDefaultLayout()
216 final boolean showSwipeUI = mOverviewProxyService.shouldShowSwipeUpUI(); in onTouchEvent()
676 public boolean shouldShowSwipeUpUI() { in shouldShowSwipeUpUI() method in OverviewProxyService