Searched refs:isTouchOrFaketouchDevice (Results 1 – 3 of 3) sorted by relevance
255 when(mMockWindowManagerInternal.isTouchOrFaketouchDevice()).thenReturn(true); in sendGesture_touchableDevice_injectEvents()272 when(mMockWindowManagerInternal.isTouchOrFaketouchDevice()).thenReturn(false); in sendGesture_untouchableDevice_performGestureResultFailed()
558 && mWindowManagerService.isTouchOrFaketouchDevice()) { in dispatchGesture()
8469 public boolean isTouchOrFaketouchDevice() { in isTouchOrFaketouchDevice() method in WindowManagerService.LocalService