Home | History | Annotate | Download | only in res

Lines Matching defs:obtainStyledAttributes

1389      * <p>You will normally use the {@link #obtainStyledAttributes} APIs to
1453 * @see #obtainStyledAttributes(int, int[])
1454 * @see #obtainStyledAttributes(AttributeSet, int[], int, int)
1456 public TypedArray obtainStyledAttributes(@StyleableRes int[] attrs) {
1457 return mThemeImpl.obtainStyledAttributes(this, null, attrs, 0, 0);
1478 * @see #obtainStyledAttributes(int[])
1479 * @see #obtainStyledAttributes(AttributeSet, int[], int, int)
1481 public TypedArray obtainStyledAttributes(@StyleRes int resId, @StyleableRes int[] attrs)
1483 return mThemeImpl.obtainStyledAttributes(this, null, attrs, 0, resId);
1532 * @see #obtainStyledAttributes(int[])
1533 * @see #obtainStyledAttributes(int, int[])
1535 public TypedArray obtainStyledAttributes(AttributeSet set,
1537 return mThemeImpl.obtainStyledAttributes(this, set, attrs, defStyleAttr, defStyleRes);
1803 * @see Theme#obtainStyledAttributes(AttributeSet, int[], int, int)
2203 return theme.obtainStyledAttributes(set, attrs, 0, 0);