Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java401 private boolean mShowRotaryInput = false; field in InputManagerService
3272 if (mShowRotaryInput == enabled) { in updateShowRotaryInput()
3276 mShowRotaryInput = enabled; in updateShowRotaryInput()
3287 boolean enabled = mShowKeyPresses || mShowRotaryInput; in updateFocusEventDebugViewEnabled()