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.java42 import static android.server.wm.app.Components.PipActivity.EXTRA_TAP_TO_FINISH;
166 if (getIntent().hasExtra(EXTRA_TAP_TO_FINISH)) { in onCreate()
DComponents.java378 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.java56 import static android.server.wm.app.Components.PipActivity.EXTRA_TAP_TO_FINISH;
199 EXTRA_TAP_TO_FINISH, "true"); in testNonTappablePipActivity()
295 EXTRA_TAP_TO_FINISH, "true"); in testPinnedStackOutOfBoundsInsetsNonNegative()
324 EXTRA_TAP_TO_FINISH, "true"); in testPinnedStackInBoundsAfterRotation()