Searched refs:obtainStyledAttributes (Results 1 - 25 of 364) 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/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DResourceHelper.java45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute});
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DResourceHelper.java45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute});
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java47 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, method in class:TintTypedArray
49 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
52 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, method in class:TintTypedArray
55 context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes));
58 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) { method in class:TintTypedArray
59 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.java54 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs,
H A DAppCompatTextHelper.java54 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
88 a = TintTypedArray.obtainStyledAttributes(context, ap, R.styleable.TextAppearance);
108 a = TintTypedArray.obtainStyledAttributes(context, attrs, R.styleable.TextAppearance,
139 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context,
/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/core-ui/jellybean-mr2/android/support/v4/app/
H A DActionBarDrawerToggleJellybeanMR2.java63 final TypedArray a = context.obtainStyledAttributes(null, THEME_ATTRS,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DVerticalGridView.java58 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbVerticalGridView);

Completed in 577 milliseconds

1234567891011>>