Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionSetupActivity.java78 private int[] mColorRGBs; field in CaptionSetupActivity
168 mColorRGBs = new int[len]; in getColorSelection()
170 mColorRGBs[i] = mResources.getColor(mColorResIds[i]) & 0xffffff; in getColorSelection()
178 mColorNames[i] = String.format("#%06X", mColorRGBs[i]); in getColorSelection()
183 for (int x = 0; x < mColorRGBs.length; ++x) in getColorName()
184 if (mColorRGBs[x] == color) in getColorName()
269 new Action.Builder().key(Integer.toString(mColorRGBs[i])) in colorsToActions()
272 .checked(selectedColor == mColorRGBs[i]).build()); in colorsToActions()
378 new Action.Builder().key(Integer.toString(mColorRGBs[i])) in refreshActionList()
382 mColorRGBs[i]).build()); in refreshActionList()