HomeSort by relevance Sort by last modified time
    Searched full:coloridx (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 368 int colorIdx = row * (nx - 1) + col;
369 if (isForward) colorIdx--;
370 if (color[colorIdx] == NinePatchChunk.TRANSPARENT_COLOR) {

Completed in 123 milliseconds