OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mColorIndex
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/services/core/java/com/android/server/policy/
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/core-ui/java/android/support/v4/widget/
MaterialProgressDrawable.java
480
//
mColorIndex
represents the offset into the available mColors that the
482
// animating, the
mColorIndex
moves by one to the next available color.
483
private int
mColorIndex
;
609
mColorIndex
= index;
610
mCurrentColor = mColors[
mColorIndex
];
621
return (
mColorIndex
+ 1) % (mColors.length);
685
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/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
Completed in 179 milliseconds