Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGenericGestureDetector.kt49 private var inputMonitor: InputMonitorCompat? = null
89 inputMonitor = InputMonitorCompat(tag, displayId).also {
101 inputMonitor?.let {
102 inputMonitor = null
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestDisplayContent.java76 final InputMonitor inputMonitor = getInputMonitor(); in TestDisplayContent() local
77 spyOn(inputMonitor); in TestDisplayContent()
78 doNothing().when(inputMonitor).resumeDispatchingLw(any()); in TestDisplayContent()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModel.java517 EventReceiver(InputMonitor inputMonitor, InputChannel channel, Looper looper) { in EventReceiver() argument
519 mInputMonitor = inputMonitor; in EventReceiver()
586 private void handleReceivedMotionEvent(MotionEvent ev, InputMonitor inputMonitor) { in handleReceivedMotionEvent() argument
599 inputMonitor.pilferPointers(); in handleReceivedMotionEvent()
603 inputMonitor.pilferPointers(); in handleReceivedMotionEvent()
832 final InputMonitor inputMonitor = in createInputChannel() local
834 final EventReceiver eventReceiver = new EventReceiver(inputMonitor, in createInputChannel()
835 inputMonitor.getInputChannel(), Looper.myLooper()); in createInputChannel()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java292 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
293 inputMonitor.updateInputWindowsLw(true /*force*/);
963 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
964 inputMonitor.updateInputWindowsLw(true /*force*/);
1012 final InputMonitor inputMonitor = mDisplayContent.getInputMonitor();
1013 inputMonitor.destroyInputConsumer(INPUT_CONSUMER_RECENTS_ANIMATION);