Searched refs:updateShowKeyPresses (Results 1 – 4 of 4) sorted by relevance
89 (reason) -> updateShowKeyPresses()), in InputSettingsObserver()190 private void updateShowKeyPresses() { in updateShowKeyPresses() method in InputSettingsObserver191 mService.updateShowKeyPresses(getBoolean(Settings.System.SHOW_KEY_PRESSES, false)); in updateShowKeyPresses()
3256 void updateShowKeyPresses(boolean enabled) { in updateShowKeyPresses() method in InputManagerService3266 mFocusEventDebugView.updateShowKeyPresses(enabled); in updateShowKeyPresses()
150 public void updateShowKeyPresses(boolean enabled) { in updateShowKeyPresses() method in FocusEventDebugView
11939 PLcom/android/server/input/InputManagerService;->updateShowKeyPresses(Z)V12034 PLcom/android/server/input/InputSettingsObserver;->updateShowKeyPresses()V