Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DTransitionInfo.java1408 private int mCustomBackgroundColor; field in TransitionInfo.CustomActivityTransition
1422 return mCustomBackgroundColor; in getCustomBackgroundColor()
1429 mCustomBackgroundColor = in.readInt(); in CustomActivityTransition()
1437 mCustomBackgroundColor = backgroundColor; in addCustomActivityTransition()
1449 dest.writeInt(mCustomBackgroundColor); in writeToParcel()
/frameworks/base/core/java/android/app/
DActivityOptions.java538 private int mCustomBackgroundColor; field in ActivityOptions
666 opts.mCustomBackgroundColor = backgroundColor; in makeCustomAnimation()
1358 mCustomBackgroundColor = opts.getInt(KEY_ANIM_BACKGROUND_COLOR, 0); in ActivityOptions()
1517 return mCustomBackgroundColor; in getCustomBackgroundColor()
2386 mCustomBackgroundColor = otherOptions.mCustomBackgroundColor; in update()
2460 b.putInt(KEY_ANIM_BACKGROUND_COLOR, mCustomBackgroundColor); in toBundle()