OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentStep
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
MotionBlurComponent.java
26
private int
mCurrentStep
;
55
mCurrentStep
= 0;
72
mHistory[
mCurrentStep
].texture = currentTexture;
73
mHistory[
mCurrentStep
].position.set(((GameObject)parent).getPosition());
74
mHistory[
mCurrentStep
].width = drawable.getWidth();
75
mHistory[
mCurrentStep
].height = drawable.getHeight();
77
mHistory[
mCurrentStep
].crop[0] = drawableCrop[0];
78
mHistory[
mCurrentStep
].crop[1] = drawableCrop[1];
79
mHistory[
mCurrentStep
].crop[2] = drawableCrop[2];
80
mHistory[
mCurrentStep
].crop[3] = drawableCrop[3]
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
KeyChainTest.java
95
int
mCurrentStep
;
131
Step step = mSteps.get(
mCurrentStep
);
139
if (
mCurrentStep
+ 1 < mSteps.size()) {
140
mCurrentStep
+= 1;
151
mCurrentStep
+= 1;
183
mCurrentStep
= 0;
191
if (
mCurrentStep
>= mSteps.size()) {
198
final Step step = mSteps.get(
mCurrentStep
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
MtpHostTestActivity.java
184
private final int
mCurrentStep
= mStep;
189
int i =
mCurrentStep
;
Completed in 84 milliseconds