Searched refs:mAnimationBackgroundColor (Results 1 – 1 of 1) sorted by relevance
48 private final int mAnimationBackgroundColor; field in TaskFragmentAnimationParams62 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.Builder209 mAnimationBackgroundColor = color; in setAnimationBackgroundColor()[all …]