Searched refs:TypedArray (Results 51 - 75 of 337) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DFixedAspectSurfaceView.java19 import android.content.res.TypedArray;
52 TypedArray a =
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorFilterDimmer.java17 import android.content.res.TypedArray;
46 TypedArray a = context.obtainStyledAttributes(R.styleable.LeanbackTheme);
/frameworks/support/v4/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java21 import android.content.res.TypedArray;
78 final TypedArray a = context.obtainStyledAttributes(THEME_ATTRS);
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DActionBarDrawerToggleHoneycomb.java24 import android.content.res.TypedArray;
93 final TypedArray a = activity.obtainStyledAttributes(THEME_ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggleHoneycomb.java23 import android.content.res.TypedArray;
92 final TypedArray a = activity.obtainStyledAttributes(THEME_ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java20 import android.content.res.TypedArray;
45 TypedArray a = mView.getContext().obtainStyledAttributes(attrs,
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DCheckBoxPreference.java20 import android.content.res.TypedArray;
47 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DEditTextPreference.java20 import android.content.res.TypedArray;
84 protected Object onGetDefaultValue(TypedArray a, int index) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java28 import android.content.res.TypedArray;
289 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable);
315 final TypedArray a = obtainAttributes(r, theme, attrs,
347 private void updateStateFromTypedArray(TypedArray a) {
H A DColorDrawable.java26 import android.content.res.TypedArray;
235 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorDrawable);
245 private void updateStateFromTypedArray(TypedArray a) {
273 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable);
/frameworks/base/core/java/android/content/
H A DSyncAdaptersCache.java22 import android.content.res.TypedArray;
59 TypedArray sa = res.obtainAttributes(attrs,
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java22 import android.content.res.TypedArray;
152 protected Object onGetDefaultValue(TypedArray a, int index) {
H A DPreferenceGroup.java23 import android.content.res.TypedArray;
61 final TypedArray a = context.obtainStyledAttributes(
H A DSwitchPreference.java21 import android.content.res.TypedArray;
76 TypedArray a = context.obtainStyledAttributes(attrs,
H A DTwoStatePreference.java22 import android.content.res.TypedArray;
182 protected Object onGetDefaultValue(TypedArray a, int index) {
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionServiceInfo.java25 import android.content.res.TypedArray;
91 TypedArray array = res.obtainAttributes(attrs,
/frameworks/base/core/java/android/transition/
H A DArcMotion.java21 import android.content.res.TypedArray;
66 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ArcMotion);
/frameworks/base/core/java/android/view/
H A DViewStub.java22 import android.content.res.TypedArray;
109 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java22 import android.content.res.TypedArray;
106 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation);
H A DTranslateAnimation.java20 import android.content.res.TypedArray;
64 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java20 import android.content.res.TypedArray;
203 TypedArray a = c.obtainStyledAttributes(attrs,
H A DAdapterViewFlipper.java23 import android.content.res.TypedArray;
71 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DRatingBar.java20 import android.content.res.TypedArray;
89 final TypedArray a = context.obtainStyledAttributes(
H A DViewFlipper.java23 import android.content.res.TypedArray;
59 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DMetaDataTest.java26 import android.content.res.TypedArray;
88 TypedArray a = mContext.obtainStyledAttributes(xml,

Completed in 586 milliseconds

1234567891011>>