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()
512 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in getHomeDrawable()
534 final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI(); in chooseNavigationIconDrawable()
751 final boolean showSwipeUpUI = mOverviewProxyService.shouldShowSwipeUpUI(); in updateStates()
DNavigationBarInflaterView.java145 final int defaultResource = mOverviewProxyService.shouldShowSwipeUpUI() in getDefaultLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java198 final boolean showSwipeUI = mOverviewProxyService.shouldShowSwipeUpUI(); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DOverviewProxyService.java335 public boolean shouldShowSwipeUpUI() { in shouldShowSwipeUpUI() method in OverviewProxyService