Searched refs:obtainStyledAttributes (Results 176 - 200 of 364) sorted by relevance

1234567891011>>

/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java58 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatColorStateListInflater.java165 : theme.obtainStyledAttributes(set, attrs, 0, 0);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java133 final TypedArray a = context.getTheme().obtainStyledAttributes(null,
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DListMenuItemView.java74 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(),
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAbsActionBarView.java78 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
H A DActivityChooserView.java218 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
857 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtils.java250 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, attrs);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouterThemeHelper.java162 TypedArray ta = context.obtainStyledAttributes(style, attrs);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceGroup.java79 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java603 public final BridgeTypedArray obtainStyledAttributes(int[] attrs) { method in class:BridgeContext
604 return obtainStyledAttributes(0, attrs);
608 public final BridgeTypedArray obtainStyledAttributes(int resId, int[] attrs) method in class:BridgeContext
659 public final BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs) { method in class:BridgeContext
660 return obtainStyledAttributes(set, attrs, 0, 0);
664 public BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs, method in class:BridgeContext
931 * @see #obtainStyledAttributes(int, int[])
979 * @param attrs An attribute array reference given to obtainStyledAttributes.
1008 * @param attr An attribute reference given to obtainStyledAttributes such as defStyle.
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java313 TypedArray a = activityContext.obtainStyledAttributes(attr,
404 TypedArray a = activityContext.obtainStyledAttributes(attr,
H A DFragmentBreadCrumbs.java103 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DMediaRouteButton.java87 final TypedArray a = context.obtainStyledAttributes(attrs,
H A DProgressDialog.java123 TypedArray a = mContext.obtainStyledAttributes(null,
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java96 final TypedArray a = context.obtainStyledAttributes(
138 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Theme, 0, 0);
H A DAutoCompleteTextView.java220 final TypedArray a = context.obtainStyledAttributes(
238 pa = mPopupContext.obtainStyledAttributes(
H A DAbsSpinner.java73 final TypedArray a = context.obtainStyledAttributes(
H A DCalendarView.java108 final TypedArray a = context.obtainStyledAttributes(
H A DCheckedTextView.java87 final TypedArray a = context.obtainStyledAttributes(
H A DCompoundButton.java86 final TypedArray a = context.obtainStyledAttributes(
H A DDatePicker.java144 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DatePicker,
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java161 TypedArray a = context.obtainStyledAttributes(attrs,
559 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java154 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView,
822 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView_Layout);
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java589 TypedArray a = appContext.obtainStyledAttributes(attrSet,
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java75 final TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 478 milliseconds

1234567891011>>