Searched refs:TypedArray (Results 126 - 150 of 337) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/transition/
H A DSlide.java21 import android.content.res.TypedArray;
145 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Slide);
/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java22 import android.content.res.TypedArray;
115 TypedArray a = context.obtainStyledAttributes(attrs,
H A DScaleAnimation.java21 import android.content.res.TypedArray;
67 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java24 import android.content.res.TypedArray;
80 final TypedArray a = context.obtainStyledAttributes(
H A DChronometer.java21 import android.content.res.TypedArray;
105 final TypedArray a = context.obtainStyledAttributes(
H A DEdgeEffect.java20 import android.content.res.TypedArray;
120 final TypedArray a = context.obtainStyledAttributes(
H A DTimePicker.java24 import android.content.res.TypedArray;
76 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java22 import android.content.res.TypedArray;
72 final TypedArray a = context.obtainStyledAttributes(
H A DListMenuItemView.java20 import android.content.res.TypedArray;
62 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java31 import android.content.res.TypedArray;
87 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java24 import android.content.res.TypedArray;
74 TypedArray a =
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java26 import android.content.res.TypedArray;
109 TypedArray a = obtainAttributes(r, theme, attrs,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java22 import android.content.res.TypedArray;
45 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PseudoGridView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUserAvatarView.java22 import android.content.res.TypedArray;
55 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java21 import android.content.res.TypedArray;
75 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.KeyButtonView,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFrameworkActionBar.java31 import android.content.res.TypedArray;
160 final TypedArray a = mActionBar.getPopupContext().obtainStyledAttributes(null,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java22 import android.content.res.TypedArray;
75 TypedArray a = getContext().obtainStyledAttributes(attrs,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java17 import android.content.res.TypedArray;
64 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbImageCardView,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java21 import android.content.res.TypedArray;
1322 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.ActionBarLayout);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java20 import android.content.res.TypedArray;
129 final TypedArray a = context.getTheme().obtainStyledAttributes(null,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DAppCompatViewInflater.java20 import android.content.res.TypedArray;
168 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.View, 0, 0);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuItemView.java20 import android.content.res.TypedArray;
66 final TypedArray a = context.obtainStyledAttributes(
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java21 import android.content.res.TypedArray;
82 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java20 import android.content.res.TypedArray;
203 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CardView, defStyleAttr,
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java41 public class TypedArray { class
43 static TypedArray obtain(Resources res, int len) {
44 final TypedArray attrs = res.mTypedArrayPool.acquire();
59 return new TypedArray(res,
80 * @throws RuntimeException if the TypedArray has already been recycled.
93 * @throws RuntimeException if the TypedArray has already been recycled.
111 * @throws RuntimeException if the TypedArray has already been recycled.
124 * @throws RuntimeException if the TypedArray has already been recycled.
145 * @throws RuntimeException if the TypedArray has already been recycled.
181 * @throws RuntimeException if the TypedArray ha
1159 /*package*/ TypedArray(Resources resources, int[] data, int[] indices, int len) { method in class:TypedArray
[all...]

Completed in 5882 milliseconds

1234567891011>>