| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | TintTypedArray.java | 45 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
|
| D | ThemeUtils.java | 92 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY); in getThemeAttrColor() 110 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY); in getThemeAttrColorStateList()
|
| D | AppCompatPopupWindow.java | 52 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
|
| D | AppCompatTextHelper.java | 97 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,
|
| D | AppCompatCompoundButtonHelper.java | 50 TintTypedArray a = in loadFromAttributes() 51 TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
|
| D | AppCompatCheckedTextViewHelper.java | 54 TintTypedArray a = in loadFromAttributes() 55 TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
|
| D | AppCompatSeekBarHelper.java | 51 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
|
| D | AppCompatBackgroundHelper.java | 49 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
|
| D | AppCompatProgressBarHelper.java | 55 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
|
| D | AppCompatImageHelper.java | 52 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), attrs, in loadFromAttributes()
|
| D | AppCompatMultiAutoCompleteTextView.java | 86 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs, in AppCompatMultiAutoCompleteTextView()
|
| D | AppCompatAutoCompleteTextView.java | 86 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs, in AppCompatAutoCompleteTextView()
|
| D | AppCompatSpinner.java | 219 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, in AppCompatSpinner() 260 final TintTypedArray pa = TintTypedArray.obtainStyledAttributes( in AppCompatSpinner()
|
| D | ActionBarContextView.java | 72 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, in ActionBarContextView()
|
| D | SwitchCompat.java | 252 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, in SwitchCompat() 337 final TintTypedArray appearance = TintTypedArray.obtainStyledAttributes(context, resid, in setSwitchTextAppearance()
|
| D | ScrollingTabContainerView.java | 399 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, BG_ATTRS, in TabView()
|
| D | ToolbarWidgetWrapper.java | 106 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(toolbar.getContext(), in ToolbarWidgetWrapper()
|
| D | ActivityChooserView.java | 875 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS); in InnerLayout()
|
| D | LinearLayoutCompat.java | 163 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, in LinearLayoutCompat()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/ |
| D | ExpandedMenuView.java | 30 import androidx.appcompat.widget.TintTypedArray; 59 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS, in ExpandedMenuView()
|
| D | ListMenuItemView.java | 39 import androidx.appcompat.widget.TintTypedArray; 78 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), in ListMenuItemView()
|
| /appcompat/appcompat/src/main/ |
| D | baseline-prof.txt | 288 …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/ |
| D | TestUtils.java | 40 import androidx.appcompat.widget.TintTypedArray; 295 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, attrs); in getThemeAttrColor()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/ |
| D | SupportMenuInflater.java | 46 import androidx.appcompat.widget.TintTypedArray; 402 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mContext, attrs, in readItem()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/app/ |
| D | AppCompatDelegateImpl.java | 102 import androidx.appcompat.widget.TintTypedArray; 848 final TintTypedArray a = TintTypedArray.obtainStyledAttributes( 3694 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(
|