Searched refs:attrs (Results 51 - 75 of 543) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp256 void *me, const char *name, const char **attrs) {
257 static_cast<MediaCodecList *>(me)->startElementHandler(name, attrs);
265 status_t MediaCodecList::includeXMLFile(const char **attrs) { argument
268 while (attrs[i] != NULL) {
269 if (!strcmp(attrs[i], "href")) {
270 if (attrs[i + 1] == NULL) {
273 href = attrs[i + 1];
307 const char *name, const char **attrs) {
315 mInitCheck = includeXMLFile(attrs);
339 addMediaCodecFromAttributes(false /* encoder */, attrs);
255 StartElementHandlerWrapper( void *me, const char *name, const char **attrs) argument
306 startElementHandler( const char *name, const char **attrs) argument
465 addMediaCodecFromAttributes( bool encoder, const char **attrs) argument
528 addQuirk(const char **attrs) argument
554 addTypeFromAttributes(const char **attrs) argument
645 addLimit(const char **attrs) argument
792 addFeature(const char **attrs) argument
[all...]
/frameworks/native/opengl/tests/include/
H A DEGLUtils.h41 EGLint const* attrs,
47 EGLint const* attrs,
78 EGLint const* attrs,
84 if (!attrs)
95 if (eglChooseConfig(dpy, attrs, configs, numConfigs, &n) == EGL_FALSE) {
123 EGLint const* attrs,
137 return selectConfigForPixelFormat(dpy, attrs, format, outConfig);
76 selectConfigForPixelFormat( EGLDisplay dpy, EGLint const* attrs, int32_t format, EGLConfig* outConfig) argument
121 selectConfigForNativeWindow( EGLDisplay dpy, EGLint const* attrs, EGLNativeWindowType window, EGLConfig* outConfig) argument
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java124 AttributeSet attrs, Transition parent)
145 transition = new Fade(mContext, attrs);
147 transition = new ChangeBounds(mContext, attrs);
149 transition = new Slide(mContext, attrs);
151 transition = new Explode(mContext, attrs);
153 transition = new ChangeImageTransform(mContext, attrs);
155 transition = new ChangeTransform(mContext, attrs);
157 transition = new ChangeClipBounds(mContext, attrs);
159 transition = new AutoTransition(mContext, attrs);
161 transition = new Recolor(mContext, attrs);
123 createTransitionFromXml(XmlPullParser parser, AttributeSet attrs, Transition parent) argument
195 createCustom(AttributeSet attrs, Class expectedType, String tag) argument
234 getTargetIds(XmlPullParser parser, AttributeSet attrs, Transition transition) argument
288 createTransitionManagerFromXml(XmlPullParser parser, AttributeSet attrs, ViewGroup sceneRoot) argument
315 loadTransition(AttributeSet attrs, ViewGroup sceneRoot, TransitionManager transitionManager) argument
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAccelerateInterpolator.java58 public AccelerateInterpolator(Context context, AttributeSet attrs) { argument
59 this(context.getResources(), context.getTheme(), attrs);
63 public AccelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { argument
66 a = theme.obtainStyledAttributes(attrs, R.styleable.AccelerateInterpolator, 0, 0);
68 a = res.obtainAttributes(attrs, R.styleable.AccelerateInterpolator);
H A DAnticipateInterpolator.java50 public AnticipateInterpolator(Context context, AttributeSet attrs) { argument
51 this(context.getResources(), context.getTheme(), attrs);
55 public AnticipateInterpolator(Resources res, Theme theme, AttributeSet attrs) { argument
58 a = theme.obtainStyledAttributes(attrs, R.styleable.AnticipateInterpolator, 0, 0);
60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator);
H A DCycleInterpolator.java41 public CycleInterpolator(Context context, AttributeSet attrs) { argument
42 this(context.getResources(), context.getTheme(), attrs);
46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { argument
49 a = theme.obtainStyledAttributes(attrs, R.styleable.CycleInterpolator, 0, 0);
51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator);
H A DDecelerateInterpolator.java51 public DecelerateInterpolator(Context context, AttributeSet attrs) { argument
52 this(context.getResources(), context.getTheme(), attrs);
56 public DecelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { argument
59 a = theme.obtainStyledAttributes(attrs, R.styleable.DecelerateInterpolator, 0, 0);
61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator);
H A DOvershootInterpolator.java51 public OvershootInterpolator(Context context, AttributeSet attrs) { argument
52 this(context.getResources(), context.getTheme(), attrs);
56 public OvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { argument
59 a = theme.obtainStyledAttributes(attrs, R.styleable.OvershootInterpolator, 0, 0);
61 a = res.obtainAttributes(attrs, R.styleable.OvershootInterpolator);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java37 public BiDiTestViewDrawText(Context context, AttributeSet attrs) { argument
38 this(context, attrs, 0);
41 public BiDiTestViewDrawText(Context context, AttributeSet attrs, int defStyle) { argument
42 super(context, attrs, defStyle);
44 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DCompatTextView.java40 public CompatTextView(Context context, AttributeSet attrs) { argument
41 this(context, attrs, 0);
44 public CompatTextView(Context context, AttributeSet attrs, int defStyle) { argument
45 super(context, attrs, defStyle);
50 .obtainStyledAttributes(attrs, R.styleable.CompatTextView, defStyle, 0);
H A DTintAutoCompleteTextView.java43 public TintAutoCompleteTextView(Context context, AttributeSet attrs) { argument
44 this(context, attrs, android.R.attr.autoCompleteTextViewStyle);
47 public TintAutoCompleteTextView(Context context, AttributeSet attrs, int defStyleAttr) { argument
48 super(context, attrs, defStyleAttr);
50 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
H A DTintImageView.java42 public TintImageView(Context context, AttributeSet attrs) { argument
43 this(context, attrs, 0);
46 public TintImageView(Context context, AttributeSet attrs, int defStyleAttr) { argument
47 super(context, attrs, defStyleAttr);
49 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
H A DTintMultiAutoCompleteTextView.java42 public TintMultiAutoCompleteTextView(Context context, AttributeSet attrs) { argument
43 this(context, attrs, android.R.attr.autoCompleteTextViewStyle);
46 public TintMultiAutoCompleteTextView(Context context, AttributeSet attrs, int defStyleAttr) { argument
47 super(context, attrs, defStyleAttr);
49 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
H A DFitWindowsFrameLayout.java35 public FitWindowsFrameLayout(Context context, AttributeSet attrs) { argument
36 super(context, attrs);
/frameworks/base/core/java/android/preference/
H A DPreferenceFrameLayout.java43 public PreferenceFrameLayout(Context context, AttributeSet attrs) { argument
44 this(context, attrs, com.android.internal.R.attr.preferenceFrameLayoutStyle);
47 public PreferenceFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { argument
48 this(context, attrs, defStyleAttr, 0);
52 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
53 super(context, attrs, defStyleAttr, defStyleRes);
54 final TypedArray a = context.obtainStyledAttributes(attrs,
83 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
84 return new LayoutParams(getContext(), attrs);
135 public LayoutParams(Context c, AttributeSet attrs) { argument
51 PreferenceFrameLayout( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
[all...]
H A DGenericInflater.java78 * @param attrs Inflation attributes as specified in XML file.
81 public T onCreateItem(String name, Context context, AttributeSet attrs); argument
92 public T onCreateItem(String name, Context context, AttributeSet attrs) { argument
93 T v = mF1.onCreateItem(name, context, attrs);
95 return mF2.onCreateItem(name, context, attrs);
293 final AttributeSet attrs = Xml.asAttributeSet(parser);
318 attrs);
326 rInflate(parser, result, attrs);
363 * @param attrs The XML attributes supplied for this instance.
367 public final T createItem(String name, String prefix, AttributeSet attrs) argument
416 onCreateItem(String name, AttributeSet attrs) argument
420 createItemFromTag(XmlPullParser parser, String name, AttributeSet attrs) argument
460 rInflate(XmlPullParser parser, T parent, final AttributeSet attrs) argument
512 onCreateCustomFromTag(XmlPullParser parser, T parent, final AttributeSet attrs) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneLayoutInflater.java52 @Override protected View onCreateView(String name, AttributeSet attrs) throws ClassNotFoundException { argument
55 View view = createView(name, prefix, attrs);
65 return super.onCreateView(name, attrs);
/frameworks/base/services/core/java/com/android/server/am/
H A DFactoryErrorDialog.java34 WindowManager.LayoutParams attrs = getWindow().getAttributes();
35 attrs.setTitle("Factory Error");
36 getWindow().setAttributes(attrs);
/frameworks/base/core/java/android/widget/
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);
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h93 void *me, const char *name, const char **attrs);
97 void startElementHandler(const char *name, const char **attrs);
100 status_t includeXMLFile(const char **attrs);
101 status_t addMediaCodecFromAttributes(bool encoder, const char **attrs);
104 status_t addQuirk(const char **attrs);
105 status_t addTypeFromAttributes(const char **attrs);
106 status_t addLimit(const char **attrs);
107 status_t addFeature(const char **attrs);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DCustomErrorEditText.java30 public CustomErrorEditText(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
H A DEmbeddedContentContainer.java30 public EmbeddedContentContainer(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTickerView.java28 public TickerView(Context context, AttributeSet attrs) { argument
29 super(context, attrs);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DAccessibleLinearLayout.java31 public AccessibleLinearLayout(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
H A DAccessibleTextView.java31 public AccessibleTextView(Context context, AttributeSet attrs) { argument
32 super(context, attrs);

Completed in 1410 milliseconds

1234567891011>>