Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseContentFragment.java50 private static final String EXTRA_ICON_BACKGROUND = "iconBackground"; field in BaseContentFragment
79 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()