Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java21 …oid.server.wm.animations.ActivityTransitionTests.CustomBackgroundTransitionActivity.ENTER_ANIM_KEY;
332 extras.putInt(ENTER_ANIM_KEY, R.anim.alpha_0_with_backdrop); in testPendingTransitionCanOverrideBackgroundColor()
353 extras.putInt(ENTER_ANIM_KEY, R.anim.alpha_0_with_backdrop); in testSetTransitionCanOverrideBackgroundColor()
871 static final String ENTER_ANIM_KEY = "enterAnim"; field in ActivityTransitionTests.CustomBackgroundTransitionActivity
898 int enterAnim = extras.getInt(ENTER_ANIM_KEY); in processIntent()