Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DTaskFragmentAnimationParams.java59 private TaskFragmentAnimationParams(@ColorInt int animationBackgroundColor, in TaskFragmentAnimationParams() argument
62 mAnimationBackgroundColor = animationBackgroundColor; in TaskFragmentAnimationParams()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DJetpackTaskFragmentOrganizer.java399 final int animationBackgroundColor = getAnimationBackgroundColor(splitAttributes); in createAnimationParamsOrDefault() local
400 builder.setAnimationBackgroundColor(animationBackgroundColor); in createAnimationParamsOrDefault()
415 int animationBackgroundColor = DEFAULT_ANIMATION_BACKGROUND_COLOR; in getAnimationBackgroundColor() local
419 animationBackgroundColor = colorBackground.getColor(); in getAnimationBackgroundColor()
421 return animationBackgroundColor; in getAnimationBackgroundColor()