Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java260 final boolean showSwipeUI = mOverviewProxyService.shouldShowSwipeUpUI(); in onTouchEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarInflaterView.java161 : mOverviewProxyService.shouldShowSwipeUpUI() in getDefaultLayout()
H A DNavigationBar.java378 mView.setShouldShowSwipeUpUi(mOverviewProxyService.shouldShowSwipeUpUI());
1957 mView.setShouldShowSwipeUpUi(mOverviewProxyService.shouldShowSwipeUpUI());
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java840 public boolean shouldShowSwipeUpUI() { in shouldShowSwipeUpUI() method in OverviewProxyService