Home
last modified time | relevance | path

Searched refs:mInputMonitor (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarFullScreenTouchHandler.java36 private InputMonitor mInputMonitor; field in CarFullScreenTouchHandler
74 if (mInputMonitor != null) { in disposeInputChannel()
75 mInputMonitor.dispose(); in disposeInputChannel()
76 mInputMonitor = null; in disposeInputChannel()
81 mInputMonitor = InputManagerGlobal.getInstance().monitorGestureInput( in createInputChannel()
86 mInputMonitor.getInputChannel(), Looper.myLooper()); in createInputChannel()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DSysUiOverlayInputConsumer.java47 private final InputMonitorCompat mInputMonitor; field in SysUiOverlayInputConsumer
55 mInputMonitor = inputMonitor; in SysUiOverlayInputConsumer()
77 if (mInputMonitor != null) { in onSwipeUpTouchIntercepted()
79 mInputMonitor.pilferPointers(); in onSwipeUpTouchIntercepted()
DOverviewWithoutFocusInputConsumer.java43 private final InputMonitorCompat mInputMonitor; field in OverviewWithoutFocusInputConsumer
52 mInputMonitor = inputMonitor; in OverviewWithoutFocusInputConsumer()
74 if (mInputMonitor != null) { in onSwipeUpTouchIntercepted()
76 mInputMonitor.pilferPointers(); in onSwipeUpTouchIntercepted()
DOverviewInputConsumer.java50 private final InputMonitorCompat mInputMonitor; field in OverviewInputConsumer
63 mInputMonitor = inputMonitor; in OverviewInputConsumer()
102 if (mInputMonitor != null) { in onMotionEvent()
104 mInputMonitor.pilferPointers(); in onMotionEvent()
DDelegateInputConsumer.java18 protected final InputMonitorCompat mInputMonitor; field in DelegateInputConsumer
24 mInputMonitor = inputMonitor; in DelegateInputConsumer()
65 mInputMonitor.pilferPointers(); in setActive()
/packages/services/Car/experimental/service/src/com/android/experimentalcar/
DTouchDriverAwarenessSupplier.java80 private InputMonitor mInputMonitor; field in TouchDriverAwarenessSupplier
169 mInputMonitor = inputManager.monitorGestureInput( in startTouchMonitoring()
173 mInputMonitor.getInputChannel(), in startTouchMonitoring()
/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DDriverDistractionExperimentalFeatureServiceTest.java143 private InputMonitor mInputMonitor; field in DriverDistractionExperimentalFeatureServiceTest
228 when(mInputManager.monitorGestureInput(any(), anyInt())).thenReturn(mInputMonitor); in testInit_bindsToServicesInXmlConfig()
232 when(mInputMonitor.getInputChannel()).thenReturn(inputChannels[1]); in testInit_bindsToServicesInXmlConfig()