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

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java64 TypedArray a = context.getTheme().obtainStyledAttributes(
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/util/
H A DGlifPreferenceDelegate.java65 final TypedArray a = context.obtainStyledAttributes(ATTRS_LIST_DIVIDER);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java65 final TypedArray a = getContext().obtainStyledAttributes(attrs,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DButtonItem.java52 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwButtonItem);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DNavigationBar.java53 TypedArray attributes = context.obtainStyledAttributes(
H A DStatusBarBackgroundLayout.java63 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DFixedAspectSurfaceView.java53 context.getTheme().obtainStyledAttributes(attrs,
/frameworks/support/core-ui/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java78 final TypedArray a = context.obtainStyledAttributes(THEME_ATTRS);
/frameworks/support/core-ui/honeycomb/android/support/v4/app/
H A DActionBarDrawerToggleHoneycomb.java93 final TypedArray a = activity.obtainStyledAttributes(THEME_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/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.java37 TypedArray ta = getContext().getTheme().obtainStyledAttributes(
H A DNonOverlappingLinearLayoutWithForeground.java57 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggleHoneycomb.java92 final TypedArray a = activity.obtainStyledAttributes(THEME_ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionBarPolicy.java96 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatCompoundButtonHelper.java55 TypedArray a = mView.getContext().obtainStyledAttributes(attrs, R.styleable.CompoundButton,
H A DButtonBarLayout.java53 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout);
/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,
/frameworks/base/core/java/android/content/
H A DContext.java569 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(int[])}
572 * @see android.content.res.Resources.Theme#obtainStyledAttributes(int[])
574 public final TypedArray obtainStyledAttributes(@StyleableRes int[] attrs) { method in class:Context
575 return getTheme().obtainStyledAttributes(attrs);
580 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(int, int[])}
583 * @see android.content.res.Resources.Theme#obtainStyledAttributes(int, int[])
585 public final TypedArray obtainStyledAttributes( method in class:Context
587 return getTheme().obtainStyledAttributes(resid, attrs);
592 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
595 * @see android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSe
597 public final TypedArray obtainStyledAttributes( method in class:Context
609 public final TypedArray obtainStyledAttributes( method in class:Context
[all...]
/frameworks/base/core/java/android/preference/
H A DListPreference.java50 TypedArray a = context.obtainStyledAttributes(
59 a = context.obtainStyledAttributes(attrs,
H A DMultiCheckPreference.java49 TypedArray a = context.obtainStyledAttributes(
62 a = context.obtainStyledAttributes(attrs,
H A DSeekBarPreference.java43 TypedArray a = context.obtainStyledAttributes(
48 a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java60 context.obtainStyledAttributes(appearance,
99 a = context.obtainStyledAttributes(com.android.internal.R.style.Theme,

Completed in 487 milliseconds

1234567891011>>