Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java24 …rt static android.server.wm.animations.ActivityTransitionTests.EdgeExtensionActivity.DIRECTION_KEY;
385 extras.putInt(DIRECTION_KEY, LEFT); in testLeftEdgeExtensionWorksDuringActivityTransition()
412 extras.putInt(DIRECTION_KEY, TOP); in testTopEdgeExtensionWorksDuringActivityTransition()
437 extras.putInt(DIRECTION_KEY, RIGHT); in testRightEdgeExtensionWorksDuringActivityTransition()
455 extras.putInt(DIRECTION_KEY, RIGHT); in testOverrideActivityTransition()
478 extras.putInt(DIRECTION_KEY, RIGHT); in testClearOverrideActivityTransition()
512 extras.putInt(DIRECTION_KEY, BOTTOM); in testBottomEdgeExtensionWorksDuringActivityTransition()
947 static final String DIRECTION_KEY = "direction"; field in ActivityTransitionTests.EdgeExtensionActivity
1017 int direction = extras.getInt(DIRECTION_KEY); in processIntent()