Home
last modified time | relevance | path

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

/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DOnboardingDemoFragment.java50 private ImageView mContentAnimationView; field in OnboardingDemoFragment
87 mContentAnimationView = (ImageView) mContentView.findViewById(R.id.animation_image); in onCreateContentView()
101 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[0]); in onCreateEnterAnimation()
109 ((AnimationDrawable) mContentAnimationView.getDrawable()).start(); in onCreateEnterAnimation()
120 ((AnimationDrawable) mContentAnimationView.getDrawable()).stop(); in onPageChanged()
127 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[newPage]); in onPageChanged()
134 ((AnimationDrawable) mContentAnimationView.getDrawable()).start(); in onPageChanged()
DOnboardingDemoSupportFragment.java52 private ImageView mContentAnimationView; field in OnboardingDemoSupportFragment
89 mContentAnimationView = (ImageView) mContentView.findViewById(R.id.animation_image); in onCreateContentView()
103 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[0]); in onCreateEnterAnimation()
111 ((AnimationDrawable) mContentAnimationView.getDrawable()).start(); in onCreateEnterAnimation()
122 ((AnimationDrawable) mContentAnimationView.getDrawable()).stop(); in onPageChanged()
129 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[newPage]); in onPageChanged()
136 ((AnimationDrawable) mContentAnimationView.getDrawable()).start(); in onPageChanged()