/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/ |
H A D | CustomizeActivityAnimationTest.java | 190 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 D | ActivityOptions.java | 542 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 D | BackNavigationInfo.java | 411 @AnimRes int exitResId, @ColorInt int backgroundColor) { in setCustomAnimation() argument 415 mCustomAnimationInfo.mCustomExitAnim = exitResId; in setCustomAnimation()
|
H A D | TransitionInfo.java | 1034 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |