Searched refs:mColors (Results 1 – 4 of 4) sorted by relevance
71 private Color[] mColors; field in RenameMobileNetworkDialogFragment128 mColors = getColors(); in onCreateDialog()140 final Color color = (mColorSpinner == null) ? mColors[0] in onCreateDialog()141 : mColors[mColorSpinner.getSelectedItemPosition()]; in onCreateDialog()175 R.layout.dialog_mobile_network_color_picker_item, mColors); in populateView()312 for (int i = 0; i < mColors.length; i++) { in getSimColorIndex()313 if (mColors[i].getColor() == color) { in getSimColorIndex()
485 private int[] mColors; field in MaterialProgressDrawable.Ring593 mColors = colors; in setColors()615 mCurrentColor = mColors[mColorIndex]; in setColorIndex()622 return mColors[getNextColorIndex()]; in getNextColor()626 return (mColorIndex + 1) % (mColors.length); in getNextColorIndex()690 return mColors[mColorIndex]; in getStartingColor()
53 private int[] mColors = new int[] { field in ColorRectView137 int[] wheelColor = new int[mColors.length]; in setUpColorPanel()140 Color.colorToHSV(mColors[i], hsv); in setUpColorPanel()
93 private MediaSourceColors mColors; field in MediaViewModelTest229 when(mColors.getAccentColor(DEFAULT_COLORS)).thenReturn(COLORS); in changeColor_updateModel()235 mLiveColors.setValue(mColors); in changeColor_updateModel()