Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDialogFrameTests.java20 import static android.server.wm.animations.DialogFrameTestActivity.DIALOG_WINDOW_NAME;
21 import static android.server.wm.animations.DialogFrameTestActivity.TEST_EXPLICIT_POSITION_MATCH_PAR…
22 import static android.server.wm.animations.DialogFrameTestActivity.TEST_EXPLICIT_POSITION_MATCH_PAR…
23 import static android.server.wm.animations.DialogFrameTestActivity.TEST_EXPLICIT_SIZE;
24 import static android.server.wm.animations.DialogFrameTestActivity.TEST_EXPLICIT_SIZE_BOTTOM_RIGHT_…
25 import static android.server.wm.animations.DialogFrameTestActivity.TEST_EXPLICIT_SIZE_TOP_LEFT_GRAV…
26 import static android.server.wm.animations.DialogFrameTestActivity.TEST_MATCH_PARENT;
27 import static android.server.wm.animations.DialogFrameTestActivity.TEST_NO_FOCUS;
28 import static android.server.wm.animations.DialogFrameTestActivity.TEST_OVER_SIZED_DIMENSIONS;
29 import static android.server.wm.animations.DialogFrameTestActivity.TEST_OVER_SIZED_DIMENSIONS_NO_LI…
[all …]
DParentChildTestBase.java20 import static android.server.wm.animations.DialogFrameTestActivity.EXTRA_TEST_CASE;
DDialogFrameTestActivity.java33 public class DialogFrameTestActivity extends Activity { class