Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java1020 int testAnim = 0; in processIntent() local
1023 testAnim = R.anim.edge_extension_left; in processIntent()
1026 testAnim = R.anim.edge_extension_top; in processIntent()
1029 testAnim = R.anim.edge_extension_right; in processIntent()
1032 testAnim = R.anim.edge_extension_bottom; in processIntent()
1037 mPendingEnterRes = testAnim; in processIntent()
1041 overrideActivityTransition(OVERRIDE_TRANSITION_OPEN, testAnim, R.anim.alpha_0, in processIntent()
1045 overrideActivityTransition(OVERRIDE_TRANSITION_CLOSE, R.anim.alpha_0, testAnim, in processIntent()