Searched defs:attrs (Results 326 - 350 of 512) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java60 public IconMenuItemView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
61 super(context, attrs, defStyleAttr, defStyleRes);
73 attrs, com.android.internal.R.styleable.MenuView, defStyleAttr, defStyleRes);
84 public IconMenuItemView(Context context, AttributeSet attrs, int defStyleAttr) { argument
85 this(context, attrs, defStyleAttr, 0);
88 public IconMenuItemView(Context context, AttributeSet attrs) { argument
89 this(context, attrs, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java60 public AbsActionBarView(Context context, AttributeSet attrs) { argument
61 this(context, attrs, 0);
64 public AbsActionBarView(Context context, AttributeSet attrs, int defStyleAttr) { argument
65 this(context, attrs, defStyleAttr, 0);
69 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
70 super(context, attrs, defStyleAttr, defStyleRes);
68 AbsActionBarView( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
H A DActionBarContextView.java76 public ActionBarContextView(Context context, AttributeSet attrs) { argument
77 this(context, attrs, com.android.internal.R.attr.actionModeStyle);
80 public ActionBarContextView(Context context, AttributeSet attrs, int defStyleAttr) { argument
81 this(context, attrs, defStyleAttr, 0);
85 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
86 super(context, attrs, defStyleAttr, defStyleRes);
89 attrs, R.styleable.ActionMode, defStyleAttr, defStyleRes);
331 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
332 return new MarginLayoutParams(getContext(), attrs);
84 ActionBarContextView( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java272 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme) argument
281 final TypedArray a = obtainAttributes(res, theme, attrs,
298 final TypedArray a = obtainAttributes(res, theme, attrs,
H A DClipDrawable.java82 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) argument
84 super.inflate(r, parser, attrs, theme);
86 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ClipDrawable);
93 inflateChildElements(r, parser, attrs, theme);
98 private void inflateChildElements(Resources r, XmlPullParser parser, AttributeSet attrs, argument
108 dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
H A DScaleDrawable.java93 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) argument
95 super.inflate(r, parser, attrs, theme);
97 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ScaleDrawable);
104 inflateChildElements(r, parser, attrs, theme);
135 private void inflateChildElements(Resources r, XmlPullParser parser, AttributeSet attrs, argument
145 dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java99 public KeyguardPatternView(Context context, AttributeSet attrs) { argument
100 super(context, attrs);
H A DKeyguardSecurityContainer.java63 public KeyguardSecurityContainer(Context context, AttributeSet attrs) { argument
64 this(context, attrs, 0);
71 public KeyguardSecurityContainer(Context context, AttributeSet attrs, int defStyle) { argument
72 super(context, attrs, defStyle);
H A DKeyguardViewBase.java81 public KeyguardViewBase(Context context, AttributeSet attrs) { argument
82 super(context, attrs);
H A DMultiPaneChallengeLayout.java65 public MultiPaneChallengeLayout(Context context, AttributeSet attrs) { argument
66 this(context, attrs, 0);
69 public MultiPaneChallengeLayout(Context context, AttributeSet attrs, int defStyleAttr) { argument
70 super(context, attrs, defStyleAttr);
72 final TypedArray a = context.obtainStyledAttributes(attrs,
461 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
462 return new LayoutParams(getContext(), attrs, this);
504 LayoutParams(Context c, AttributeSet attrs, MultiPaneChallengeLayout parent) { argument
505 super(c, attrs);
507 final TypedArray a = c.obtainStyledAttributes(attrs,
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java181 public BatteryMeterView(Context context, AttributeSet attrs) { argument
182 this(context, attrs, 0);
185 public BatteryMeterView(Context context, AttributeSet attrs, int defStyle) { argument
186 super(context, attrs, defStyle);
189 TypedArray atts = context.obtainStyledAttributes(attrs, R.styleable.BatteryMeterView,
H A DDessertCaseView.java154 public DessertCaseView(Context context, AttributeSet attrs) { argument
155 this(context, attrs, 0);
158 public DessertCaseView(Context context, AttributeSet attrs, int defStyle) { argument
159 super(context, attrs, defStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java57 public RecentsHorizontalScrollView(Context context, AttributeSet attrs) { argument
58 super(context, attrs, 0);
60 mFadedEdgeDrawHelper = FadedEdgeDrawHelper.create(context, attrs, this, false);
H A DRecentsVerticalScrollView.java57 public RecentsVerticalScrollView(Context context, AttributeSet attrs) { argument
58 super(context, attrs, 0);
61 mFadedEdgeDrawHelper = FadedEdgeDrawHelper.create(context, attrs, this, true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java73 public RecentsView(Context context, AttributeSet attrs) { argument
74 this(context, attrs, 0);
77 public RecentsView(Context context, AttributeSet attrs, int defStyleAttr) { argument
78 this(context, attrs, defStyleAttr, 0);
81 public RecentsView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
82 super(context, attrs, defStyleAttr, defStyleRes);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java45 public ExpandableView(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
H A DSignalClusterView.java74 public SignalClusterView(Context context, AttributeSet attrs) { argument
75 this(context, attrs, 0);
78 public SignalClusterView(Context context, AttributeSet attrs, int defStyle) { argument
79 super(context, attrs, defStyle);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java90 public TiledImageView(Context context, AttributeSet attrs) { argument
91 super(context, attrs);
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java50 * @param attrs An AttributeSet passed to our parent.
52 public WebView(Context context, AttributeSet attrs) { argument
53 this(context, attrs, com.android.internal.R.attr.webViewStyle);
59 * @param attrs An AttributeSet passed to our parent.
62 public WebView(Context context, AttributeSet attrs, int defStyle) { argument
63 super(context, attrs, defStyle);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java95 public DayPickerView(Context context, AttributeSet attrs) { argument
96 super(context, attrs);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStreamingTextView.java80 public StreamingTextView(Context context, AttributeSet attrs) { argument
81 super(context, attrs);
84 public StreamingTextView(Context context, AttributeSet attrs, int defStyle) { argument
85 super(context, attrs, defStyle);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java115 public PagerTitleStrip(Context context, AttributeSet attrs) { argument
116 super(context, attrs);
122 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportMenuInflater.java116 AttributeSet attrs = Xml.asAttributeSet(parser);
118 parseMenu(parser, attrs, menu);
132 private void parseMenu(XmlPullParser parser, AttributeSet attrs, Menu menu) argument
166 menuState.readGroup(attrs);
168 menuState.readItem(attrs);
174 parseMenu(parser, attrs, subMenu);
293 * Sync to attrs.xml enum:
304 * Sync to attrs.xml enum, values in MenuItem:
347 public void readGroup(AttributeSet attrs) { argument
348 TypedArray a = mContext.obtainStyledAttributes(attrs,
365 readItem(AttributeSet attrs) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java71 public ActionMenuItemView(Context context, AttributeSet attrs) { argument
72 this(context, attrs, 0);
75 public ActionMenuItemView(Context context, AttributeSet attrs, int defStyle) { argument
76 super(context, attrs, defStyle);
80 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java74 public ActionBarContextView(Context context, AttributeSet attrs) { argument
75 this(context, attrs, R.attr.actionModeStyle);
78 public ActionBarContextView(Context context, AttributeSet attrs, int defStyle) { argument
79 super(context, attrs, defStyle);
81 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
324 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
325 return new MarginLayoutParams(getContext(), attrs);

Completed in 694 milliseconds

<<11121314151617181920>>