Searched refs:mColors (Results 1 – 5 of 5) sorted by relevance
67 private Color[] mColors; field in RenameMobileNetworkDialogFragment108 mColors = getColors(); in onCreateDialog()120 final Color color = (mColorSpinner == null) ? mColors[0] in onCreateDialog()121 : mColors[mColorSpinner.getSelectedItemPosition()]; in onCreateDialog()154 R.layout.dialog_mobile_network_color_picker_item, mColors); in populateView()156 for (int i = 0; i < mColors.length; i++) { in populateView()157 if (mColors[i].getColor() == info.getIconTint()) { in populateView()
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()
38 private final int[] mColors = { field in TouchPointView111 int color = mColors[finger.pointerId % mColors.length]; in onDraw()
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()
120 private final MutableLiveData<MediaSourceColors> mColors = dataOf(null); field in PlaybackViewModel155 return mColors; in getMediaSourceColors()246 mColors.setValue(mColorsFactory.extractColors(controller.getPackageName())); in onMediaControllerChanged()254 mColors.setValue(null); in onMediaControllerChanged()