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.java130 int mode = getCurrentInteractionMode(mCurrentUserContext); in updateCurrentInteractionMode()
148 return getCurrentInteractionMode(mCurrentUserContext); in addListener()
155 private int getCurrentInteractionMode(Context context) { in getCurrentInteractionMode() method in NavigationModeController
187 pw.println(" mode=" + getCurrentInteractionMode(mCurrentUserContext)); in dump()