Home
last modified time | relevance | path

Searched refs:edgeFlags (Results 1 – 4 of 4) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt183 fun withEdgeFlags(edgeFlags: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withEdgeFlags()
189 return (event.edgeFlags and edgeFlags) == edgeFlags in withEdgeFlags()
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp107 outMsg->body.motion.edgeFlags = msg.body.motion.edgeFlags; in sanitizeMessage()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java326 int edgeFlags = 10; in testAccessEdgeFlags() local
327 mMotionEvent2.setEdgeFlags(edgeFlags); in testAccessEdgeFlags()
328 assertEquals(edgeFlags, mMotionEvent2.getEdgeFlags()); in testAccessEdgeFlags()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt20912 field @Deprecated public int edgeFlags;