Searched refs:obtainStyledAttributes (Results 251 - 275 of 364) sorted by relevance

<<1112131415

/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java150 TypedArray array = context.obtainStyledAttributes(attrs, R.styleable.PercentLayout_Layout);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseGridView.java222 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseGridView);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarContextView.java68 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
H A DSwitchCompat.java210 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context,
285 final TintTypedArray appearance = TintTypedArray.obtainStyledAttributes(context, resid,
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java130 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java262 final TypedArray a = context.obtainStyledAttributes(attrs,
624 TypedArray dateTextAppearance = mDelegator.getContext().obtainStyledAttributes(
H A DSpinner.java242 final TypedArray a = context.obtainStyledAttributes(
270 final TypedArray pa = mPopupContext.obtainStyledAttributes(
H A DSwitch.java228 final TypedArray a = context.obtainStyledAttributes(
305 context.obtainStyledAttributes(resid,
H A DActivityChooserView.java230 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
H A DAdapterViewAnimator.java181 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DDatePickerSpinnerDelegate.java104 final TypedArray attributesArray = context.obtainStyledAttributes(attrs,
H A DExpandableListView.java236 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DSlidingDrawer.java216 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java127 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResolverDrawerLayout,
913 final TypedArray a = c.obtainStyledAttributes(attrs,
H A DActionBarOverlayLayout.java176 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS);
H A DRotarySelector.java181 context.obtainStyledAttributes(attrs, R.styleable.RotarySelector);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java300 TypedArray attrs = context.getTheme().obtainStyledAttributes(null,
303 attrs = context.getTheme().obtainStyledAttributes(null,
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java153 TypedArray a = context.obtainStyledAttributes(attrs,
1159 TypedArray a = c.obtainStyledAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java347 TypedArray a = mContext.obtainStyledAttributes(R.styleable.AppCompatTheme);
538 TypedArray a = mContext.obtainStyledAttributes(R.styleable.AppCompatTheme);
1989 TypedArray a = context.obtainStyledAttributes(R.styleable.AppCompatTheme);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java146 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java175 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeBounds);
H A DChangeTransform.java102 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeTransform);
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java350 final TypedArray a = context.obtainStyledAttributes(null, R.styleable.Lighting, 0, 0);
H A DWindow.java668 mWindowStyle = mContext.obtainStyledAttributes(
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java752 .obtainStyledAttributes(new int[] {

Completed in 543 milliseconds

<<1112131415