Searched refs:mCustomBackgroundColor (Results 1 – 2 of 2) sorted by relevance
485 private int mCustomBackgroundColor; field in ActivityOptions611 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()
1395 private int mCustomBackgroundColor; field in TransitionInfo.CustomActivityTransition1409 return mCustomBackgroundColor; in getCustomBackgroundColor()1416 mCustomBackgroundColor = in.readInt(); in CustomActivityTransition()1424 mCustomBackgroundColor = backgroundColor; in addCustomActivityTransition()1436 dest.writeInt(mCustomBackgroundColor); in writeToParcel()