Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java229 public Bundle monitorGestureInput(String name, int displayId) { in monitorGestureInput() method in SystemUiProxy
232 return mSystemUiProxy.monitorGestureInput(name, displayId); in monitorGestureInput()
/packages/services/Car/experimental/service/src/com/android/experimentalcar/
DTouchDriverAwarenessSupplier.java170 mInputMonitor = inputManager.monitorGestureInput( in startTouchMonitoring()
/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DDriverDistractionExperimentalFeatureServiceTest.java227 when(mInputManager.monitorGestureInput(any(), anyInt())).thenReturn(mInputMonitor); in testInit_bindsToServicesInXmlConfig()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java323 Bundle bundle = SystemUiProxy.INSTANCE.get(this).monitorGestureInput("swipe-up", in initInputMonitor()