Home
last modified time | relevance | path

Searched refs:mAnimation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DChooseLockPatternExample.java33 private AnimationDrawable mAnimation; field in ChooseLockPatternExample
37 startAnimation(mAnimation);
57 stopAnimation(mAnimation); in onPause()
66 stopAnimation(mAnimation); in onClick()
84 mAnimation = (AnimationDrawable) mImageView.getBackground(); in initViews()
/packages/apps/Camera/src/com/android/camera/ui/
DGLView.java50 private Animation mAnimation; field in GLView
69 mAnimation = animation; in startAnimation()
72 mAnimation.start(); in startAnimation()
196 && component.mAnimation == null) continue; in render()
212 Animation anim = component.mAnimation; in renderChild()
217 component.mAnimation = null; in renderChild()