OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_PASS_TO_USER
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/view/
WindowManagerPolicyConstants.java
36
int
FLAG_PASS_TO_USER
= 0x40000000;
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MotionEventInjectorTest.java
21
import static android.view.WindowManagerPolicyConstants.
FLAG_PASS_TO_USER
;
181
verify(next).onMotionEvent(mCaptor1.capture(), mCaptor2.capture(), eq(
FLAG_PASS_TO_USER
));
183
eq(
FLAG_PASS_TO_USER
));
191
argThat(allOf(mIsLineMiddle, hasRightDownTime)), eq(
FLAG_PASS_TO_USER
));
199
argThat(allOf(mIsLineEnd, hasRightDownTime)), eq(
FLAG_PASS_TO_USER
));
253
argThat(mIsLineStart), argThat(mIsLineStart), eq(
FLAG_PASS_TO_USER
));
284
verify(next).onMotionEvent(mCaptor1.capture(), mCaptor2.capture(), eq(
FLAG_PASS_TO_USER
));
286
argThat(mIsLineStart), argThat(mIsLineStart), eq(
FLAG_PASS_TO_USER
));
[
all
...]
KeyEventDispatcherTest.java
546
assertEquals(WindowManagerPolicy.
FLAG_PASS_TO_USER
,
554
assertEquals(WindowManagerPolicy.
FLAG_PASS_TO_USER
,
558
assertEquals(WindowManagerPolicy.
FLAG_PASS_TO_USER
,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java
149
sendMotionEventToNext(motionEvent, motionEvent, WindowManagerPolicy.
FLAG_PASS_TO_USER
);
300
WindowManagerPolicy.
FLAG_PASS_TO_USER
);
KeyEventDispatcher.java
270
int policyFlags = pendingEvent.policyFlags | WindowManagerPolicy.
FLAG_PASS_TO_USER
;
AccessibilityInputFilter.java
207
if ((policyFlags & WindowManagerPolicy.
FLAG_PASS_TO_USER
) == 0) {
TouchExplorer.java
[
all
...]
Completed in 163 milliseconds