Searched refs:mInputMonitor (Results 1 – 4 of 4) sorted by relevance
31 private final InputMonitor mInputMonitor; field in InputMonitorCompat34 mInputMonitor = monitor; in InputMonitorCompat()41 mInputMonitor.pilferPointers(); in pilferPointers()48 mInputMonitor.dispose(); in dispose()56 return new InputEventReceiver(mInputMonitor.getInputChannel(), looper, choreographer, in getInputReceiver()
161 private InputMonitor mInputMonitor; field in EdgeBackGestureHandler232 if (mInputMonitor != null) { in disposeInputChannel()233 mInputMonitor.dispose(); in disposeInputChannel()234 mInputMonitor = null; in disposeInputChannel()280 mInputMonitor = InputManager.getInstance().monitorGestureInput( in updateIsEnabled()283 mInputMonitor.getInputChannel(), Looper.getMainLooper()); in updateIsEnabled()409 mInputMonitor.pilferPointers(); in onMotionEvent()
90 private InputMonitor mInputMonitor; field in InputMonitor.EventReceiverInputConsumer99 mInputMonitor = monitor; in EventReceiverInputConsumer()107 if (mInputMonitor.destroyInputConsumer(mWindowHandle.name)) { in dismiss()
550 private InputMonitor mInputMonitor; field in DisplayContent987 mInputMonitor = new InputMonitor(service, mDisplayId); in DisplayContent()2586 mInputMonitor.onDisplayRemoved(); in removeImmediately()2952 mInputMonitor.dump(pw, " "); in dump()3201 mInputMonitor.setUpdateInputWindowsNeededLw(); in layoutAndAssignWindowLayersIfNeeded()3203 mInputMonitor.updateInputWindowsLw(false /*force*/); in layoutAndAssignWindowLayersIfNeeded()3886 mInputMonitor.layoutInputConsumers(dw, dh); in performLayoutNoTrace()3887 mInputMonitor.setUpdateInputWindowsNeededLw(); in performLayoutNoTrace()3889 mInputMonitor.updateInputWindowsLw(false /*force*/); in performLayoutNoTrace()4959 return mInputMonitor; in getInputMonitor()