Searched defs:attrs (Results 151 - 175 of 512) sorted by path

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DTabHost.java79 public TabHost(Context context, AttributeSet attrs) { argument
80 this(context, attrs, com.android.internal.R.attr.tabWidgetStyle);
83 public TabHost(Context context, AttributeSet attrs, int defStyleAttr) { argument
84 this(context, attrs, defStyleAttr, 0);
87 public TabHost(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
88 super(context, attrs);
91 attrs, com.android.internal.R.styleable.TabWidget, defStyleAttr, defStyleRes);
H A DTabWidget.java73 public TabWidget(Context context, AttributeSet attrs) { argument
74 this(context, attrs, com.android.internal.R.attr.tabWidgetStyle);
77 public TabWidget(Context context, AttributeSet attrs, int defStyleAttr) { argument
78 this(context, attrs, defStyleAttr, 0);
81 public TabWidget(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
82 super(context, attrs, defStyleAttr, defStyleRes);
85 attrs, com.android.internal.R.styleable.TabWidget, defStyleAttr, defStyleRes);
H A DTableLayout.java102 * @param attrs a collection of attributes
104 public TableLayout(Context context, AttributeSet attrs) { argument
105 super(context, attrs);
107 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TableLayout);
639 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
640 return new TableLayout.LayoutParams(getContext(), attrs);
691 public LayoutParams(Context c, AttributeSet attrs) { argument
692 super(c, attrs);
H A DTableRow.java70 * @param attrs a collection of attributes
72 public TableRow(Context context, AttributeSet attrs) { argument
73 super(context, attrs);
352 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
353 return new TableRow.LayoutParams(getContext(), attrs);
423 public LayoutParams(Context c, AttributeSet attrs) { argument
424 super(c, attrs);
427 c.obtainStyledAttributes(attrs,
H A DTextClock.java191 * @param attrs The attributes of the XML tag that is inflating the view
194 public TextClock(Context context, AttributeSet attrs) { argument
195 this(context, attrs, 0);
204 * @param attrs The attributes of the XML tag that is inflating the view
209 public TextClock(Context context, AttributeSet attrs, int defStyleAttr) { argument
210 this(context, attrs, defStyleAttr, 0);
213 public TextClock(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
214 super(context, attrs, defStyleAttr, defStyleRes);
217 attrs, R.styleable.TextClock, defStyleAttr, defStyleRes);
H A DTextSwitcher.java50 * @param attrs a collection of attributes
52 public TextSwitcher(Context context, AttributeSet attrs) { argument
53 super(context, attrs);
H A DTextView.java627 public TextView(Context context, AttributeSet attrs) { argument
628 this(context, attrs, com.android.internal.R.attr.textViewStyle);
631 public TextView(Context context, AttributeSet attrs, int defStyleAttr) { argument
632 this(context, attrs, defStyleAttr, 0);
636 public TextView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
637 super(context, attrs, defStyleAttr, defStyleRes);
679 TypedArray a = theme.obtainStyledAttributes(attrs,
785 attrs, com.android.internal.R.styleable.TextView, defStyleAttr, defStyleRes);
1329 attrs, com.android.internal.R.styleable.View, defStyleAttr, defStyleRes);
8200 public static ColorStateList getTextColors(Context context, TypedArray attrs) { argument
8234 getTextColor(Context context, TypedArray attrs, int def) argument
[all...]
H A DTextViewWithCircularIndicator.java43 public TextViewWithCircularIndicator(Context context, AttributeSet attrs) { argument
44 this(context, attrs, 0);
47 public TextViewWithCircularIndicator(Context context, AttributeSet attrs, int defStyleAttr) { argument
48 this(context, attrs, defStyleAttr, 0);
51 public TextViewWithCircularIndicator(Context context, AttributeSet attrs, argument
53 super(context, attrs);
57 final TypedArray a = mContext.obtainStyledAttributes(attrs,
H A DTimePicker.java71 public TimePicker(Context context, AttributeSet attrs) { argument
72 this(context, attrs, R.attr.timePickerStyle);
75 public TimePicker(Context context, AttributeSet attrs, int defStyleAttr) { argument
76 this(context, attrs, defStyleAttr, 0);
79 public TimePicker(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
80 super(context, attrs, defStyleAttr, defStyleRes);
83 attrs, R.styleable.TimePicker, defStyleAttr, defStyleRes);
90 this, context, attrs, defStyleAttr, defStyleRes);
95 this, context, attrs, defStyleAttr, defStyleRes);
H A DTimePickerClockDelegate.java115 public TimePickerClockDelegate(TimePicker delegator, Context context, AttributeSet attrs, argument
120 final TypedArray a = mContext.obtainStyledAttributes(attrs,
H A DTimePickerSpinnerDelegate.java78 public TimePickerSpinnerDelegate(TimePicker delegator, Context context, AttributeSet attrs, argument
84 attrs, R.styleable.TimePicker, defStyleAttr, defStyleRes);
H A DToggleButton.java47 public ToggleButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
48 super(context, attrs, defStyleAttr, defStyleRes);
51 attrs, com.android.internal.R.styleable.ToggleButton, defStyleAttr, defStyleRes);
59 public ToggleButton(Context context, AttributeSet attrs, int defStyleAttr) { argument
60 this(context, attrs, defStyleAttr, 0);
63 public ToggleButton(Context context, AttributeSet attrs) { argument
64 this(context, attrs, com.android.internal.R.attr.buttonStyleToggle);
H A DToolbar.java179 public Toolbar(Context context, AttributeSet attrs) { argument
180 this(context, attrs, com.android.internal.R.attr.toolbarStyle);
183 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr) { argument
184 this(context, attrs, defStyleAttr, 0);
187 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
188 super(context, attrs, defStyleAttr, defStyleRes);
190 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Toolbar,
1679 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
1680 return new LayoutParams(getContext(), attrs);
1797 public LayoutParams(@NonNull Context c, AttributeSet attrs) { argument
[all...]
H A DTwoLineListItem.java55 public TwoLineListItem(Context context, AttributeSet attrs) { argument
56 this(context, attrs, 0);
59 public TwoLineListItem(Context context, AttributeSet attrs, int defStyleAttr) { argument
60 this(context, attrs, defStyleAttr, 0);
63 public TwoLineListItem(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
64 super(context, attrs, defStyleAttr, defStyleRes);
67 attrs, com.android.internal.R.styleable.TwoLineListItem, defStyleAttr, defStyleRes);
H A DVideoView.java126 public VideoView(Context context, AttributeSet attrs) { argument
127 this(context, attrs, 0);
131 public VideoView(Context context, AttributeSet attrs, int defStyleAttr) { argument
132 this(context, attrs, defStyleAttr, 0);
135 public VideoView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
136 super(context, attrs, defStyleAttr, defStyleRes);
H A DViewAnimator.java53 public ViewAnimator(Context context, AttributeSet attrs) { argument
54 super(context, attrs);
56 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewAnimator);
72 initViewAnimator(context, attrs);
79 private void initViewAnimator(Context context, AttributeSet attrs) { argument
80 if (attrs == null) {
88 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DViewFlipper.java58 public ViewFlipper(Context context, AttributeSet attrs) { argument
59 super(context, attrs);
61 TypedArray a = context.obtainStyledAttributes(attrs,
H A DViewSwitcher.java52 * @param attrs a collection of attributes
54 public ViewSwitcher(Context context, AttributeSet attrs) { argument
55 super(context, attrs);
H A DYearPickerView.java51 public YearPickerView(Context context, AttributeSet attrs) { argument
52 this(context, attrs, R.attr.listViewStyle);
55 public YearPickerView(Context context, AttributeSet attrs, int defStyleAttr) { argument
56 this(context, attrs, defStyleAttr, 0);
59 public YearPickerView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
60 super(context, attrs, defStyleAttr, defStyleRes);
H A DZoomButton.java48 public ZoomButton(Context context, AttributeSet attrs) { argument
49 this(context, attrs, 0);
52 public ZoomButton(Context context, AttributeSet attrs, int defStyleAttr) { argument
53 this(context, attrs, defStyleAttr, 0);
56 public ZoomButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
57 super(context, attrs, defStyleAttr, defStyleRes);
H A DZoomControls.java45 public ZoomControls(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
/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/preference/
H A DYesNoPreference.java35 public YesNoPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
36 super(context, attrs, defStyleAttr, defStyleRes);
39 public YesNoPreference(Context context, AttributeSet attrs, int defStyleAttr) { argument
40 this(context, attrs, defStyleAttr, 0);
43 public YesNoPreference(Context context, AttributeSet attrs) { argument
44 this(context, attrs, com.android.internal.R.attr.yesNoPreferenceStyle);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java64 public ActionMenuItemView(Context context, AttributeSet attrs) { argument
65 this(context, attrs, 0);
68 public ActionMenuItemView(Context context, AttributeSet attrs, int defStyleAttr) { argument
69 this(context, attrs, defStyleAttr, 0);
72 public ActionMenuItemView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
73 super(context, attrs, defStyleAttr, defStyleRes);
77 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DExpandedMenuView.java44 public ExpandedMenuView(Context context, AttributeSet attrs) { argument
45 super(context, attrs);
47 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);

Completed in 170 milliseconds

1234567891011>>