Searched refs:AnimatedImageView (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DAnimatedImageViewTest.java33 private AnimatedImageView mAnimatedImageView;
38 mAnimatedImageView = new AnimatedImageView(activity);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
H A DAnimatedImageView.java26 public class AnimatedImageView extends ImageView { class in inherits:ImageView
30 public AnimatedImageView(Context context) { method in class:AnimatedImageView
34 public AnimatedImageView(Context context, AttributeSet attrs) { method in class:AnimatedImageView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java31 public class AnimatedImageView extends ImageView { class in inherits:ImageView
42 public AnimatedImageView(Context context) { method in class:AnimatedImageView
46 public AnimatedImageView(Context context, AttributeSet attrs) { method in class:AnimatedImageView
49 R.styleable.AnimatedImageView, 0, 0);
H A DStatusBarIconView.java62 public class StatusBarIconView extends AnimatedImageView implements StatusIconDisplayable {

Completed in 120 milliseconds