Searched refs:AnimatedImageView (Results 1 – 4 of 4) sorted by relevance
31 public class AnimatedImageView extends ImageView { class42 public AnimatedImageView(Context context) { in AnimatedImageView() method in AnimatedImageView46 public AnimatedImageView(Context context, AttributeSet attrs) { in AnimatedImageView() method in AnimatedImageView49 R.styleable.AnimatedImageView, 0, 0); in AnimatedImageView()
63 public class StatusBarIconView extends AnimatedImageView implements StatusIconDisplayable {
26 public class AnimatedImageView extends ImageView { class30 public AnimatedImageView(Context context) { in AnimatedImageView() method in AnimatedImageView34 public AnimatedImageView(Context context, AttributeSet attrs) { in AnimatedImageView() method in AnimatedImageView
33 private AnimatedImageView mAnimatedImageView;38 mAnimatedImageView = new AnimatedImageView(activity); in setUp()