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.java262 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
263 inputMonitor.updateInputWindowsLw(true /*force*/);
633 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor(); in cleanupAnimation() local
634 inputMonitor.updateInputWindowsLw(true /*force*/); in cleanupAnimation()
675 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor(); in binderDied() local
676 inputMonitor.destroyInputConsumer(INPUT_CONSUMER_RECENTS_ANIMATION); in binderDied()
DInputConsumerImpl.java170 final InputMonitor inputMonitor = in binderDied() local
172 inputMonitor.destroyInputConsumer(mName); in binderDied()