Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DCustomCrossActivityBackAnimationTest.kt153 private fun testLoadCustomAnimation(enterResId: Int, exitResId: Int, windowAnimations: Int) { in testLoadCustomAnimation()
156 .setCustomAnimation(PACKAGE_NAME, enterResId, exitResId, Color.GREEN) in testLoadCustomAnimation()
171 if (exitResId != 0) { in testLoadCustomAnimation()
/frameworks/base/core/java/android/window/
DTransitionInfo.java1167 int enterResId, int exitResId, int backgroundColor) { in addCustomActivityTransition() argument
1178 customTransition.addCustomActivityTransition(enterResId, exitResId, backgroundColor); in addCustomActivityTransition()
1192 @AnimRes int enterResId, @AnimRes int exitResId, @ColorInt int backgroundColor, in makeCustomAnimOptions() argument
1195 exitResId, backgroundColor, overrideTaskTransition); in makeCustomAnimOptions()
1209 @AnimRes int enterResId, @AnimRes int changeResId, @AnimRes int exitResId, in makeCustomAnimOptions() argument
1215 options.mExitResId = exitResId; in makeCustomAnimOptions()
1421 int enterResId, int exitResId, int backgroundColor) { in addCustomActivityTransition() argument
1423 mCustomExitResId = exitResId; in addCustomActivityTransition()
DBackNavigationInfo.java487 @AnimRes int exitResId, @ColorInt int backgroundColor) { in setCustomAnimation() argument
491 mCustomAnimationInfo.mCustomExitAnim = exitResId; in setCustomAnimation()
/frameworks/base/core/java/android/app/
DActivityOptions.java557 int enterResId, int exitResId) { in makeCustomAnimation() argument
558 return makeCustomAnimation(context, enterResId, exitResId, 0, null, null); in makeCustomAnimation()
578 int enterResId, int exitResId, int backgroundColor) { in makeCustomAnimation() argument
579 return makeCustomAnimation(context, enterResId, exitResId, backgroundColor, null, null); in makeCustomAnimation()
604 int enterResId, int exitResId, int backgroundColor, Handler handler, in makeCustomAnimation() argument
610 opts.mCustomExitResId = exitResId; in makeCustomAnimation()
640 int enterResId, int exitResId, int backgroundColor, @Nullable Handler handler, in makeCustomAnimation() argument
643 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, backgroundColor, in makeCustomAnimation()
675 int enterResId, int exitResId, @Nullable Handler handler, in makeCustomTaskAnimation() argument
678 ActivityOptions opts = makeCustomAnimation(context, enterResId, exitResId, 0, in makeCustomTaskAnimation()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...