Home
last modified time | relevance | path

Searched refs:FLAG_PASS_TO_USER (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerPolicyConstants.java39 int FLAG_PASS_TO_USER = 0x40000000; field
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java22 import static android.view.WindowManagerPolicyConstants.FLAG_PASS_TO_USER;
186 verify(next).onMotionEvent(mCaptor1.capture(), mCaptor2.capture(), eq(FLAG_PASS_TO_USER)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
188 eq(FLAG_PASS_TO_USER)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
196 argThat(allOf(mIsLineMiddle, hasRightDownTime)), eq(FLAG_PASS_TO_USER)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
204 argThat(allOf(mIsLineEnd, hasRightDownTime)), eq(FLAG_PASS_TO_USER)); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming()
258 argThat(mIsLineStart), argThat(mIsLineStart), eq(FLAG_PASS_TO_USER)); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected()
289 verify(next).onMotionEvent(mCaptor1.capture(), mCaptor2.capture(), eq(FLAG_PASS_TO_USER)); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()
291 argThat(mIsLineStart), argThat(mIsLineStart), eq(FLAG_PASS_TO_USER)); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected()
DAccessibilityInputFilterTest.java21 import static android.view.WindowManagerPolicyConstants.FLAG_PASS_TO_USER;
264 mA11yInputFilter.onInputEvent(event, /* policyFlags */ FLAG_PASS_TO_USER); in send()
DKeyEventDispatcherTest.java550 assertEquals(WindowManagerPolicy.FLAG_PASS_TO_USER, m.arg1); in assertOneKeyEventSentToFramework()
559 assertEquals(WindowManagerPolicy.FLAG_PASS_TO_USER, m0.arg1); in assertTwoKeyEventsSentToFrameworkInOrder()
564 assertEquals(WindowManagerPolicy.FLAG_PASS_TO_USER, m1.arg1); in assertTwoKeyEventsSentToFrameworkInOrder()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java158 sendMotionEventToNext(motionEvent, motionEvent, WindowManagerPolicy.FLAG_PASS_TO_USER); in handleMessage()
309 WindowManagerPolicy.FLAG_PASS_TO_USER); in cancelAnyGestureInProgress()
DKeyEventDispatcher.java270 int policyFlags = pendingEvent.policyFlags | WindowManagerPolicy.FLAG_PASS_TO_USER; in removeReferenceToPendingEventLocked()
DAccessibilityInputFilter.java196 if ((policyFlags & WindowManagerPolicy.FLAG_PASS_TO_USER) == 0) { in onInputEvent()
DTouchExplorer.java990 policyFlags |= WindowManagerPolicy.FLAG_PASS_TO_USER; in sendMotionEvent()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85438 Landroid/view/WindowManagerPolicyConstants;->FLAG_PASS_TO_USER:I