Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java333 @ColorInt int backgroundColorForTransition = 0; in startAnimation() local
441 backgroundColorForTransition = in startAnimation()
487 backgroundColorForTransition = getTransitionBackgroundColorIfSet(info, change, a, in startAnimation()
488 backgroundColorForTransition); in startAnimation()
560 if (backgroundColorForTransition != 0) { in startAnimation()
561 addBackgroundColor(info, backgroundColorForTransition, startTransaction, in startAnimation()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java3289 final @ColorInt int backgroundColorForTransition; in applyAnimationUnchecked() local
3293 backgroundColorForTransition = adapter.getBackgroundColor(); in applyAnimationUnchecked()
3303 backgroundColorForTransition = organizedTf.getAnimationParams() in applyAnimationUnchecked()
3312 backgroundColorForTransition = parentTask.getTaskDescription() in applyAnimationUnchecked()
3319 backgroundColorForTransition, 255)); in applyAnimationUnchecked()