Searched defs:argb (Results 1 – 7 of 7) sorted by relevance
89 final int argb = getValue(); in onBindViewHolder() local116 final int argb = getValueAt(index); in onBindListItem() local
71 int argb = bitmap.getPixel(x, y); in findDominantColorByHue() local
181 final int argb = mColorPreference.getValueAt(testIndex); in onBindListItem_colorDrawable_matchColor() local
45 public abstract void clearBuffer(float[] argb); in clearBuffer()
687 public void clearBuffer(float[] argb) { in clearBuffer()
370 public void clearBuffer(float[] argb) { in clearBuffer()
421 private void convertARGBToRGBA(ByteBuffer argb) { in convertARGBToRGBA()