Home
last modified time | relevance | path

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

/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DOnboardingDemoSupportFragment.java54 private ImageView mContentAnimationView; field in OnboardingDemoSupportFragment
92 mContentAnimationView = (ImageView) mContentView.findViewById(R.id.animation_image); in onCreateContentView()
106 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[0]); in onCreateEnterAnimation()
114 ((AnimationDrawable) mContentAnimationView.getDrawable()).start(); in onCreateEnterAnimation()
125 ((AnimationDrawable) mContentAnimationView.getDrawable()).stop(); in onPageChanged()
132 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[newPage]); in onPageChanged()
139 ((AnimationDrawable) mContentAnimationView.getDrawable()).start(); in onPageChanged()
DOnboardingDemoFragment.java51 private ImageView mContentAnimationView; field in OnboardingDemoFragment
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()