Searched refs:onInteractiveChanged (Results 1 – 7 of 7) sorted by relevance
258 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()
416 batteryController.onInteractiveChanged(false /*interactive*/) in testNoPollingWhenTheDeviceIsNotInteractive()432 batteryController.onInteractiveChanged(true /*interactive*/) in testNoPollingWhenTheDeviceIsNotInteractive()
542 ImeVisibilityResult onInteractiveChanged(IBinder windowToken, boolean interactive) { in onInteractiveChanged() method in ImeVisibilityStateComputer
5118 final ImeVisibilityResult imeVisRes = mVisibilityStateComputer.onInteractiveChanged( in handleSetInteractive()
190 public void onInteractiveChanged(boolean isInteractive) { in onInteractiveChanged() method in KeyboardBacklightController
3056 mBatteryController.onInteractiveChanged(interactive); in setInteractive()3057 mKeyboardBacklightController.onInteractiveChanged(interactive); in setInteractive()3364 default void onInteractiveChanged(boolean isInteractive) {} in onInteractiveChanged() method
423 public void onInteractiveChanged(boolean interactive) { in onInteractiveChanged() method in BatteryController