HomeSort by relevance Sort by last modified time
    Searched defs:colorIdx (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 394 int colorIdx = 0;
408 colorIdx = availableSubInfos.size() % colorArr.length;
410 return colorArr[colorIdx];
    [all...]
  /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) {
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 207 milliseconds