Home
last modified time | relevance | path

Searched refs:NUM_COLOR_COMPONENTS (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DGles2ColoredTriangleList.java57 private static final int NUM_COLOR_COMPONENTS = 4; field in Gles2ColoredTriangleList
87 if (color.length != NUM_COLOR_COMPONENTS) { in Gles2ColoredTriangleList()