Searched refs:isTouchableDisplay (Results 1 – 4 of 4) sorted by relevance
375 final boolean isTouchableDisplay = mWindowManagerService.isTouchableDisplay(displayId); in dispatchGesture()380 if (motionEventInjector != null && isTouchableDisplay) { in dispatchGesture()
111 when(mMockWindowManagerInternal.isTouchableDisplay(Display.DEFAULT_DISPLAY)).thenReturn( in setup()216 when(mMockWindowManagerInternal.isTouchableDisplay(Display.DEFAULT_DISPLAY)).thenReturn( in sendGesture_untouchableDisplay_performGestureResultFailed()
551 public abstract boolean isTouchableDisplay(int displayId); in isTouchableDisplay() method in WindowManagerInternal
7714 public boolean isTouchableDisplay(int displayId) { in isTouchableDisplay() method in WindowManagerService.LocalService