OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mToColorIndex
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java
42
private int
mToColorIndex
;
86
mColors[
mToColorIndex
]);
90
mFromColorIndex =
mToColorIndex
;
92
mToColorIndex
++;
93
if (
mToColorIndex
>= mColors.length) {
94
mToColorIndex
= 0;
/developers/samples/android/deprecated/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java
42
private int
mToColorIndex
;
86
mColors[
mToColorIndex
]);
90
mFromColorIndex =
mToColorIndex
;
92
mToColorIndex
++;
93
if (
mToColorIndex
>= mColors.length) {
94
mToColorIndex
= 0;
/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
PartyLightView.java
42
private int
mToColorIndex
;
86
mColors[
mToColorIndex
]);
90
mFromColorIndex =
mToColorIndex
;
92
mToColorIndex
++;
93
if (
mToColorIndex
>= mColors.length) {
94
mToColorIndex
= 0;
Completed in 3489 milliseconds