Searched refs:TypedArray (Results 26 - 50 of 337) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/animation/
H A DAnticipateOvershootInterpolator.java22 import android.content.res.TypedArray;
73 TypedArray a;
H A DRotateAnimation.java20 import android.content.res.TypedArray;
51 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/com/android/internal/widget/
H A DButtonBarLayout.java20 import android.content.res.TypedArray;
41 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout);
H A DWeightedLinearLayout.java20 import android.content.res.TypedArray;
45 TypedArray a =
/frameworks/base/graphics/java/android/graphics/drawable/
H A DPaintDrawable.java21 import android.content.res.TypedArray;
76 TypedArray a = r.obtainAttributes(attrs,
H A DScaleDrawable.java26 import android.content.res.TypedArray;
90 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ScaleDrawable);
97 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException {
108 void updateStateFromTypedArray(TypedArray a) {
127 private static float getPercent(TypedArray a, int index, float defaultValue) {
153 final TypedArray a = t.resolveAttributes(
H A DAnimatedRotateDrawable.java24 import android.content.res.TypedArray;
128 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable);
139 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException {
150 void updateStateFromTypedArray(TypedArray a) {
186 final TypedArray a = t.resolveAttributes(
H A DInsetDrawable.java27 import android.content.res.TypedArray;
100 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.InsetDrawable);
107 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException {
118 void updateStateFromTypedArray(TypedArray a) {
165 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable);
H A DRotateDrawable.java27 import android.content.res.TypedArray;
67 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RotateDrawable);
76 private void verifyRequiredAttributes(TypedArray a) throws XmlPullParserException {
87 void updateStateFromTypedArray(TypedArray a) {
127 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable);
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DAddressView.java4 import android.content.res.TypedArray;
27 TypedArray a = context.getTheme().obtainStyledAttributes(
/frameworks/support/percent/src/android/support/percent/
H A DPercentFrameLayout.java20 import android.content.res.TypedArray;
145 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
H A DPercentRelativeLayout.java20 import android.content.res.TypedArray;
131 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DActionBarPolicy.java21 import android.content.res.TypedArray;
73 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
/frameworks/support/v7/preference/src/android/support/v7/internal/widget/
H A DPreferenceImageView.java20 import android.content.res.TypedArray;
45 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/android/preference/
H A DPreferenceFrameLayout.java20 import android.content.res.TypedArray;
54 final TypedArray a = context.obtainStyledAttributes(attrs,
138 TypedArray a = c.obtainStyledAttributes(attrs,
H A DRingtonePreference.java21 import android.content.res.TypedArray;
57 final TypedArray a = context.obtainStyledAttributes(attrs,
204 protected Object onGetDefaultValue(TypedArray a, int index) {
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java22 import android.content.res.TypedArray;
102 public TypedArray obtainTypedArray(int id) throws NotFoundException {
184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java25 import android.content.res.TypedArray;
93 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME);
161 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/android/transition/
H A DFade.java25 import android.content.res.TypedArray;
103 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Fade);
H A DPatternPathMotion.java21 import android.content.res.TypedArray;
57 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PatternPathMotion);
/frameworks/base/core/java/android/widget/
H A DToggleButton.java20 import android.content.res.TypedArray;
48 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java20 import android.content.res.TypedArray;
84 protected Object onGetDefaultValue(TypedArray a, int index) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java23 import android.content.res.TypedArray;
63 TypedArray a = context.getTheme().obtainStyledAttributes(
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountAuthenticatorCache.java27 import android.content.res.TypedArray;
58 TypedArray sa = res.obtainAttributes(attrs,
/frameworks/base/tools/layoutlib/bridge/src/android/preference/
H A DPreference_Delegate.java26 import android.content.res.TypedArray;
71 TypedArray a = context.obtainStyledAttributes(null, R.styleable.PreferenceFragment,

Completed in 845 milliseconds

1234567891011>>