Home
last modified time | relevance | path

Searched refs:shouldShowSwipeUpUI (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java448 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()
DNavigationBarInflaterView.java139 : mOverviewProxyService.shouldShowSwipeUpUI() in getDefaultLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java216 final boolean showSwipeUI = mOverviewProxyService.shouldShowSwipeUpUI(); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java676 public boolean shouldShowSwipeUpUI() { in shouldShowSwipeUpUI() method in OverviewProxyService