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/navigationbar/buttons/
DKeyButtonView.java268 final boolean showSwipeUI = mOverviewProxyService.shouldShowSwipeUpUI(); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java161 : mOverviewProxyService.shouldShowSwipeUpUI() in getDefaultLayout()
DNavigationBar.java384 mView.setShouldShowSwipeUpUi(mOverviewProxyService.shouldShowSwipeUpUI());
2040 mView.setShouldShowSwipeUpUi(mOverviewProxyService.shouldShowSwipeUpUI());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java893 public boolean shouldShowSwipeUpUI() { in shouldShowSwipeUpUI() method in OverviewProxyService