Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DTaskFragmentAnimationParams.java48 private final int mAnimationBackgroundColor; field in TaskFragmentAnimationParams
62 mAnimationBackgroundColor = animationBackgroundColor; in TaskFragmentAnimationParams()
76 return mAnimationBackgroundColor; in getAnimationBackgroundColor()
113 mAnimationBackgroundColor = in.readInt(); in TaskFragmentAnimationParams()
121 dest.writeInt(mAnimationBackgroundColor); in writeToParcel()
144 + " animationBgColor=" + Integer.toHexString(mAnimationBackgroundColor) in toString()
153 return Objects.hash(mAnimationBackgroundColor, mOpenAnimationResId, mChangeAnimationResId, in hashCode()
162 return mAnimationBackgroundColor == other.mAnimationBackgroundColor in equals()
187 private int mAnimationBackgroundColor = DEFAULT_ANIMATION_BACKGROUND_COLOR; field in TaskFragmentAnimationParams.Builder
209 mAnimationBackgroundColor = color; in setAnimationBackgroundColor()
[all …]