Searched refs:attrs (Results 426 - 450 of 989) sorted by relevance

<<11121314151617181920>>

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenRadioLayout.java30 public ZenRadioLayout(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotSelectorView.java43 public ScreenshotSelectorView(Context context, @Nullable AttributeSet attrs) { argument
44 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java36 public EmptyShadeView(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarNavigationBarView.java45 public CarNavigationBarView(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DClipboardView.java35 public ClipboardView(Context context, AttributeSet attrs) { argument
36 super(context, attrs);
H A DStatusBarSwitch.java38 public StatusBarSwitch(Context context, AttributeSet attrs) { argument
39 super(context, attrs);
/frameworks/base/rs/java/android/renderscript/
H A DRSTextureView.java53 public RSTextureView(Context context, AttributeSet attrs) { argument
54 super(context, attrs);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutParser.java117 final AttributeSet attrs = Xml.asAttributeSet(parser);
207 service, attrs, packageName, activity, userId, rank);
235 parser, attrs);
249 final String name = parseCategories(service, attrs);
272 private static String parseCategories(ShortcutService service, AttributeSet attrs) { argument
273 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs,
288 AttributeSet attrs, String packageName, ComponentName activity,
290 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs,
287 parseShortcutAttributes(ShortcutService service, AttributeSet attrs, String packageName, ComponentName activity, @UserIdInt int userId, int rank) argument
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DInvalidateActivity.java38 public ColorView(Context context, AttributeSet attrs) { argument
39 super(context, attrs);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DTextViewWithCircularIndicator.java48 public TextViewWithCircularIndicator(Context context, AttributeSet attrs) { argument
49 super(context, attrs);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DIconMixin.java39 * @param attrs XML attributes given to the layout.
42 public IconMixin(TemplateLayout layout, AttributeSet attrs, int defStyleAttr) { argument
47 context.obtainStyledAttributes(attrs, R.styleable.SuwIconMixin, defStyleAttr, 0);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DButtonBarLayout.java42 public ButtonBarLayout(Context context, AttributeSet attrs) { argument
43 super(context, attrs);
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLSurfaceView.java16 public BasicGLSurfaceView(Context context, AttributeSet attrs) { argument
17 super(context, attrs);
/frameworks/support/leanback/src/main/java/androidx/leanback/transition/
H A DParallaxTransition.java54 public ParallaxTransition(Context context, AttributeSet attrs) { argument
55 super(context, attrs);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DHorizontalGridView.java71 public HorizontalGridView(Context context, AttributeSet attrs) { argument
72 this(context, attrs, 0);
75 public HorizontalGridView(Context context, AttributeSet attrs, int defStyle) { argument
76 super(context, attrs, defStyle);
78 initAttributes(context, attrs);
81 protected void initAttributes(Context context, AttributeSet attrs) { argument
82 initBaseGridViewAttributes(context, attrs);
83 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbHorizontalGridView);
/frameworks/support/transition/src/main/java/androidx/transition/
H A DChangeScroll.java46 public ChangeScroll(Context context, AttributeSet attrs) { argument
47 super(context, attrs);
/frameworks/base/core/java/android/widget/
H A DTextInputTimePickerView.java66 public TextInputTimePickerView(Context context, AttributeSet attrs) { argument
67 this(context, attrs, 0);
70 public TextInputTimePickerView(Context context, AttributeSet attrs, int defStyle) { argument
71 this(context, attrs, defStyle, 0);
74 public TextInputTimePickerView(Context context, AttributeSet attrs, int defStyle, argument
76 super(context, attrs, defStyle, defStyleRes);
H A DYearPickerView.java40 public YearPickerView(Context context, AttributeSet attrs) { argument
41 this(context, attrs, R.attr.listViewStyle);
44 public YearPickerView(Context context, AttributeSet attrs, int defStyleAttr) { argument
45 this(context, attrs, defStyleAttr, 0);
48 public YearPickerView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
49 super(context, attrs, defStyleAttr, defStyleRes);
/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DAnimationScaleListDrawable.java78 @NonNull AttributeSet attrs, @Nullable Theme theme)
80 final TypedArray a = obtainAttributes(r, theme, attrs,
85 inflateChildElements(r, parser, attrs, theme);
94 @NonNull AttributeSet attrs, @Nullable Theme theme)
112 final TypedArray a = obtainAttributes(r, theme, attrs,
127 dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
77 inflate(@onNull Resources r, @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) argument
93 inflateChildElements(@onNull Resources r, @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingImageMessage.java65 public MessagingImageMessage(@NonNull Context context, @Nullable AttributeSet attrs) { argument
66 this(context, attrs, 0);
69 public MessagingImageMessage(@NonNull Context context, @Nullable AttributeSet attrs, argument
71 this(context, attrs, defStyleAttr, 0);
74 public MessagingImageMessage(@NonNull Context context, @Nullable AttributeSet attrs, argument
76 super(context, attrs, defStyleAttr, defStyleRes);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java289 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) argument
291 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable);
297 inflateChildElements(r, parser, attrs, theme);
302 private void inflateChildElements(Resources r, XmlPullParser parser, AttributeSet attrs, argument
318 final TypedArray a = obtainAttributes(r, theme, attrs,
340 dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
H A DLevelListDrawable.java88 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) argument
90 super.inflate(r, parser, attrs, theme);
93 inflateChildElements(r, parser, attrs, theme);
96 private void inflateChildElements(Resources r, XmlPullParser parser, AttributeSet attrs, argument
115 TypedArray a = obtainAttributes(r, theme, attrs,
144 dr = Drawable.createFromXmlInner(r, parser, attrs, theme);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbView.java87 public AssistOrbView(Context context, AttributeSet attrs) { argument
88 this(context, attrs, 0);
91 public AssistOrbView(Context context, AttributeSet attrs, int defStyleAttr) { argument
92 this(context, attrs, defStyleAttr, 0);
95 public AssistOrbView(Context context, AttributeSet attrs, int defStyleAttr, argument
97 super(context, attrs, defStyleAttr, defStyleRes);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipControlsView.java108 public PipControlsView(Context context, AttributeSet attrs) { argument
109 this(context, attrs, 0, 0);
112 public PipControlsView(Context context, AttributeSet attrs, int defStyleAttr) { argument
113 this(context, attrs, defStyleAttr, 0);
116 public PipControlsView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
117 super(context, attrs, defStyleAttr, defStyleRes);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DGridTaskViewThumbnail.java39 public GridTaskViewThumbnail(Context context, AttributeSet attrs) { argument
40 this(context, attrs, 0);
43 public GridTaskViewThumbnail(Context context, AttributeSet attrs, int defStyleAttr) { argument
44 this(context, attrs, defStyleAttr, 0);
47 public GridTaskViewThumbnail(Context context, AttributeSet attrs, int defStyleAttr, argument
49 super(context, attrs, defStyleAttr, defStyleRes);

Completed in 503 milliseconds

<<11121314151617181920>>