Searched refs:edgeFlags (Results 1 – 4 of 4) sorted by relevance
183 fun withEdgeFlags(edgeFlags: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withEdgeFlags()189 return (event.edgeFlags and edgeFlags) == edgeFlags in withEdgeFlags()
107 outMsg->body.motion.edgeFlags = msg.body.motion.edgeFlags; in sanitizeMessage()
326 int edgeFlags = 10; in testAccessEdgeFlags() local327 mMotionEvent2.setEdgeFlags(edgeFlags); in testAccessEdgeFlags()328 assertEquals(edgeFlags, mMotionEvent2.getEdgeFlags()); in testAccessEdgeFlags()
20912 field @Deprecated public int edgeFlags;