Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
H A DCustomizeActivityAnimationTest.java190 private void testLoadCustomAnimation(int enterResId, int exitResId, int windowAnimations) { in testLoadCustomAnimation() argument
193 .setCustomAnimation(testPackage, enterResId, exitResId, Color.GREEN) in testLoadCustomAnimation()
203 .loadAppTransitionAnimation(eq(testPackage), eq(exitResId)); in testLoadCustomAnimation()
213 if (exitResId != 0) { in testLoadCustomAnimation()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java542 int enterResId, int exitResId) { in makeCustomAnimation() argument
543 return makeCustomAnimation(context, enterResId, exitResId, 0, null, null); in makeCustomAnimation()
562 int enterResId, int exitResId, int backgroundColor) { in makeCustomAnimation() argument
563 return makeCustomAnimation(context, enterResId, exitResId, backgroundColor, null, null); in makeCustomAnimation()
587 int enterResId, int exitResId, int backgroundColor, Handler handler, in makeCustomAnimation() argument
593 opts.mCustomExitResId = exitResId; in makeCustomAnimation()
622 int enterResId, int exitResId, int backgroundColor, @Nullable Handler handler, in makeCustomAnimation() argument
625 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, backgroundColor, in makeCustomAnimation()
656 int enterResId, int exitResId, @Nullable Handler handler, in makeCustomTaskAnimation() argument
659 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, 0, in makeCustomTaskAnimation()
/aosp14/frameworks/base/core/java/android/window/
H A DBackNavigationInfo.java411 @AnimRes int exitResId, @ColorInt int backgroundColor) { in setCustomAnimation() argument
415 mCustomAnimationInfo.mCustomExitAnim = exitResId; in setCustomAnimation()
H A DTransitionInfo.java1034 int enterResId, int exitResId, int backgroundColor) { in addCustomActivityTransition() argument
1045 customTransition.addCustomActivityTransition(enterResId, exitResId, backgroundColor); in addCustomActivityTransition()
1049 int exitResId, @ColorInt int backgroundColor, boolean overrideTaskTransition) { in makeCustomAnimOptions() argument
1053 options.mExitResId = exitResId; in makeCustomAnimOptions()
1217 int enterResId, int exitResId, int backgroundColor) { in addCustomActivityTransition() argument
1219 mCustomExitResId = exitResId; in addCustomActivityTransition()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...