Home
last modified time | relevance | path

Searched refs:mInputMonitorCompat (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java288 private InputMonitorCompat mInputMonitorCompat; field in TouchInteractionService
311 if (mInputMonitorCompat != null) { in disposeEventHandlers()
312 mInputMonitorCompat.dispose(); in disposeEventHandlers()
313 mInputMonitorCompat = null; in disposeEventHandlers()
325 mInputMonitorCompat = InputMonitorCompat.fromBundle(bundle, KEY_EXTRA_INPUT_MONITOR); in initInputMonitor()
326 mInputEventReceiver = mInputMonitorCompat.getInputReceiver(Looper.getMainLooper(), in initInputMonitor()
500 InputConsumer.NO_OP, mInputMonitorCompat, in onInputEvent()
591 mInputMonitorCompat, in newConsumer()
612 mInputMonitorCompat, plugin); in newConsumer()
620 getBaseContext(), mDeviceState, mInputMonitorCompat); in newConsumer()
[all …]
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java86 private final InputMonitorCompat mInputMonitorCompat; field in DeviceLockedInputConsumer
113 mInputMonitorCompat = inputMonitorCompat; in DeviceLockedInputConsumer()
227 mInputMonitorCompat.pilferPointers(); in startRecentsTransition()
DOtherActivityInputConsumer.java91 private final InputMonitorCompat mInputMonitorCompat; field in OtherActivityInputConsumer
153 mInputMonitorCompat = inputMonitorCompat; in OtherActivityInputConsumer()
349 mInputMonitorCompat.pilferPointers();