Home
last modified time | relevance | path

Searched refs:mAnimations (Results 1 – 3 of 3) sorted by relevance

/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java46 private List<SkottieView> mAnimations; field in SkottieActivity
52 mAnimations = new ArrayList<SkottieView>(); in populateGrid()
63 mAnimations.add(view); in populateGrid()
71 mAnimations.add(view); in populateGrid()
82 double unit = sqrt(mAnimations.size() / 6.0f); in populateGrid()
94 for (SkottieView view : mAnimations) { in populateGrid()
103 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid()
114 SkottieView oldView = mAnimations.get(mInflatedIndex); in inflateView()
121 for (SkottieView anyView : mAnimations) { in inflateView()
131 for (SkottieView anyView : mAnimations) { in inflateView()
[all …]
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java46 private List<SkottieView> mAnimations; field in SkottieActivity
52 mAnimations = new ArrayList<SkottieView>(); in populateGrid()
63 mAnimations.add(view); in populateGrid()
71 mAnimations.add(view); in populateGrid()
82 double unit = sqrt(mAnimations.size() / 6.0f); in populateGrid()
94 for (SkottieView view : mAnimations) { in populateGrid()
103 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid()
114 SkottieView oldView = mAnimations.get(mInflatedIndex); in inflateView()
121 for (SkottieView anyView : mAnimations) { in inflateView()
131 for (SkottieView anyView : mAnimations) { in inflateView()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DSpriteComponent.java26 private PhasedObjectManager mAnimations; field in SpriteComponent
40 mAnimations = new PhasedObjectManager(); in SpriteComponent()
50 mAnimations = new PhasedObjectManager(); in SpriteComponent()
63 mAnimations.removeAll(); in reset()
64 mAnimations.commitUpdates(); in reset()
76 final PhasedObjectManager animations = mAnimations; in update()
150 return (SpriteAnimation)mAnimations.find(index); in findAnimation()
154 mAnimations.add(anim); in addAnimation()
219 return mAnimations.getConcreteCount(); in getAnimationCount()