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

1234567891011>>

/frameworks/support/design/src/android/support/design/widget/
H A DThemeUtils.java29 TypedArray a = context.obtainStyledAttributes(APPCOMPAT_CHECK_ATTRS);
H A DTabItem.java50 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
H A DFallbackThemeWrapperTest.java51 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.background});
59 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.foreground});
67 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.theme});
/frameworks/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/template/
H A DColoredHeaderMixin.java40 final TypedArray a = layout.getContext().obtainStyledAttributes(
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
H A DEditTextAttributeHelper.java43 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.EmojiEditText,
/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/mediarouter/tests/src/android/support/v7/app/
H A DMediaRouteChooserDialogTest.java62 typedArray = dialog.getContext().obtainStyledAttributes(R.styleable.AppCompatTheme);
68 typedArray = dialog.getContext().obtainStyledAttributes(R.styleable.AppCompatTheme);
75 typedArray = dialog.getContext().obtainStyledAttributes(R.styleable.AppCompatTheme);
81 typedArray = dialog.getContext().obtainStyledAttributes(R.styleable.AppCompatTheme);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java53 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, method in class:TintTypedArray
55 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
58 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, method in class:TintTypedArray
61 context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes));
64 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) { method in class:TintTypedArray
65 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);
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItem.java59 context.obtainStyledAttributes(attrs, R.styleable.SuwExpandableSwitchItem);
151 .obtainStyledAttributes(new int[] {android.R.attr.textColorPrimary});
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
H A DGlifDimensionTest.java63 final TypedArray a = mContext.obtainStyledAttributes(new int[]{R.attr.suwMarginSides});
94 final TypedArray a = mContext.obtainStyledAttributes(new int[]{R.attr.suwMarginSides});
/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.java63 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/
H A DPluginInflateContainer.java61 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PluginInflateContainer);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerSwitch.java22 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TunerSwitch);

Completed in 2319 milliseconds

1234567891011>>