Searched refs:obtainStyledAttributes (Results 276 - 300 of 364) sorted by relevance

<<1112131415

/frameworks/base/core/java/com/android/internal/widget/
H A DToolbarWidgetWrapper.java102 final TypedArray a = toolbar.getContext().obtainStyledAttributes(null,
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1435 return theme.obtainStyledAttributes(set, attrs, 0, 0);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java120 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java473 context.obtainStyledAttributes(new int[]{android.R.attr.colorSecondary});
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java108 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Theme, 0, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java335 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.StatusBarWindowView_Layout);
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java185 TypedArray a = context.obtainStyledAttributes(attrs,
H A DSnackbar.java690 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SnackbarLayout);
H A DTabLayout.java306 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TabLayout,
328 final TypedArray ta = context.obtainStyledAttributes(mTabTextAppearance,
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java351 return theme.obtainStyledAttributes(set, attrs, 0, 0);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java253 TypedArray a = mStyledContext.obtainStyledAttributes(null,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java622 .obtainStyledAttributes(R.styleable.LeanbackTheme);
H A DPagingIndicator.java140 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.PagingIndicator,
H A DPlaybackControlsRow.java614 TypedArray array = context.getTheme().obtainStyledAttributes(outValue.data,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java145 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS);
H A DScrollingTabContainerView.java394 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, BG_ATTRS,
H A DToolbarWidgetWrapper.java106 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(toolbar.getContext(),
H A DLinearLayoutCompat.java155 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
1783 c.obtainStyledAttributes(attrs, R.styleable.LinearLayoutCompat_Layout);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java242 TypedArray a = mStyledContext.obtainStyledAttributes(null,
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java539 TypedArray sa = obtainStyledAttributes(null,
839 TypedArray sa = obtainStyledAttributes(
/frameworks/base/core/java/android/widget/
H A DGridLayout.java287 final TypedArray a = context.obtainStyledAttributes(
2132 context.obtainStyledAttributes(attrs, R.styleable.ViewGroup_MarginLayout);
2146 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GridLayout_Layout);
H A DLinearLayout.java213 final TypedArray a = context.obtainStyledAttributes(
1928 c.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LinearLayout_Layout);
H A DRelativeLayout.java255 final TypedArray a = context.obtainStyledAttributes(
1255 TypedArray a = c.obtainStyledAttributes(attrs,
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java266 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GridLayout);
2025 context.obtainStyledAttributes(attrs, R.styleable.GridLayout_Layout);
2039 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GridLayout_Layout);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java269 TypedArray a = context.obtainStyledAttributes(
321 a = mContext.obtainStyledAttributes(

Completed in 574 milliseconds

<<1112131415