Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DBackNavigationInfo.java267 @ColorInt private int mCustomBackground; field in BackNavigationInfo.CustomAnimationInfo
302 return mCustomBackground; in getCustomBackground()
320 dest.writeInt(mCustomBackground); in writeToParcel()
328 mCustomBackground = in.readInt(); in CustomAnimationInfo()
417 mCustomAnimationInfo.mCustomBackground = backgroundColor; in setCustomAnimation()