Searched refs:monitorGestureInput (Results 1 – 4 of 4) sorted by relevance
229 public Bundle monitorGestureInput(String name, int displayId) { in monitorGestureInput() method in SystemUiProxy232 return mSystemUiProxy.monitorGestureInput(name, displayId); in monitorGestureInput()
170 mInputMonitor = inputManager.monitorGestureInput( in startTouchMonitoring()
227 when(mInputManager.monitorGestureInput(any(), anyInt())).thenReturn(mInputMonitor); in testInit_bindsToServicesInXmlConfig()
323 Bundle bundle = SystemUiProxy.INSTANCE.get(this).monitorGestureInput("swipe-up", in initInputMonitor()