Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DTaskFragmentAnimationParams.java45 public static final int DEFAULT_ANIMATION_BACKGROUND_COLOR = 0; field in TaskFragmentAnimationParams
174 || mChangeAnimationResId != DEFAULT_ANIMATION_BACKGROUND_COLOR in hasOverrideAnimation()
187 private int mAnimationBackgroundColor = DEFAULT_ANIMATION_BACKGROUND_COLOR;
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java36 import static android.window.TaskFragmentAnimationParams.DEFAULT_ANIMATION_BACKGROUND_COLOR;
3299 .getAnimationBackgroundColor() != DEFAULT_ANIMATION_BACKGROUND_COLOR) { in applyAnimationUnchecked()
DTransition.java45 import static android.window.TaskFragmentAnimationParams.DEFAULT_ANIMATION_BACKGROUND_COLOR;
2859 .getAnimationBackgroundColor() != DEFAULT_ANIMATION_BACKGROUND_COLOR) { in calculateTransitionInfo()