Searched refs:onInteractiveChanged (Results 1 – 7 of 7) sorted by relevance
251 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()
527 ImeVisibilityResult onInteractiveChanged(IBinder windowToken, boolean interactive) { in onInteractiveChanged() method in ImeVisibilityStateComputer
5171 final ImeVisibilityResult imeVisRes = mVisibilityStateComputer.onInteractiveChanged( in handleSetInteractive()
413 batteryController.onInteractiveChanged(false /*interactive*/)429 batteryController.onInteractiveChanged(true /*interactive*/)
190 public void onInteractiveChanged(boolean isInteractive) { in onInteractiveChanged() method in KeyboardBacklightController
3188 mBatteryController.onInteractiveChanged(interactive); in setInteractive()3189 mKeyboardBacklightController.onInteractiveChanged(interactive); in setInteractive()3460 default void onInteractiveChanged(boolean isInteractive) {} in onInteractiveChanged() method
423 public void onInteractiveChanged(boolean interactive) { in onInteractiveChanged() method in BatteryController