Searched refs:shouldShowSwipeUpUI (Results 1 – 4 of 4) sorted by relevance
448 return mOverviewProxyService.shouldShowSwipeUpUI() && isOverviewEnabled(); in isQuickStepSwipeUpEnabled()512 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in getHomeDrawable()534 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in chooseNavigationIconDrawable()751 final boolean showSwipeUpUI = mOverviewProxyService.shouldShowSwipeUpUI(); in updateStates()
145 final int defaultResource = mOverviewProxyService.shouldShowSwipeUpUI() in getDefaultLayout()
198 final boolean showSwipeUI = mOverviewProxyService.shouldShowSwipeUpUI(); in onTouchEvent()
335 public boolean shouldShowSwipeUpUI() { in shouldShowSwipeUpUI() method in OverviewProxyService