Searched refs:isTouchOrFaketouchDevice (Results 1 – 4 of 4) sorted by relevance
202 when(mMockWindowManagerInternal.isTouchOrFaketouchDevice()).thenReturn(true); in sendGesture_touchableDevice_injectEvents()219 when(mMockWindowManagerInternal.isTouchOrFaketouchDevice()).thenReturn(false); in sendGesture_untouchableDevice_performGestureResultFailed()
631 public abstract boolean isTouchOrFaketouchDevice(); in isTouchOrFaketouchDevice() method in WindowManagerInternal
7841 public boolean isTouchOrFaketouchDevice() { in isTouchOrFaketouchDevice() method in WindowManagerService.LocalService
414 && mWindowManagerService.isTouchOrFaketouchDevice()) { in dispatchGesture()