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

1234567891011>>

/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/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPasswordView.java55 public KeyguardPasswordView(Context context, AttributeSet attrs) { argument
56 super(context, attrs);
H A DKeyguardSimPinView.java51 public KeyguardSimPinView(Context context, AttributeSet attrs) { argument
52 super(context, attrs);
H A DKeyguardViewBase.java83 public KeyguardViewBase(Context context, AttributeSet attrs) { argument
84 super(context, attrs);
H A DKeyguardWidgetCarousel.java42 public KeyguardWidgetCarousel(Context context, AttributeSet attrs) { argument
43 this(context, attrs, 0);
50 public KeyguardWidgetCarousel(Context context, AttributeSet attrs, int defStyle) { argument
51 super(context, attrs, defStyle);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java236 public View onCreateView(String name, Context context, AttributeSet attrs) { argument
238 return super.onCreateView(name, context, attrs);
241 String fname = attrs.getAttributeValue(null, "class");
242 TypedArray a = context.obtainStyledAttributes(attrs, FragmentTag.Fragment);
253 throw new IllegalArgumentException(attrs.getPositionDescription()
279 fragment.onInflate(this, attrs, fragment.mSavedFragmentState);
285 throw new IllegalArgumentException(attrs.getPositionDescription()
297 fragment.onInflate(this, attrs, fragment.mSavedFragmentState);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsContainerView.java40 public QuickSettingsContainerView(Context context, AttributeSet attrs) { argument
41 super(context, attrs);
H A DSettingsPanelView.java47 public SettingsPanelView(Context context, AttributeSet attrs) { argument
48 super(context, attrs);
H A DStatusBarWindowView.java49 public StatusBarWindowView(Context context, AttributeSet attrs) { argument
50 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java44 public TabletStatusBarView(Context context, AttributeSet attrs) { argument
45 super(context, attrs);
/frameworks/base/core/java/android/view/
H A DTextureView.java145 * @param attrs The attributes of the XML tag that is inflating the view.
148 public TextureView(Context context, AttributeSet attrs) { argument
149 super(context, attrs);
157 * @param attrs The attributes of the XML tag that is inflating the view.
164 public TextureView(Context context, AttributeSet attrs, int defStyle) { argument
165 super(context, attrs, defStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java69 public SearchPanelView(Context context, AttributeSet attrs) { argument
70 this(context, attrs, 0);
73 public SearchPanelView(Context context, AttributeSet attrs, int defStyle) { argument
74 super(context, attrs, defStyle);
/frameworks/base/core/java/android/app/
H A DActionBar.java932 public LayoutParams(Context c, AttributeSet attrs) { argument
933 super(c, attrs);
935 TypedArray a = c.obtainStyledAttributes(attrs,
H A DMediaRouteButton.java73 public MediaRouteButton(Context context, AttributeSet attrs) { argument
74 this(context, attrs, com.android.internal.R.attr.mediaRouteButtonStyle);
77 public MediaRouteButton(Context context, AttributeSet attrs, int defStyleAttr) { argument
78 super(context, attrs, defStyleAttr);
82 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/preference/
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 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/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);
/frameworks/base/graphics/java/android/graphics/drawable/
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/core/java/android/widget/
H A DTimePicker.java125 public TimePicker(Context context, AttributeSet attrs) { argument
126 this(context, attrs, R.attr.timePickerStyle);
129 public TimePicker(Context context, AttributeSet attrs, int defStyle) { argument
130 super(context, attrs, defStyle);
137 attrs, R.styleable.TimePicker, defStyle, 0);
H A DAutoCompleteTextView.java132 public AutoCompleteTextView(Context context, AttributeSet attrs) { argument
133 this(context, attrs, com.android.internal.R.attr.autoCompleteTextViewStyle);
136 public AutoCompleteTextView(Context context, AttributeSet attrs, int defStyle) { argument
137 super(context, attrs, defStyle);
139 mPopup = new ListPopupWindow(context, attrs,
146 attrs, com.android.internal.R.styleable.AutoCompleteTextView, defStyle, 0);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java90 public DatePicker(Context context, AttributeSet attrs) { argument
91 this(context, attrs, 0);
95 public DatePicker(Context context, AttributeSet attrs, int defStyle) { argument
96 super(context, attrs, defStyle);
173 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java55 public ActionMenuView(Context context, AttributeSet attrs) { argument
56 super(context, attrs);
62 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ActionBar,
517 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
518 return new LayoutParams(getContext(), attrs);
598 public LayoutParams(Context c, AttributeSet attrs) { argument
599 super(c, attrs);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java73 public ActionBarContextView(Context context, AttributeSet attrs) { argument
74 this(context, attrs, com.android.internal.R.attr.actionModeStyle);
77 public ActionBarContextView(Context context, AttributeSet attrs, int defStyle) { argument
78 super(context, attrs, defStyle);
80 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ActionMode, defStyle, 0);
318 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
319 return new MarginLayoutParams(getContext(), attrs);

Completed in 2879 milliseconds

1234567891011>>