Home
last modified time | relevance | path

Searched refs:withFlags (Results 1 – 7 of 7) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DCases.java107 .append(mAff1Intent.withFlags(NEW_TASK, MULTIPLE_TASK));
112 .append(mAff1Intent.withFlags(NEW_TASK))
114 .append(mAff1Intent.withFlags(REORDER_TO_FRONT));
124 LaunchIntent aff1NewTask = mAff1Intent.withFlags(NEW_TASK); in newTaskCases()
130 mRegularSequence.act(mSingleInstanceIntent.withFlags(NEW_TASK)), in newTaskCases()
137 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK)), in newTaskCases()
140 mRegularSequence.act(mSingleTopIntent.withFlags(NEW_TASK)), in newTaskCases()
146 mRearrangedRootSequence.act(mAff1Intent.withFlags(NEW_TASK)), in newTaskCases()
148 mRearrangedRootSequence.act(mSecondAff1Intent.withFlags(NEW_TASK)), in newTaskCases()
151 mRegularSequence.act(mRegularIntent.withFlags(NEW_TASK, MULTIPLE_TASK)), in newTaskCases()
[all …]
DLaunchSequence.java98 return new RootLaunch(intent.withFlags(Cases.NEW_TASK)); in create()
DPersistence.java300 public LaunchIntent withFlags(IntentFlag... flags) { in withFlags() method in Persistence.LaunchIntent
/cts/tests/input/src/android/input/cts/
DPointerCancelTest.kt32 import com.android.cts.input.inputeventmatchers.withFlags in <lambda>()
88 withFlags(MotionEvent.FLAG_CANCELED) in testPointerCancelMotion()
DTouchScreenTest.kt37 import com.android.cts.input.inputeventmatchers.withFlags
179 withFlags(MotionEvent.FLAG_CANCELED) in testDevicePointerCancel()
/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt148 fun withFlags(flags: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withFlags() method
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java35 import static com.android.cts.input.inputeventmatchers.InputEventMatchersKt.withFlags;
1315 withFlags(MotionEvent.FLAG_WINDOW_IS_OBSCURED))); in testHostInputTokenAllowsObscuredTouches()
1318 withFlags(MotionEvent.FLAG_WINDOW_IS_OBSCURED))); in testHostInputTokenAllowsObscuredTouches()