Searched refs:PreferenceImageView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPreferenceImageView.java26 public class PreferenceImageView extends ImageView { class in inherits:ImageView
28 public PreferenceImageView(Context context) { method in class:PreferenceImageView
32 public PreferenceImageView(Context context, AttributeSet attrs) { method in class:PreferenceImageView
36 public PreferenceImageView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:PreferenceImageView
40 public PreferenceImageView(Context context, AttributeSet attrs, int defStyleAttr, method in class:PreferenceImageView
/frameworks/support/v7/preference/src/android/support/v7/internal/widget/
H A DPreferenceImageView.java29 public class PreferenceImageView extends ImageView { class in inherits:ImageView
34 public PreferenceImageView(Context context) { method in class:PreferenceImageView
38 public PreferenceImageView(Context context, AttributeSet attrs) { method in class:PreferenceImageView
42 public PreferenceImageView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:PreferenceImageView
46 attrs, R.styleable.PreferenceImageView, defStyleAttr, 0);
57 // public PreferenceImageView(Context context, AttributeSet attrs, int defStyleAttr,

Completed in 75 milliseconds