Home
last modified time | relevance | path

Searched refs:TintTypedArray (Results 1 – 25 of 40) sorted by relevance

12

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DTintTypedArray.java45 public class TintTypedArray { class
52 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, in obtainStyledAttributes()
54 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs)); in obtainStyledAttributes()
57 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, in obtainStyledAttributes()
59 return new TintTypedArray(context, in obtainStyledAttributes()
63 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) { in obtainStyledAttributes()
64 return new TintTypedArray(context, context.obtainStyledAttributes(resid, attrs)); in obtainStyledAttributes()
67 private TintTypedArray(Context context, TypedArray array) { in TintTypedArray() method in TintTypedArray
DThemeUtils.java92 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY); in getThemeAttrColor()
110 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY); in getThemeAttrColorStateList()
DAppCompatPopupWindow.java52 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
DAppCompatTextHelper.java97 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, in loadFromAttributes()
146 a = TintTypedArray.obtainStyledAttributes(context, ap, R.styleable.TextAppearance); in loadFromAttributes()
175 a = TintTypedArray.obtainStyledAttributes(context, attrs, R.styleable.TextAppearance, in loadFromAttributes()
263 a = TintTypedArray.obtainStyledAttributes(context, attrs, R.styleable.AppCompatTextView); in loadFromAttributes()
379 private boolean updateTypefaceAndStyle(Context context, TintTypedArray a) { in updateTypefaceAndStyle()
534 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context,
DAppCompatCompoundButtonHelper.java50 TintTypedArray a = in loadFromAttributes()
51 TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
DAppCompatCheckedTextViewHelper.java54 TintTypedArray a = in loadFromAttributes()
55 TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
DAppCompatSeekBarHelper.java51 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
DAppCompatBackgroundHelper.java49 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
DAppCompatProgressBarHelper.java55 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
DAppCompatImageHelper.java52 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
DAppCompatMultiAutoCompleteTextView.java86 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs, in AppCompatMultiAutoCompleteTextView()
DAppCompatAutoCompleteTextView.java86 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs, in AppCompatAutoCompleteTextView()
DAppCompatSpinner.java219 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, in AppCompatSpinner()
260 final TintTypedArray pa = TintTypedArray.obtainStyledAttributes( in AppCompatSpinner()
DActionBarContextView.java72 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, in ActionBarContextView()
DSwitchCompat.java252 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, in SwitchCompat()
337 final TintTypedArray appearance = TintTypedArray.obtainStyledAttributes(context, resid, in setSwitchTextAppearance()
DScrollingTabContainerView.java399 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, BG_ATTRS, in TabView()
DToolbarWidgetWrapper.java106 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(toolbar.getContext(), in ToolbarWidgetWrapper()
DActivityChooserView.java875 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS); in InnerLayout()
DLinearLayoutCompat.java163 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, in LinearLayoutCompat()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DExpandedMenuView.java30 import androidx.appcompat.widget.TintTypedArray;
59 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS, in ExpandedMenuView()
DListMenuItemView.java39 import androidx.appcompat.widget.TintTypedArray;
78 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), in ListMenuItemView()
/appcompat/appcompat/src/main/
Dbaseline-prof.txt288 …lper;->updateTypefaceAndStyle(Landroid/content/Context;Landroidx/appcompat/widget/TintTypedArray;)V
342 HSPLandroidx/appcompat/widget/TintTypedArray;-><init>(Landroid/content/Context;Landroid/content/res…
343 HSPLandroidx/appcompat/widget/TintTypedArray;->getBoolean(IZ)Z
344 HSPLandroidx/appcompat/widget/TintTypedArray;->getColor(II)I
345 HSPLandroidx/appcompat/widget/TintTypedArray;->getColorStateList(I)Landroid/content/res/ColorStateL…
346 HSPLandroidx/appcompat/widget/TintTypedArray;->getDimension(IF)F
347 HSPLandroidx/appcompat/widget/TintTypedArray;->getDimensionPixelOffset(II)I
348 HSPLandroidx/appcompat/widget/TintTypedArray;->getDimensionPixelSize(II)I
349 HSPLandroidx/appcompat/widget/TintTypedArray;->getDrawable(I)Landroid/graphics/drawable/Drawable;
350 HSPLandroidx/appcompat/widget/TintTypedArray;->getDrawableIfKnown(I)Landroid/graphics/drawable/Draw…
[all …]
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java40 import androidx.appcompat.widget.TintTypedArray;
295 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, attrs); in getThemeAttrColor()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/
DSupportMenuInflater.java46 import androidx.appcompat.widget.TintTypedArray;
402 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mContext, attrs, in readItem()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegateImpl.java102 import androidx.appcompat.widget.TintTypedArray;
848 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(
3694 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(

12