Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DSystemNavigationPreferenceController.java48 } else if (is2ButtonNavigationEnabled(mContext)) { in getSummary()
89 static boolean is2ButtonNavigationEnabled(Context context) { in is2ButtonNavigationEnabled() method in SystemNavigationPreferenceController
H A DSystemNavigationGestureSettings.java232 } else if (SystemNavigationPreferenceController.is2ButtonNavigationEnabled(context)) { in getCurrentSystemNavigationMode()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DSystemNavigationPreferenceControllerTest.java140 assertThat(SystemNavigationPreferenceController.is2ButtonNavigationEnabled( in testIsSwipeUpEnabled()
145 assertThat(SystemNavigationPreferenceController.is2ButtonNavigationEnabled( in testIsSwipeUpEnabled()
150 assertThat(SystemNavigationPreferenceController.is2ButtonNavigationEnabled( in testIsSwipeUpEnabled()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java963 return is2ButtonNavigationEnabled(); in shouldShow()
966 boolean is2ButtonNavigationEnabled() { in is2ButtonNavigationEnabled() method in GlobalActionsDialogLite.ScreenshotAction