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

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
DebugHelper.java 58 private int mColorIndex;
68 if (mColorIndex == sColors.length) {
69 mColorIndex = 0;
72 return sColors[mColorIndex++];
  /cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DrawFramesActivity.java 51 private int mColorIndex;
100 mColorView.setBackgroundColor(COLORS[mColorIndex]);
103 mColorIndex = (mColorIndex + 1) % COLORS.length;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 105 mView.mColorIndex = savedInstanceState.getInt("color", 0);
108 mView.mColorIndex = 0;
162 outState.putInt("color", mView.mColorIndex);
244 int mColorIndex;
288 mPaint.setColor(COLORS[mColorIndex]);
444 mColorIndex = (mColorIndex + 1) % COLORS.length;
462 mPaint.setColor(COLORS[mColorIndex]);
474 mPaint.setColor(COLORS[mColorIndex]);
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
CircularProgressDrawable.java 630 // mColorIndex represents the offset into the available mColors that the
632 // animating, the mColorIndex moves by one to the next available color.
633 int mColorIndex;
793 mColorIndex = index;
794 mCurrentColor = mColors[mColorIndex];
805 return (mColorIndex + 1) % (mColors.length);
863 return mColors[mColorIndex];
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 117 milliseconds