Searched refs:mAnimations (Results 1 – 3 of 3) sorted by relevance
46 private List<SkottieView> mAnimations; field in SkottieActivity52 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 …]
26 private PhasedObjectManager mAnimations; field in SpriteComponent40 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()