Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DImeVisibilityStateComputerTest.java258 ImeVisibilityStateComputer.ImeVisibilityResult result = mComputer.onInteractiveChanged( in testOnInteractiveChanged()
263 result = mComputer.onInteractiveChanged(mWindowToken, false /* interactive */); in testOnInteractiveChanged()
269 result = mComputer.onInteractiveChanged(mWindowToken, true /* interactive */); in testOnInteractiveChanged()
/frameworks/base/tests/Input/src/com/android/server/input/
DBatteryControllerTests.kt416 batteryController.onInteractiveChanged(false /*interactive*/) in testNoPollingWhenTheDeviceIsNotInteractive()
432 batteryController.onInteractiveChanged(true /*interactive*/) in testNoPollingWhenTheDeviceIsNotInteractive()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeVisibilityStateComputer.java542 ImeVisibilityResult onInteractiveChanged(IBinder windowToken, boolean interactive) { in onInteractiveChanged() method in ImeVisibilityStateComputer
DInputMethodManagerService.java5118 final ImeVisibilityResult imeVisRes = mVisibilityStateComputer.onInteractiveChanged( in handleSetInteractive()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardBacklightController.java190 public void onInteractiveChanged(boolean isInteractive) { in onInteractiveChanged() method in KeyboardBacklightController
DInputManagerService.java3056 mBatteryController.onInteractiveChanged(interactive); in setInteractive()
3057 mKeyboardBacklightController.onInteractiveChanged(interactive); in setInteractive()
3364 default void onInteractiveChanged(boolean isInteractive) {} in onInteractiveChanged() method
DBatteryController.java423 public void onInteractiveChanged(boolean interactive) { in onInteractiveChanged() method in BatteryController