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/navigationbar/
DNavigationModeController.java137 int mode = getCurrentInteractionMode(mCurrentUserContext); in updateCurrentInteractionMode()
156 return getCurrentInteractionMode(mCurrentUserContext); in addListener()
168 private int getCurrentInteractionMode(Context context) { in getCurrentInteractionMode() method in NavigationModeController
200 pw.println(" mode=" + getCurrentInteractionMode(mCurrentUserContext)); in dump()