Searched refs:obtainStyledAttributes (Results 51 - 75 of 395) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DViewFlipper.java59 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedPreferenceHelper.java52 final TypedArray attributes = context.obtainStyledAttributes(attrs,
H A DUtils.java187 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
202 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
209 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
216 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DChargingView.java61 TypedArray a = context.obtainStyledAttributes(attrs, new int[]{android.R.attr.src});
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DAutoSizingList.java46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AutoSizingList);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java48 TypedArray a = context.getTheme().obtainStyledAttributes(attrs,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DAbstractItemHierarchy.java46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwAbstractItem);
H A DButtonItem.java54 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwButtonItem);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DFillContentLayout.java62 TypedArray a = context.obtainStyledAttributes(
H A DNavigationBar.java54 TypedArray attributes = context.obtainStyledAttributes(
H A DStatusBarBackgroundLayout.java63 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DFixedAspectSurfaceView.java53 context.getTheme().obtainStyledAttributes(attrs,
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DFixedAspectSurfaceView.java53 context.getTheme().obtainStyledAttributes(attrs,
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java79 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java79 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/transition/src/android/support/transition/
H A DPatternPathMotion.java58 TypedArray a = context.obtainStyledAttributes(attrs, Styleable.PATTERN_PATH_MOTION);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorFilterDimmer.java46 TypedArray a = context.obtainStyledAttributes(R.styleable.LeanbackTheme);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylingRelativeLayout.java36 TypedArray ta = context.getTheme().obtainStyledAttributes(
H A DNonOverlappingLinearLayoutWithForeground.java54 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggleHoneycomb.java94 final TypedArray a = activity.obtainStyledAttributes(THEME_ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatCompoundButtonHelper.java55 TypedArray a = mView.getContext().obtainStyledAttributes(attrs, R.styleable.CompoundButton,
H A DAppCompatPopupWindow.java50 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
H A DAppCompatTextHelper.java78 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
113 a = TintTypedArray.obtainStyledAttributes(context, ap, R.styleable.TextAppearance);
139 a = TintTypedArray.obtainStyledAttributes(context, attrs, R.styleable.TextAppearance,
249 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context,
/frameworks/support/v7/preference/src/android/support/v7/internal/widget/
H A DPreferenceImageView.java49 final TypedArray a = context.obtainStyledAttributes(
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DCheckBoxPreference.java65 final TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 311 milliseconds

1234567891011>>