Searched defs:attrs (Results 401 - 425 of 512) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java229 * @param attrs the set of attributes holding the animation parameters
231 public Animation(Context context, AttributeSet attrs) { argument
232 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Animation);
/frameworks/base/core/java/android/widget/
H A DAdapterView.java234 public AdapterView(Context context, AttributeSet attrs) { argument
235 this(context, attrs, 0);
238 public AdapterView(Context context, AttributeSet attrs, int defStyleAttr) { argument
239 this(context, attrs, defStyleAttr, 0);
242 public AdapterView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
243 super(context, attrs, defStyleAttr, defStyleRes);
H A DAdapterViewAnimator.java171 public AdapterViewAnimator(Context context, AttributeSet attrs) { argument
172 this(context, attrs, 0);
175 public AdapterViewAnimator(Context context, AttributeSet attrs, int defStyleAttr) { argument
176 this(context, attrs, defStyleAttr, 0);
180 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
181 super(context, attrs, defStyleAttr, defStyleRes);
183 final TypedArray a = context.obtainStyledAttributes(attrs,
179 AdapterViewAnimator( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
H A DAutoCompleteTextView.java131 public AutoCompleteTextView(Context context, AttributeSet attrs) { argument
132 this(context, attrs, R.attr.autoCompleteTextViewStyle);
135 public AutoCompleteTextView(Context context, AttributeSet attrs, int defStyleAttr) { argument
136 this(context, attrs, defStyleAttr, 0);
140 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
141 super(context, attrs, defStyleAttr, defStyleRes);
143 mPopup = new ListPopupWindow(context, attrs, defStyleAttr, defStyleRes);
148 attrs, R.styleable.AutoCompleteTextView, defStyleAttr, defStyleRes);
139 AutoCompleteTextView( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
H A DDatePicker.java122 public DatePicker(Context context, AttributeSet attrs) { argument
123 this(context, attrs, R.attr.datePickerStyle);
126 public DatePicker(Context context, AttributeSet attrs, int defStyleAttr) { argument
127 this(context, attrs, defStyleAttr, 0);
130 public DatePicker(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
131 super(context, attrs, defStyleAttr, defStyleRes);
133 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DatePicker,
141 mDelegate = createCalendarUIDelegate(context, attrs, defStyleAttr, defStyleRes);
145 mDelegate = createSpinnerUIDelegate(context, attrs, defStyleAttr, defStyleRes);
154 private DatePickerDelegate createSpinnerUIDelegate(Context context, AttributeSet attrs, argument
159 createCalendarUIDelegate(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
582 DatePickerSpinnerDelegate(DatePicker delegator, Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
[all...]
H A DDatePickerCalendarDelegate.java105 public DatePickerCalendarDelegate(DatePicker delegator, Context context, AttributeSet attrs, argument
119 final TypedArray a = mContext.obtainStyledAttributes(attrs,
H A DExpandableListView.java226 public ExpandableListView(Context context, AttributeSet attrs) { argument
227 this(context, attrs, com.android.internal.R.attr.expandableListViewStyle);
230 public ExpandableListView(Context context, AttributeSet attrs, int defStyleAttr) { argument
231 this(context, attrs, defStyleAttr, 0);
235 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
236 super(context, attrs, defStyleAttr, defStyleRes);
238 final TypedArray a = context.obtainStyledAttributes(attrs,
234 ExpandableListView( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
H A DGallery.java195 public Gallery(Context context, AttributeSet attrs) { argument
196 this(context, attrs, R.attr.galleryStyle);
199 public Gallery(Context context, AttributeSet attrs, int defStyleAttr) { argument
200 this(context, attrs, defStyleAttr, 0);
203 public Gallery(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
204 super(context, attrs, defStyleAttr, defStyleRes);
210 attrs, com.android.internal.R.styleable.Gallery, defStyleAttr, defStyleRes);
339 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
340 return new LayoutParams(getContext(), attrs);
1535 public LayoutParams(Context c, AttributeSet attrs) { argument
[all...]
H A DGridView.java120 public GridView(Context context, AttributeSet attrs) { argument
121 this(context, attrs, com.android.internal.R.attr.gridViewStyle);
124 public GridView(Context context, AttributeSet attrs, int defStyleAttr) { argument
125 this(context, attrs, defStyleAttr, 0);
128 public GridView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
129 super(context, attrs, defStyleAttr, defStyleRes);
132 attrs, com.android.internal.R.styleable.GridView, defStyleAttr, defStyleRes);
H A DHorizontalScrollView.java146 public HorizontalScrollView(Context context, AttributeSet attrs) { argument
147 this(context, attrs, com.android.internal.R.attr.horizontalScrollViewStyle);
150 public HorizontalScrollView(Context context, AttributeSet attrs, int defStyleAttr) { argument
151 this(context, attrs, defStyleAttr, 0);
155 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
156 super(context, attrs, defStyleAttr, defStyleRes);
160 attrs, android.R.styleable.HorizontalScrollView, defStyleAttr, defStyleRes);
154 HorizontalScrollView( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
H A DImageView.java130 public ImageView(Context context, AttributeSet attrs) { argument
131 this(context, attrs, 0);
134 public ImageView(Context context, AttributeSet attrs, int defStyleAttr) { argument
135 this(context, attrs, defStyleAttr, 0);
138 public ImageView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
139 super(context, attrs, defStyleAttr, defStyleRes);
144 attrs, com.android.internal.R.styleable.ImageView, defStyleAttr, defStyleRes);
H A DLinearLayout.java191 public LinearLayout(Context context, AttributeSet attrs) { argument
192 this(context, attrs, 0);
195 public LinearLayout(Context context, AttributeSet attrs, int defStyleAttr) { argument
196 this(context, attrs, defStyleAttr, 0);
199 public LinearLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
200 super(context, attrs, defStyleAttr, defStyleRes);
203 attrs, com.android.internal.R.styleable.LinearLayout, defStyleAttr, defStyleRes);
1775 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
1776 return new LinearLayout.LayoutParams(getContext(), attrs);
1863 public LayoutParams(Context c, AttributeSet attrs) { argument
[all...]
H A DRelativeLayout.java239 public RelativeLayout(Context context, AttributeSet attrs) { argument
240 this(context, attrs, 0);
243 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) { argument
244 this(context, attrs, defStyleAttr, 0);
247 public RelativeLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
248 super(context, attrs, defStyleAttr, defStyleRes);
249 initFromAttributes(context, attrs, defStyleAttr, defStyleRes);
254 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
256 attrs, R.styleable.RelativeLayout, defStyleAttr, defStyleRes);
1082 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
253 initFromAttributes( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
1242 LayoutParams(Context c, AttributeSet attrs) argument
[all...]
H A DSimpleMonthView.java149 public SimpleMonthView(Context context, AttributeSet attrs) { argument
150 this(context, attrs, R.attr.datePickerStyle);
153 public SimpleMonthView(Context context, AttributeSet attrs, int defStyleAttr) { argument
154 this(context, attrs, defStyleAttr, 0);
157 public SimpleMonthView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
158 super(context, attrs, defStyleAttr, defStyleRes);
H A DSlidingDrawer.java184 * @param attrs The attributes defined in XML.
186 public SlidingDrawer(Context context, AttributeSet attrs) { argument
187 this(context, attrs, 0);
194 * @param attrs The attributes defined in XML.
199 public SlidingDrawer(Context context, AttributeSet attrs, int defStyleAttr) { argument
200 this(context, attrs, defStyleAttr, 0);
207 * @param attrs The attributes defined in XML.
216 public SlidingDrawer(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
217 super(context, attrs, defStyleAttr, defStyleRes);
220 attrs,
[all...]
H A DSpinner.java126 * @param attrs The attributes of the XML tag that is inflating the view.
128 public Spinner(Context context, AttributeSet attrs) { argument
129 this(context, attrs, com.android.internal.R.attr.spinnerStyle);
138 * @param attrs The attributes of the XML tag that is inflating the view.
143 public Spinner(Context context, AttributeSet attrs, int defStyleAttr) { argument
144 this(context, attrs, defStyleAttr, 0, MODE_THEME);
154 * @param attrs The attributes of the XML tag that is inflating the view.
163 public Spinner(Context context, AttributeSet attrs, int defStyleAttr, int mode) { argument
164 this(context, attrs, defStyleAttr, 0, mode);
174 * @param attrs Th
187 Spinner( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, int mode) argument
1061 DropdownPopup( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
[all...]
H A DSwitch.java163 * @param attrs Specification of attributes that should deviate from default styling.
165 public Switch(Context context, AttributeSet attrs) { argument
166 this(context, attrs, com.android.internal.R.attr.switchStyle);
174 * @param attrs Specification of attributes that should deviate from the default styling.
179 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { argument
180 this(context, attrs, defStyleAttr, 0);
190 * @param attrs Specification of attributes that should deviate from the
200 public Switch(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
201 super(context, attrs, defStyleAttr, defStyleRes);
210 attrs, co
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java867 public RecycleListView(Context context, AttributeSet attrs) { argument
868 super(context, attrs);
871 public RecycleListView(Context context, AttributeSet attrs, int defStyleAttr) { argument
872 super(context, attrs, defStyleAttr);
876 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
877 super(context, attrs, defStyleAttr, defStyleRes);
875 RecycleListView( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java171 public ActionBarOverlayLayout(Context context, AttributeSet attrs) { argument
172 super(context, attrs);
349 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
350 return new LayoutParams(getContext(), attrs);
814 public LayoutParams(Context c, AttributeSet attrs) { argument
815 super(c, attrs);
H A DLockPatternView.java249 public LockPatternView(Context context, AttributeSet attrs) { argument
250 super(context, attrs);
252 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.LockPatternView);
H A DResolverDrawerLayout.java106 public ResolverDrawerLayout(Context context, AttributeSet attrs) { argument
107 this(context, attrs, 0);
110 public ResolverDrawerLayout(Context context, AttributeSet attrs, int defStyleAttr) { argument
111 super(context, attrs, defStyleAttr);
113 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResolverDrawerLayout,
723 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
724 return new LayoutParams(getContext(), attrs);
760 public LayoutParams(Context c, AttributeSet attrs) { argument
761 super(c, attrs);
763 final TypedArray a = c.obtainStyledAttributes(attrs,
[all...]
H A DSlidingTab.java57 private static final int HORIZONTAL = 0; // as defined in attrs.xml
451 public SlidingTab(Context context, AttributeSet attrs) { argument
452 super(context, attrs);
457 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SlidingTab);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java713 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) argument
715 super.inflate(r, parser, attrs, theme);
717 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.BitmapDrawable);
H A DDrawable.java1020 AttributeSet attrs = Xml.asAttributeSet(parser);
1032 Drawable drawable = createFromXmlInner(r, parser, attrs, theme);
1046 public static Drawable createFromXmlInner(Resources r, XmlPullParser parser, AttributeSet attrs) argument
1048 return createFromXmlInner(r, parser, attrs, null);
1057 public static Drawable createFromXmlInner(Resources r, XmlPullParser parser, AttributeSet attrs, argument
1128 drawable.inflate(r, parser, attrs, theme);
1159 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) argument
1161 inflate(r, parser, attrs, null);
1169 * @param attrs Base set of attribute values
1174 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Them argument
1194 inflateWithAttributes(Resources r, XmlPullParser parser, TypedArray attrs, int visibleAttr) argument
1313 obtainAttributes( Resources res, Theme theme, AttributeSet set, int[] attrs) argument
[all...]
H A DLayerDrawable.java137 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) argument
139 super.inflate(r, parser, attrs, theme);
141 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.LayerDrawable);
145 inflateLayers(r, parser, attrs, theme);
174 private void inflateLayers(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) argument
192 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.LayerDrawableItem);
204 layer.mDrawable = Drawable.createFromXmlInner(r, parser, attrs, theme);

Completed in 362 milliseconds

<<11121314151617181920>>