Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationModeController.java192 int mode = getCurrentInteractionMode(mCurrentUserContext); in updateCurrentInteractionMode()
213 return getCurrentInteractionMode(mCurrentUserContext); in addListener()
220 private int getCurrentInteractionMode(Context context) { in getCurrentInteractionMode() method in NavigationModeController
313 if (getCurrentInteractionMode(mCurrentUserContext) != NAV_BAR_MODE_GESTURAL) { in switchFromGestureNavModeIfNotSupportedByDefaultLauncher()
338 if (getCurrentInteractionMode(mCurrentUserContext) == NAV_BAR_MODE_GESTURAL) { in showNotificationIfDefaultLauncherSupportsGestureNav()