Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DExitAnimationActivity.java65 int exitAnimation = intent.getIntExtra(
69 overridePendingTransition(getEnterAnimationRes(exitAnimation),
70 getAnimationRes(exitAnimation));
80 private static int getEnterAnimationRes(int exitAnimation) { in getEnterAnimationRes() argument
81 switch (exitAnimation) { in getEnterAnimationRes()
89 throw new AssertionError("Unknown animation value " + exitAnimation); in getEnterAnimationRes()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTest.java895 private void sendFinishToExitAnimationActivity(String packageName, int exitAnimation) { in sendFinishToExitAnimationActivity() argument
898 intent.putExtra(Components.ExitAnimationActivityReceiver.EXTRA_ANIMATION, exitAnimation); in sendFinishToExitAnimationActivity()