Searched refs:exitAnimation (Results 1 – 2 of 2) sorted by relevance
65 int exitAnimation = intent.getIntExtra(69 overridePendingTransition(getEnterAnimationRes(exitAnimation),70 getAnimationRes(exitAnimation));80 private static int getEnterAnimationRes(int exitAnimation) { in getEnterAnimationRes() argument81 switch (exitAnimation) { in getEnterAnimationRes()89 throw new AssertionError("Unknown animation value " + exitAnimation); in getEnterAnimationRes()
895 private void sendFinishToExitAnimationActivity(String packageName, int exitAnimation) { in sendFinishToExitAnimationActivity() argument898 intent.putExtra(Components.ExitAnimationActivityReceiver.EXTRA_ANIMATION, exitAnimation); in sendFinishToExitAnimationActivity()