Searched refs:shouldShowSwipeUpUI (Results 1 – 4 of 4) sorted by relevance
441 return mOverviewProxyService.shouldShowSwipeUpUI() && isOverviewEnabled(); in isQuickStepSwipeUpEnabled()478 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in getHomeDrawable()502 float targetY = !mOverviewProxyService.shouldShowSwipeUpUI() && !mIsVertical && useAltBack in orientBackButton()524 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in chooseNavigationIconDrawableRes()729 final boolean showSwipeUpUI = mOverviewProxyService.shouldShowSwipeUpUI(); in updateStates()
139 : mOverviewProxyService.shouldShowSwipeUpUI() in getDefaultLayout()
216 final boolean showSwipeUI = mOverviewProxyService.shouldShowSwipeUpUI(); in onTouchEvent()
670 public boolean shouldShowSwipeUpUI() { in shouldShowSwipeUpUI() method in OverviewProxyService