Home
last modified time | relevance | path

Searched refs:inputMonitor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java242 final InputMonitor inputMonitor =
244 inputMonitor.updateInputWindowsLw(true /*force*/);
591 final InputMonitor inputMonitor = in cleanupAnimation() local
593 inputMonitor.updateInputWindowsLw(true /*force*/); in cleanupAnimation()
632 final InputMonitor inputMonitor = in binderDied() local
634 inputMonitor.destroyInputConsumer(INPUT_CONSUMER_RECENTS_ANIMATION); in binderDied()
DInputConsumerImpl.java170 final InputMonitor inputMonitor = in binderDied() local
172 inputMonitor.destroyInputConsumer(mName); in binderDied()