Searched refs:colorInts (Results 1 – 1 of 1) sorted by relevance
2042 CharSequence[] colorInts, CharSequence defaultColorMessage) { in setColorAlertParams() argument2045 mColorInts = colorInts; in setColorAlertParams()2268 int[] colorInts = new int[mColorInts.length]; in onShowBackgroundColorAlertDialog() local2269 for (int i = 0; i < colorInts.length; i++) { in onShowBackgroundColorAlertDialog()2270 colorInts[i] = Integer.parseInt((String) mColorInts[i], 16) - 0x01000000; in onShowBackgroundColorAlertDialog()2272 buildAndShowColorDialogue(TYPE_BACKGROUND, mColorTitle, colorInts); in onShowBackgroundColorAlertDialog()