Searched refs:animationBackgroundColor (Results 1 – 2 of 2) sorted by relevance
59 private TaskFragmentAnimationParams(@ColorInt int animationBackgroundColor, in TaskFragmentAnimationParams() argument62 mAnimationBackgroundColor = animationBackgroundColor; in TaskFragmentAnimationParams()
399 final int animationBackgroundColor = getAnimationBackgroundColor(splitAttributes); in createAnimationParamsOrDefault() local400 builder.setAnimationBackgroundColor(animationBackgroundColor); in createAnimationParamsOrDefault()415 int animationBackgroundColor = DEFAULT_ANIMATION_BACKGROUND_COLOR; in getAnimationBackgroundColor() local419 animationBackgroundColor = colorBackground.getColor(); in getAnimationBackgroundColor()421 return animationBackgroundColor; in getAnimationBackgroundColor()