Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DBackNavigationInfo.java339 @ColorInt private int mCustomBackground; field in BackNavigationInfo.CustomAnimationInfo
374 return mCustomBackground; in getCustomBackground()
392 dest.writeInt(mCustomBackground); in writeToParcel()
400 mCustomBackground = in.readInt(); in CustomAnimationInfo()
493 mCustomAnimationInfo.mCustomBackground = backgroundColor; in setCustomAnimation()