Searched refs:EXTRA_ICON_BACKGROUND (Results 1 – 1 of 1) sorted by relevance
50 private static final String EXTRA_ICON_BACKGROUND = "iconBackground"; field in BaseContentFragment79 args.putInt(EXTRA_ICON_BACKGROUND, iconBackgroundColor); in buildArgs()115 mIconBackgroundColor = state.getInt(EXTRA_ICON_BACKGROUND, Color.TRANSPARENT); in onCreate()125 outState.putInt(EXTRA_ICON_BACKGROUND, mIconBackgroundColor); in onSaveInstanceState()