OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAnimationIndex
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
FixedAnimationComponent.java
20
private int
mAnimationIndex
;
30
mAnimationIndex
= 0;
39
sprite.playAnimation(
mAnimationIndex
);
44
mAnimationIndex
= index;
/packages/apps/Gallery/src/com/android/camera/
ViewImage.java
97
private int
mAnimationIndex
;
576
mAnimationIndex
= -1;
712
//
mAnimationIndex
717
mAnimationIndex
= getPreferencesInteger(
830
if (
mAnimationIndex
== -1) {
835
animation =
mAnimationIndex
;
[
all
...]
Completed in 6269 milliseconds