Searched refs:obtainStyledAttributes (Results 126 - 150 of 364) sorted by relevance

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewStubCompat.java57 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ViewStubCompat,
H A DAppCompatSpinner.java200 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
224 aa = context.obtainStyledAttributes(attrs, ATTRS_ANDROID_SPINNERMODE,
244 final TintTypedArray pa = TintTypedArray.obtainStyledAttributes(
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DDrawerLayoutActivity.java131 final TypedArray a = theme.obtainStyledAttributes(
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DDialogPreference.java56 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DSwitchPreferenceCompat.java81 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDividerItemDecoration.java64 final TypedArray a = context.obtainStyledAttributes(ATTRS);
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java171 TypedArray a = getActivity().obtainStyledAttributes(null,
188 TypedArray a = getActivity().obtainStyledAttributes(null,
H A DMultiSelectListPreference.java53 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DPreferenceScreen.java109 TypedArray a = context.obtainStyledAttributes(null,
H A DVolumePreference.java45 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java254 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TransitionTarget);
322 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TransitionManager);
H A DSlide.java155 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Slide);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatViewInflater.java204 final TypedArray a = context.obtainStyledAttributes(attrs, sOnClickAttrs);
239 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.View, 0, 0);
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java216 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CardView, defStyleAttr,
223 final TypedArray aa = getContext().obtainStyledAttributes(COLOR_BACKGROUND_ATTR);
/frameworks/base/core/java/android/widget/
H A DDatePickerCalendarDelegate.java112 final TypedArray a = mContext.obtainStyledAttributes(attrs,
139 final TypedArray textAppearance = mContext.obtainStyledAttributes(null,
216 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA);
H A DDayPickerView.java82 final TypedArray a = context.obtainStyledAttributes(attrs,
136 final TypedArray ta = mContext.obtainStyledAttributes(null,
H A DFrameLayout.java94 final TypedArray a = context.obtainStyledAttributes(
441 final TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.FrameLayout_Layout);
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingTextHelper.java202 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), resId,
231 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), resId,
260 final TypedArray a = mView.getContext().obtainStyledAttributes(resId,
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java670 a = theme.obtainStyledAttributes(attrs, R.styleable.AnimatorSet, 0, 0);
730 a = theme.obtainStyledAttributes(attrs, R.styleable.PropertyValuesHolder, 0, 0);
774 a = theme.obtainStyledAttributes(attrs, R.styleable.Keyframe, 0, 0);
955 a = theme.obtainStyledAttributes(attrs, R.styleable.Keyframe, 0, 0);
1028 arrayAnimator = theme.obtainStyledAttributes(attrs, R.styleable.Animator, 0, 0);
1036 arrayObjectAnimator = theme.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/
H A DMenuInflater.java365 TypedArray a = mContext.obtainStyledAttributes(attrs,
382 TypedArray a = mContext.obtainStyledAttributes(attrs,
H A DLayoutInflater.java753 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME);
889 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ViewTag);
907 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME);
968 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java132 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.IconMenuView, 0, 0);
140 a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTitleStrip.java128 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
157 final TypedArray ta = context.obtainStyledAttributes(textAppearance, TEXT_ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DSupportMenuInflater.java352 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.MenuGroup);
370 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.MenuItem);
/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java115 TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 490 milliseconds

1234567891011>>