| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | TintTypedArray.java | 81 final int resourceId = mWrapped.getResourceId(index, 0); in getDrawable() 91 final int resourceId = mWrapped.getResourceId(index, 0); in getDrawableIfKnown() 118 final int resourceId = mWrapped.getResourceId(index, 0); in getFont() 174 final int resourceId = mWrapped.getResourceId(index, 0); in getColorStateList() 214 public int getResourceId(int index, int defValue) { in getResourceId() method in TintTypedArray 215 return mWrapped.getResourceId(index, defValue); in getResourceId()
|
| D | AppCompatTextHelper.java | 103 final int ap = a.getResourceId(R.styleable.AppCompatTextHelper_android_textAppearance, -1); in loadFromAttributes() 107 a.getResourceId(R.styleable.AppCompatTextHelper_android_drawableLeft, 0)); in loadFromAttributes() 111 a.getResourceId(R.styleable.AppCompatTextHelper_android_drawableTop, 0)); in loadFromAttributes() 115 a.getResourceId(R.styleable.AppCompatTextHelper_android_drawableRight, 0)); in loadFromAttributes() 119 a.getResourceId(R.styleable.AppCompatTextHelper_android_drawableBottom, 0)); in loadFromAttributes() 123 a.getResourceId(R.styleable.AppCompatTextHelper_android_drawableStart, 0)); in loadFromAttributes() 127 a.getResourceId(R.styleable.AppCompatTextHelper_android_drawableEnd, 0)); in loadFromAttributes() 268 final int drawableLeftId = a.getResourceId( in loadFromAttributes() 273 final int drawableTopId = a.getResourceId( in loadFromAttributes() 278 final int drawableRightId = a.getResourceId( in loadFromAttributes() [all …]
|
| D | ViewStubCompat.java | 64 mInflatedId = a.getResourceId(R.styleable.ViewStubCompat_android_inflatedId, NO_ID); in ViewStubCompat() 65 mLayoutResource = a.getResourceId(R.styleable.ViewStubCompat_android_layout, 0); in ViewStubCompat() 67 setId(a.getResourceId(R.styleable.ViewStubCompat_android_id, NO_ID)); in ViewStubCompat()
|
| D | AppCompatCompoundButtonHelper.java | 58 final int resourceId = a.getResourceId(R.styleable.CompoundButton_buttonCompat, 0); in loadFromAttributes() 71 final int resourceId = a.getResourceId( in loadFromAttributes()
|
| D | AppCompatCheckedTextViewHelper.java | 62 final int resourceId = a.getResourceId(R.styleable.CheckedTextView_checkMarkCompat, in loadFromAttributes() 77 final int resourceId = a.getResourceId( in loadFromAttributes()
|
| D | ToolbarWidgetWrapper.java | 134 final int customNavId = a.getResourceId( in ToolbarWidgetWrapper() 158 final int titleTextStyle = a.getResourceId(R.styleable.ActionBar_titleTextStyle, 0); in ToolbarWidgetWrapper() 163 final int subtitleTextStyle = a.getResourceId( in ToolbarWidgetWrapper() 169 final int popupTheme = a.getResourceId(R.styleable.ActionBar_popupTheme, 0); in ToolbarWidgetWrapper()
|
| D | ActionBarContextView.java | 75 mTitleStyleRes = a.getResourceId( in ActionBarContextView() 77 mSubtitleStyleRes = a.getResourceId( in ActionBarContextView() 83 mCloseItemLayout = a.getResourceId( in ActionBarContextView()
|
| D | AppCompatBackgroundHelper.java | 56 mBackgroundResId = a.getResourceId( in loadFromAttributes()
|
| D | AppCompatImageHelper.java | 61 final int id = a.getResourceId(R.styleable.AppCompatImageView_srcCompat, -1); in loadFromAttributes()
|
| D | SearchView.java | 288 final int layoutResId = a.getResourceId( in SearchView() 321 mSuggestionRowLayout = a.getResourceId(R.styleable.SearchView_suggestionRowLayout, in SearchView() 323 mSuggestionCommitIconResId = a.getResourceId(R.styleable.SearchView_commitIcon, 0); in SearchView()
|
| D | Toolbar.java | 273 mTitleTextAppearance = a.getResourceId(R.styleable.Toolbar_titleTextAppearance, 0); in Toolbar() 274 mSubtitleTextAppearance = a.getResourceId(R.styleable.Toolbar_subtitleTextAppearance, 0); in Toolbar() 348 setPopupTheme(a.getResourceId(R.styleable.Toolbar_popupTheme, 0)); in Toolbar() 378 inflateMenu(a.getResourceId(R.styleable.Toolbar_menu, 0)); in Toolbar()
|
| D | AppCompatTextViewAutoSizeHelper.java | 188 final int autoSizeStepSizeArrayResId = a.getResourceId( in loadFromAttributes()
|
| D | AppCompatSpinner.java | 227 final int popupThemeResId = a.getResourceId(R.styleable.Spinner_popupTheme, 0); in AppCompatSpinner()
|
| D | SwitchCompat.java | 307 final int appearance = a.getResourceId( in SwitchCompat()
|
| /appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/ |
| D | AnimatedStateListDrawableCompat.java | 506 final int fromId = a.getResourceId( in parseTransition() 508 final int toId = a.getResourceId( in parseTransition() 511 final int drawableId = a.getResourceId( in parseTransition() 561 final int keyframeId = a.getResourceId(R.styleable.AnimatedStateListDrawableItem_android_id, in parseItem() 565 a.getResourceId(R.styleable.AnimatedStateListDrawableItem_android_drawable, -1); in parseItem()
|
| D | StateListDrawableCompat.java | 194 final int drawableId = a.getResourceId( in inflateChildElements()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/ |
| D | SupportMenuInflater.java | 386 groupId = a.getResourceId(R.styleable.MenuGroup_android_id, defaultGroupId); in readGroup() 406 itemId = a.getResourceId(R.styleable.MenuItem_android_id, defaultItemId); in readItem() 413 itemIconResId = a.getResourceId(R.styleable.MenuItem_android_icon, 0); in readItem() 435 itemActionViewLayout = a.getResourceId(R.styleable.MenuItem_actionLayout, 0); in readItem()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/app/ |
| D | AlertController.java | 192 mAlertDialogLayout = a.getResourceId(R.styleable.AlertDialog_android_layout, 0); in AlertController() 193 mButtonPanelSideLayout = a.getResourceId(R.styleable.AlertDialog_buttonPanelSideLayout, 0); in AlertController() 195 mListLayout = a.getResourceId(R.styleable.AlertDialog_listLayout, 0); in AlertController() 196 mMultiChoiceItemLayout = a.getResourceId(R.styleable.AlertDialog_multiChoiceItemLayout, 0); in AlertController() 198 .getResourceId(R.styleable.AlertDialog_singleChoiceItemLayout, 0); in AlertController() 199 mListItemLayout = a.getResourceId(R.styleable.AlertDialog_listItemLayout, 0); in AlertController()
|
| D | AppCompatViewInflater.java | 384 themeId = a.getResourceId(R.styleable.View_android_theme, 0); in themifyContext() 388 themeId = a.getResourceId(R.styleable.View_theme, 0); in themifyContext()
|
| D | AppCompatDelegateImpl.java | 3176 background = a.getResourceId( 3178 windowAnimations = a.getResourceId(
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/ |
| D | ListMenuItemView.java | 82 mTextAppearance = a.getResourceId(R.styleable. in ListMenuItemView()
|
| /appcompat/appcompat/src/main/ |
| D | baseline-prof.txt | 356 HSPLandroidx/appcompat/widget/TintTypedArray;->getResourceId(II)I
|
| /appcompat/appcompat/api/ |
| D | restricted_1.3.0-beta01.txt | 1986 method public int getResourceId(int, int);
|
| D | restricted_1.1.0-beta01.txt | 1984 method public int getResourceId(int, int);
|
| D | restricted_1.3.0-beta02.txt | 1986 method public int getResourceId(int, int);
|