HomeSort by relevance Sort by last modified time
    Searched refs:iconBackgroundColor (Results 1 - 9 of 9) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageContentFragment.java 45 String breadcrumb, String description, int iconResourceId, int iconBackgroundColor) {
48 iconResourceId, iconBackgroundColor));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ContentFragment.java 59 int iconResourceId, int iconBackgroundColor) {
63 iconBackgroundColor));
73 Uri iconResourceUri, int iconBackgroundColor) {
77 iconBackgroundColor));
BaseContentFragment.java 82 Uri iconUri, Bitmap iconBitmap, int iconBackgroundColor) {
90 args.putInt(EXTRA_ICON_BACKGROUND, iconBackgroundColor);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutActivity.java 59 .iconBackgroundColor(getResources().getColor(R.color.icon_background))
SettingsLayoutFragment.java 157 public Builder iconBackgroundColor(int iconBackgroundColor) {
158 mIconBackgroundColor = iconBackgroundColor;
    [all...]
DialogFragment.java 158 public Builder iconBackgroundColor(int iconBackgroundColor) {
159 mIconBackgroundColor = iconBackgroundColor;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/sound/
SoundActivity.java 54 .iconBackgroundColor(getResources().getColor(R.color.icon_background))
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictedProfileActivity.java 265 .iconBackgroundColor(getResources().getColor(R.color.icon_background))
334 .iconBackgroundColor(getResources().getColor(R.color.icon_background))
AppRestrictionsManager.java 208 .iconBackgroundColor(

Completed in 50 milliseconds