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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 58 private int mColorIndex = 0;
155 canvas.drawColor(sColors[mColorIndex]);
156 if (++mColorIndex >= sColors.length) mColorIndex = 0;
  /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/v4/java/android/support/v4/widget/
MaterialProgressDrawable.java 420 // mColorIndex represents the offset into the available mColors that the
422 // animating, the mColorIndex moves by one to the next available color.
423 private int mColorIndex;
475 mPaint.setColor(mColors[mColorIndex]);
514 mArrowPaint.setColor(mColors[mColorIndex]);
537 mColorIndex = index;
545 mColorIndex = (mColorIndex + 1) % (mColors.length);
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 66 milliseconds