Home
last modified time | relevance | path

Searched refs:TypedArray (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
DFallbackThemeWrapperTest.java22 import android.content.res.TypedArray;
47 final TypedArray a = in testThemeValueOnlyInBase()
55 final TypedArray a = in testThemeValueOnlyInFallback()
63 final TypedArray a = mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.theme}); in testThemeValueInBoth()
/frameworks/base/graphics/java/android/graphics/drawable/
DScaleDrawable.java29 import android.content.res.TypedArray;
103 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ScaleDrawable); in inflate()
125 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
139 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes()
149 private void updateStateFromTypedArray(@NonNull TypedArray a) { in updateStateFromTypedArray()
173 private static float getPercent(TypedArray a, int index, float defaultValue) { in getPercent()
DClipDrawable.java28 import android.content.res.TypedArray;
91 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ClipDrawable); in inflate()
111 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
123 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes()
133 private void updateStateFromTypedArray(@NonNull TypedArray a) { in updateStateFromTypedArray()
DRotateDrawable.java30 import android.content.res.TypedArray;
72 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RotateDrawable); in inflate()
92 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
104 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes()
114 private void updateStateFromTypedArray(@NonNull TypedArray a) { in updateStateFromTypedArray()
DAnimatedRotateDrawable.java25 import android.content.res.TypedArray;
129 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable); in inflate()
151 final TypedArray a = t.resolveAttributes( in applyTheme()
166 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException { in verifyRequiredAttributes()
176 private void updateStateFromTypedArray(@NonNull TypedArray a) { in updateStateFromTypedArray()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java55 /*package*/ static TypedArray obtainStyledAttributes( in obtainStyledAttributes()
67 /*package*/ static TypedArray obtainStyledAttributes( in obtainStyledAttributes()
80 /*package*/ static TypedArray obtainStyledAttributes( in obtainStyledAttributes()
104 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes()
DTypedArray_Delegate.java26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt()
32 /*package*/ static TypedArray obtain(Resources res, int len) { in obtain()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
DGlifDimensionTest.java24 import android.content.res.TypedArray;
60 final TypedArray a = context.obtainStyledAttributes(new int[] {R.attr.suwMarginSides}); in assertDividerInset()
91 final TypedArray a = context.obtainStyledAttributes(new int[] {R.attr.suwMarginSides}); in assertButtonMargin()
/frameworks/base/tools/aapt2/integration-tests/NamespaceTest/LibTwo/src/com/android/aapt/namespace/libtwo/
DTextView.java19 import android.content.res.TypedArray;
41 final TypedArray ta = context.getTheme().obtainStyledAttributes(attrs, R.styleable.TextView, in TextView()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarFacetButton.java21 import android.content.res.TypedArray;
78 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.CarFacetButton); in CarFacetButton()
90 protected void setupIntents(TypedArray typedArray) { in setupIntents()
131 private void setupIcons(TypedArray styledAttributes) { in setupIcons()
DAssitantButton.java22 import android.content.res.TypedArray;
66 protected void setupIntents(TypedArray typedArray){ in setupIntents()
DCarNavigationButton.java21 import android.content.res.TypedArray;
60 TypedArray typedArray = context.obtainStyledAttributes( in CarNavigationButton()
74 TypedArray a = context.obtainStyledAttributes( in CarNavigationButton()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DColoredHeaderMixin.java20 import android.content.res.TypedArray;
37 final TypedArray a = in ColoredHeaderMixin()
DHeaderMixin.java19 import android.content.res.TypedArray;
42 final TypedArray a = in HeaderMixin()
/frameworks/base/core/java/android/view/animation/
DAlphaAnimation.java20 import android.content.res.TypedArray;
42 TypedArray a = in AlphaAnimation()
DDecelerateInterpolator.java22 import android.content.res.TypedArray;
57 TypedArray a; in DecelerateInterpolator()
DAnticipateInterpolator.java22 import android.content.res.TypedArray;
56 TypedArray a; in AnticipateInterpolator()
DCycleInterpolator.java22 import android.content.res.TypedArray;
47 TypedArray a; in CycleInterpolator()
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
DExpandableSwitchItem.java21 import android.content.res.TypedArray;
57 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwExpandableSwitchItem); in ExpandableSwitchItem()
144 final TypedArray a = in tintCompoundDrawables()
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
DDrawableArrayWidget.java20 import android.content.res.TypedArray;
37 TypedArray drawableArray = context.getResources().obtainTypedArray(R.array.drawable_array); in DrawableArrayWidget()
/frameworks/base/core/java/com/android/internal/view/menu/
DExpandedMenuView.java23 import android.content.res.TypedArray;
47TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0,… in ExpandedMenuView()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/hvac/
DTemperatureTextView.java20 import android.content.res.TypedArray;
43 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.TemperatureView); in TemperatureTextView()
/frameworks/base/core/java/android/preference/
DPreferenceFrameLayout.java20 import android.content.res.TypedArray;
61 final TypedArray a = context.obtainStyledAttributes(attrs, in PreferenceFrameLayout()
145 TypedArray a = c.obtainStyledAttributes(attrs, in LayoutParams()
/frameworks/base/services/core/java/com/android/server/
DAttributeCache.java25 import android.content.res.TypedArray;
60 public final TypedArray array;
62 public Entry(Context c, TypedArray ta) { in Entry()
/frameworks/base/core/java/com/android/internal/widget/
DDialogTitle.java21 import android.content.res.TypedArray;
63 final TypedArray a = mContext.obtainStyledAttributes(null, in onMeasure()

12345678910>>...15