Home
last modified time | relevance | path

Searched refs:getResourceId (Results 1 – 25 of 35) sorted by relevance

12

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DTintTypedArray.java81 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()
DAppCompatTextHelper.java103 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 …]
DViewStubCompat.java64 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()
DAppCompatCompoundButtonHelper.java58 final int resourceId = a.getResourceId(R.styleable.CompoundButton_buttonCompat, 0); in loadFromAttributes()
71 final int resourceId = a.getResourceId( in loadFromAttributes()
DAppCompatCheckedTextViewHelper.java62 final int resourceId = a.getResourceId(R.styleable.CheckedTextView_checkMarkCompat, in loadFromAttributes()
77 final int resourceId = a.getResourceId( in loadFromAttributes()
DToolbarWidgetWrapper.java134 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()
DActionBarContextView.java75 mTitleStyleRes = a.getResourceId( in ActionBarContextView()
77 mSubtitleStyleRes = a.getResourceId( in ActionBarContextView()
83 mCloseItemLayout = a.getResourceId( in ActionBarContextView()
DAppCompatBackgroundHelper.java56 mBackgroundResId = a.getResourceId( in loadFromAttributes()
DAppCompatImageHelper.java61 final int id = a.getResourceId(R.styleable.AppCompatImageView_srcCompat, -1); in loadFromAttributes()
DSearchView.java288 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()
DToolbar.java273 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()
DAppCompatTextViewAutoSizeHelper.java188 final int autoSizeStepSizeArrayResId = a.getResourceId( in loadFromAttributes()
DAppCompatSpinner.java227 final int popupThemeResId = a.getResourceId(R.styleable.Spinner_popupTheme, 0); in AppCompatSpinner()
DSwitchCompat.java307 final int appearance = a.getResourceId( in SwitchCompat()
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/
DAnimatedStateListDrawableCompat.java506 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()
DStateListDrawableCompat.java194 final int drawableId = a.getResourceId( in inflateChildElements()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/
DSupportMenuInflater.java386 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/
DAlertController.java192 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()
DAppCompatViewInflater.java384 themeId = a.getResourceId(R.styleable.View_android_theme, 0); in themifyContext()
388 themeId = a.getResourceId(R.styleable.View_theme, 0); in themifyContext()
DAppCompatDelegateImpl.java3176 background = a.getResourceId(
3178 windowAnimations = a.getResourceId(
/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DListMenuItemView.java82 mTextAppearance = a.getResourceId(R.styleable. in ListMenuItemView()
/appcompat/appcompat/src/main/
Dbaseline-prof.txt356 HSPLandroidx/appcompat/widget/TintTypedArray;->getResourceId(II)I
/appcompat/appcompat/api/
Drestricted_1.3.0-beta01.txt1986 method public int getResourceId(int, int);
Drestricted_1.1.0-beta01.txt1984 method public int getResourceId(int, int);
Drestricted_1.3.0-beta02.txt1986 method public int getResourceId(int, int);

12