Home
last modified time | relevance | path

Searched refs:EXTRA_TAP_TO_FINISH (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java48 import static android.server.wm.app.Components.PipActivity.EXTRA_TAP_TO_FINISH;
203 if (getIntent().hasExtra(EXTRA_TAP_TO_FINISH)) { in onCreate()
DComponents.java531 public static final String EXTRA_TAP_TO_FINISH = "tap_to_finish"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java66 import static android.server.wm.app.Components.PipActivity.EXTRA_TAP_TO_FINISH;
211 extraString(EXTRA_TAP_TO_FINISH, "true")); in testNonTappablePipActivity()
232 extraString(EXTRA_TAP_TO_FINISH, "true")); in testPinnedStackInBoundsAfterRotation()