Searched refs:obtainStyledAttributes (Results 101 - 125 of 364) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java72 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DeadZone,
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipControlButtonView.java87 context.obtainStyledAttributes(attrs, values, defStyleAttr, defStyleRes);
/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java154 pkg.context.obtainStyledAttributes(resId, styleable));
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSimpleInflater.java124 TypedArray a = mContext.obtainStyledAttributes(attrs,
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DDividerItemDecoration.java89 final TypedArray a = context.obtainStyledAttributes(R.styleable.SuwDividerItemDecoration);
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java79 .obtainStyledAttributes(R.styleable.SuwRecyclerItemAdapter);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifListLayout.java80 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwGlifListLayout,
H A DSetupWizardListLayout.java70 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItem.java49 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwItem);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java76 final TypedArray a = getContext().obtainStyledAttributes(attrs,
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java126 TypedArray attributes = getActivity().obtainStyledAttributes(
/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java62 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ForegroundLinearLayout,
H A DScrimInsetsFrameLayout.java58 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetDialog.java138 TypedArray a = getContext().obtainStyledAttributes(
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtils.java119 a = context.obtainStyledAttributes(new int[]{attr});
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java44 return theme.obtainStyledAttributes(set, attrs, 0, 0);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DSwitchPreference.java84 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorOverlayDimmer.java42 TypedArray a = context.obtainStyledAttributes(R.styleable.LeanbackTheme);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DResizingTextView.java54 TypedArray a = ctx.obtainStyledAttributes(attrs, R.styleable.lbResizingTextView,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatAutoCompleteTextView.java70 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs,
H A DAppCompatBackgroundHelper.java46 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs,
H A DAppCompatMultiAutoCompleteTextView.java70 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs,
H A DAppCompatPopupWindow.java61 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
H A DAppCompatProgressBarHelper.java51 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs,
H A DAppCompatSeekBarHelper.java49 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs,

Completed in 871 milliseconds

1234567891011>>