Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java3279 animationRunnerBuilder.setTaskBackgroundColor(getTaskAnimationBackgroundColor()); in applyAnimationUnchecked()
3325 animationRunnerBuilder.setTaskBackgroundColor(ColorUtils.setAlphaComponent( in applyAnimationUnchecked()
4193 private void setTaskBackgroundColor(@ColorInt int backgroundColor) { in setTaskBackgroundColor() method in WindowContainer.AnimationRunnerBuilder