Searched refs:attrs (Results 201 - 225 of 373) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java64 public AbsSeekBar(Context context, AttributeSet attrs) { argument
65 super(context, attrs);
68 public AbsSeekBar(Context context, AttributeSet attrs, int defStyle) { argument
69 super(context, attrs, defStyle);
71 TypedArray a = context.obtainStyledAttributes(attrs,
81 a = context.obtainStyledAttributes(attrs,
H A DQuickContactBadge.java83 public QuickContactBadge(Context context, AttributeSet attrs) { argument
84 this(context, attrs, 0);
87 public QuickContactBadge(Context context, AttributeSet attrs, int defStyle) { argument
88 super(context, attrs, defStyle);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java74 public ActionBarOverlayLayout(Context context, AttributeSet attrs) { argument
75 super(context, attrs);
229 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
230 return new LayoutParams(getContext(), attrs);
408 public LayoutParams(Context c, AttributeSet attrs) { argument
409 super(c, attrs);
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditLayout.java48 public ExtractEditLayout(Context context, AttributeSet attrs) { argument
49 super(context, attrs);
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java100 public PreferenceScreen(Context context, AttributeSet attrs) { argument
101 super(context, attrs, com.android.internal.R.attr.preferenceScreenStyle);
H A DMultiSelectListPreference.java48 public MultiSelectListPreference(Context context, AttributeSet attrs) { argument
49 super(context, attrs);
51 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java100 * @param attrs the attributes of the XML tag that is inflating the
103 public LayoutAnimationController(Context context, AttributeSet attrs) { argument
104 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation);
H A DGridLayoutAnimationController.java109 * @param attrs the attributes of the XML tag that is inflating the
112 public GridLayoutAnimationController(Context context, AttributeSet attrs) { argument
113 super(context, attrs);
115 TypedArray a = context.obtainStyledAttributes(attrs,
H A DScaleAnimation.java60 * @param attrs Attribute set from which to read values
62 public ScaleAnimation(Context context, AttributeSet attrs) { argument
63 super(context, attrs);
67 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java54 public KeyguardPasswordView(Context context, AttributeSet attrs) { argument
55 super(context, attrs);
H A DKeyguardWidgetCarousel.java39 public KeyguardWidgetCarousel(Context context, AttributeSet attrs) { argument
40 this(context, attrs, 0);
47 public KeyguardWidgetCarousel(Context context, AttributeSet attrs, int defStyle) { argument
48 super(context, attrs, defStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java43 public NotificationPanelView(Context context, AttributeSet attrs) { argument
44 super(context, attrs);
H A DQuickSettingsContainerView.java40 public QuickSettingsContainerView(Context context, AttributeSet attrs) { argument
41 super(context, attrs);
H A DSettingsPanelView.java48 public SettingsPanelView(Context context, AttributeSet attrs) { argument
49 super(context, attrs);
H A DStatusBarWindowView.java49 public StatusBarWindowView(Context context, AttributeSet attrs) { argument
50 super(context, attrs);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java48 public RecentApplicationsBackground(Context context, AttributeSet attrs) { argument
49 super(context, attrs);
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java45 public ColorPickerPalette(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
/frameworks/base/core/java/android/view/
H A DTextureView.java146 * @param attrs The attributes of the XML tag that is inflating the view.
149 public TextureView(Context context, AttributeSet attrs) { argument
150 super(context, attrs);
158 * @param attrs The attributes of the XML tag that is inflating the view.
165 public TextureView(Context context, AttributeSet attrs, int defStyle) { argument
166 super(context, attrs, defStyle);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java87 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) argument
89 super.inflate(r, parser, attrs);
93 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ScaleDrawable);
110 dr = Drawable.createFromXmlInner(r, parser, attrs);
H A DInsetDrawable.java77 AttributeSet attrs)
81 TypedArray a = r.obtainAttributes(attrs,
113 dr = Drawable.createFromXmlInner(r, parser, attrs);
76 inflate(Resources r, XmlPullParser parser, AttributeSet attrs) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java68 public SearchPanelView(Context context, AttributeSet attrs) { argument
69 this(context, attrs, 0);
72 public SearchPanelView(Context context, AttributeSet attrs, int defStyle) { argument
73 super(context, attrs, defStyle);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsSpinnerICS.java58 AbsSpinnerICS(Context context, AttributeSet attrs) { argument
59 this(context, attrs, 0);
62 AbsSpinnerICS(Context context, AttributeSet attrs, int defStyle) { argument
63 super(context, attrs, defStyle);
/frameworks/base/core/java/android/app/
H A DActionBar.java1027 public LayoutParams(Context c, AttributeSet attrs) { argument
1028 super(c, attrs);
1030 TypedArray a = c.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java83 final AttributeSet attrs = Xml.asAttributeSet(parser);
95 TypedArray sa = res.obtainAttributes(attrs,
113 attrs, com.android.internal.R.styleable.SpellChecker_Subtype);
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java72 public InternalSelectionView(Context context, AttributeSet attrs) { argument
73 super(context, attrs);
76 attrs, R.styleable.SelectableRowView);

Completed in 590 milliseconds

1234567891011>>