Searched refs:mColors (Results 1 – 4 of 4) sorted by relevance
130 mColors = new int[colorsToSort.length]; in onQueryComplete()131 for (int i = 0; i < mColors.length; i++) { in onQueryComplete()132 mColors[i] = colorsToSort[i]; in onQueryComplete()177 if (mColors == null) { in saveColorKeys()180 int[] colorKeys = new int[mColors.length]; in saveColorKeys()181 for (int i = 0; i < mColors.length; i++) { in saveColorKeys()182 colorKeys[i] = mColorKeyMap.get(mColors[i]); in saveColorKeys()199 if (mColors != null && colorKeys != null) { in retrieveColorKeys()200 for (int i = 0; i < mColors.length; i++) { in retrieveColorKeys()201 mColorKeyMap.put(mColors[i], colorKeys[i]); in retrieveColorKeys()[all …]
367 private int[] mColors; field in EventInfoFragment549 mColors = new int[sortedColors.length]; in onQueryComplete()551 mColors[i] = sortedColors[i].intValue(); in onQueryComplete()554 Color.colorToHSV(mColors[i], hsv); in onQueryComplete()561 if (button != null && mColors.length > 0) { in onQueryComplete()1257 mColorPickerDialog = EventColorPickerDialog.newInstance(mColors, mCurrentColor, in showEventColorPickerDialog()1842 if (changeColor != null && mColors != null && mColors.length > 0) { in updateMenu()
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()
59 int[] mColors; field in BatteryHistoryChart.ChartData67 mColors = colors; in setColors()