Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImeVisibilityStateComputerTest.java251 ImeVisibilityStateComputer.ImeVisibilityResult result = mComputer.onInteractiveChanged( in testOnInteractiveChanged()
256 result = mComputer.onInteractiveChanged(mWindowToken, false /* interactive */); in testOnInteractiveChanged()
262 result = mComputer.onInteractiveChanged(mWindowToken, true /* interactive */); in testOnInteractiveChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java527 ImeVisibilityResult onInteractiveChanged(IBinder windowToken, boolean interactive) { in onInteractiveChanged() method in ImeVisibilityStateComputer
H A DInputMethodManagerService.java5171 final ImeVisibilityResult imeVisRes = mVisibilityStateComputer.onInteractiveChanged( in handleSetInteractive()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DBatteryControllerTests.kt413 batteryController.onInteractiveChanged(false /*interactive*/)
429 batteryController.onInteractiveChanged(true /*interactive*/)
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardBacklightController.java190 public void onInteractiveChanged(boolean isInteractive) { in onInteractiveChanged() method in KeyboardBacklightController
H A DInputManagerService.java3188 mBatteryController.onInteractiveChanged(interactive); in setInteractive()
3189 mKeyboardBacklightController.onInteractiveChanged(interactive); in setInteractive()
3460 default void onInteractiveChanged(boolean isInteractive) {} in onInteractiveChanged() method
H A DBatteryController.java423 public void onInteractiveChanged(boolean interactive) { in onInteractiveChanged() method in BatteryController