Searched defs:mContentAnimationView (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DOnboardingDemoFragment.java50 private ImageView mContentAnimationView; field in class:OnboardingDemoFragment
88 mContentAnimationView = (ImageView) mContentView.findViewById(R.id.animation_image);
102 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[0]);
110 ((AnimationDrawable) mContentAnimationView.getDrawable()).start();
121 ((AnimationDrawable) mContentAnimationView.getDrawable()).stop();
128 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[newPage]);
135 ((AnimationDrawable) mContentAnimationView.getDrawable()).start();
H A DOnboardingDemoSupportFragment.java53 private ImageView mContentAnimationView; field in class:OnboardingDemoSupportFragment
91 mContentAnimationView = (ImageView) mContentView.findViewById(R.id.animation_image);
105 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[0]);
113 ((AnimationDrawable) mContentAnimationView.getDrawable()).start();
124 ((AnimationDrawable) mContentAnimationView.getDrawable()).stop();
131 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[newPage]);
138 ((AnimationDrawable) mContentAnimationView.getDrawable()).start();
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DOnboardingDemoFragment.java50 private ImageView mContentAnimationView; field in class:OnboardingDemoFragment
88 mContentAnimationView = (ImageView) mContentView.findViewById(R.id.animation_image);
102 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[0]);
110 ((AnimationDrawable) mContentAnimationView.getDrawable()).start();
121 ((AnimationDrawable) mContentAnimationView.getDrawable()).stop();
128 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[newPage]);
135 ((AnimationDrawable) mContentAnimationView.getDrawable()).start();
H A DOnboardingDemoSupportFragment.java53 private ImageView mContentAnimationView; field in class:OnboardingDemoSupportFragment
91 mContentAnimationView = (ImageView) mContentView.findViewById(R.id.animation_image);
105 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[0]);
113 ((AnimationDrawable) mContentAnimationView.getDrawable()).start();
124 ((AnimationDrawable) mContentAnimationView.getDrawable()).stop();
131 mContentAnimationView.setImageResource(CONTENT_ANIMATIONS[newPage]);
138 ((AnimationDrawable) mContentAnimationView.getDrawable()).start();

Completed in 53 milliseconds