Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java485 private int mCustomBackgroundColor; field in ActivityOptions
611 opts.mCustomBackgroundColor = backgroundColor; in makeCustomAnimation()
1303 mCustomBackgroundColor = opts.getInt(KEY_ANIM_BACKGROUND_COLOR, 0); in ActivityOptions()
1460 return mCustomBackgroundColor; in getCustomBackgroundColor()
2254 mCustomBackgroundColor = otherOptions.mCustomBackgroundColor; in update()
2328 b.putInt(KEY_ANIM_BACKGROUND_COLOR, mCustomBackgroundColor); in toBundle()
/frameworks/base/core/java/android/window/
DTransitionInfo.java1395 private int mCustomBackgroundColor; field in TransitionInfo.CustomActivityTransition
1409 return mCustomBackgroundColor; in getCustomBackgroundColor()
1416 mCustomBackgroundColor = in.readInt(); in CustomActivityTransition()
1424 mCustomBackgroundColor = backgroundColor; in addCustomActivityTransition()
1436 dest.writeInt(mCustomBackgroundColor); in writeToParcel()