Searched refs:mCustomBackgroundColor (Results 1 – 2 of 2) sorted by relevance
1408 private int mCustomBackgroundColor; field in TransitionInfo.CustomActivityTransition1422 return mCustomBackgroundColor; in getCustomBackgroundColor()1429 mCustomBackgroundColor = in.readInt(); in CustomActivityTransition()1437 mCustomBackgroundColor = backgroundColor; in addCustomActivityTransition()1449 dest.writeInt(mCustomBackgroundColor); in writeToParcel()
538 private int mCustomBackgroundColor; field in ActivityOptions666 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()