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()
148 private InputMonitor mInputMonitor; field in EdgeBackGestureHandler213 if (mInputMonitor != null) { in disposeInputChannel()214 mInputMonitor.dispose(); in disposeInputChannel()215 mInputMonitor = null; in disposeInputChannel()261 mInputMonitor = InputManager.getInstance().monitorGestureInput( in updateIsEnabled()264 mInputMonitor.getInputChannel(), Looper.getMainLooper()); in updateIsEnabled()374 mInputMonitor.pilferPointers(); in onMotionEvent()
90 private InputMonitor mInputMonitor; field in InputMonitor.EventReceiverInputConsumer99 mInputMonitor = monitor; in EventReceiverInputConsumer()107 if (mInputMonitor.destroyInputConsumer(mWindowHandle.name)) { in dismiss()
545 private InputMonitor mInputMonitor; field in DisplayContent982 mInputMonitor = new InputMonitor(service, mDisplayId); in DisplayContent()2576 mInputMonitor.onDisplayRemoved(); in removeImmediately()2942 mInputMonitor.dump(pw, " "); in dump()3191 mInputMonitor.setUpdateInputWindowsNeededLw(); in layoutAndAssignWindowLayersIfNeeded()3193 mInputMonitor.updateInputWindowsLw(false /*force*/); in layoutAndAssignWindowLayersIfNeeded()3874 mInputMonitor.layoutInputConsumers(dw, dh); in performLayoutNoTrace()3875 mInputMonitor.setUpdateInputWindowsNeededLw(); in performLayoutNoTrace()3877 mInputMonitor.updateInputWindowsLw(false /*force*/); in performLayoutNoTrace()4937 return mInputMonitor; in getInputMonitor()