Searched refs:obtainStyledAttributes (Results 1 - 25 of 349) sorted by relevance

1234567891011>>

/frameworks/support/design/src/android/support/design/widget/
H A DThemeUtils.java30 TypedArray a = context.obtainStyledAttributes(APPCOMPAT_CHECK_ATTRS);
H A DTabItem.java50 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java55 /*package*/ static TypedArray obtainStyledAttributes( method in class:Resources_Theme_Delegate
59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs);
66 /*package*/ static TypedArray obtainStyledAttributes( method in class:Resources_Theme_Delegate
71 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid,
79 /*package*/ static TypedArray obtainStyledAttributes( method in class:Resources_Theme_Delegate
83 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DAbstractItemHierarchy.java39 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwAbstractItem);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java43 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, method in class:TintTypedArray
45 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
48 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, method in class:TintTypedArray
51 context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes));
54 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) { method in class:TintTypedArray
55 return new TintTypedArray(context, context.obtainStyledAttributes(resid, attrs));
H A DThemeUtils.java63 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY);
73 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY);
H A DAppCompatCheckedTextView.java56 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs,
H A DAppCompatTextHelper.java62 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
91 a = TintTypedArray.obtainStyledAttributes(context, ap, R.styleable.TextAppearance);
106 a = TintTypedArray.obtainStyledAttributes(context, attrs, R.styleable.TextAppearance,
130 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context,
H A DAppCompatTextHelperV17.java43 TypedArray a = context.obtainStyledAttributes(attrs, VIEW_ATTRS_v17, defStyleAttr, 0);
/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java45 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/animation/
H A DAccelerateInterpolator.java66 a = theme.obtainStyledAttributes(attrs, R.styleable.AccelerateInterpolator, 0, 0);
H A DAlphaAnimation.java43 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AlphaAnimation);
H A DAnticipateInterpolator.java58 a = theme.obtainStyledAttributes(attrs, R.styleable.AnticipateInterpolator, 0, 0);
H A DCycleInterpolator.java49 a = theme.obtainStyledAttributes(attrs, R.styleable.CycleInterpolator, 0, 0);
H A DDecelerateInterpolator.java59 a = theme.obtainStyledAttributes(attrs, R.styleable.DecelerateInterpolator, 0, 0);
H A DOvershootInterpolator.java59 a = theme.obtainStyledAttributes(attrs, R.styleable.OvershootInterpolator, 0, 0);
/frameworks/base/core/java/android/widget/
H A DTwoLineListItem.java64 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/view/menu/
H A DExpandedMenuView.java47 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java61 final TypedArray a = mContext.obtainStyledAttributes(null,
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerSwitch.java21 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TunerSwitch);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java44 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardItemsLayout.java42 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwSetupWizardItemsLayout,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DVerticalGridView.java58 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbVerticalGridView);
/frameworks/support/v4/jellybean-mr2/android/support/v4/app/
H A DActionBarDrawerToggleJellybeanMR2.java63 final TypedArray a = context.obtainStyledAttributes(null, THEME_ATTRS,
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DExpandedMenuView.java55 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,

Completed in 541 milliseconds

1234567891011>>