Home
last modified time | relevance | path

Searched defs:withFlags (Results 1 – 2 of 2) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt148 fun withFlags(flags: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withFlags() method
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java300 public LaunchIntent withFlags(IntentFlag... flags) { in withFlags() method in Persistence.LaunchIntent