/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | RegulatoryInfoDisplayActivityTest.java | 48 final int expectedResId = getResourceId("regulatory_info"); in getResourceId_noSkuProperty_shouldReturnDefaultLabel() 49 assertThat(mRegulatoryInfoDisplayActivity.getResourceId()).isEqualTo(expectedResId); in getResourceId_noSkuProperty_shouldReturnDefaultLabel() 57 final int expectedResId = getResourceId("regulatory_info_sku"); in getResourceId_noCooProperty_shouldReturnSkuLabel() 58 assertThat(mRegulatoryInfoDisplayActivity.getResourceId()).isEqualTo(expectedResId); in getResourceId_noCooProperty_shouldReturnSkuLabel() 66 final int expectedResId = getResourceId("regulatory_info_sku1_coo"); in getResourceId_hasSkuAndCooProperties_shouldReturnCooLabel() 67 assertThat(mRegulatoryInfoDisplayActivity.getResourceId()).isEqualTo(expectedResId); in getResourceId_hasSkuAndCooProperties_shouldReturnCooLabel() 75 final int expectedResId = getResourceId("regulatory_info_sku"); in getResourceId_noCorrespondingCooLabel_shouldReturnSkuLabel() 76 assertThat(mRegulatoryInfoDisplayActivity.getResourceId()).isEqualTo(expectedResId); in getResourceId_noCorrespondingCooLabel_shouldReturnSkuLabel() 79 private int getResourceId(String resourceName) { in getResourceId() method in RegulatoryInfoDisplayActivityTest
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | IconListPreference.java | 40 mSingleIconId = a.getResourceId( in IconListPreference() 42 mIconIds = getIds(res, a.getResourceId( in IconListPreference() 44 mLargeIconIds = getIds(res, a.getResourceId( in IconListPreference() 46 mImageIds = getIds(res, a.getResourceId( in IconListPreference() 81 ids[i] = array.getResourceId(i, 0); in getIds()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | MultiToggleImageButton.java | 286 int imageIds = a.getResourceId(R.styleable.MultiToggleImageButton_imageIds, 0); in parseAttributes() 290 int descIds = a.getResourceId(R.styleable.MultiToggleImageButton_contentDescriptionIds, 0); in parseAttributes() 306 mImageIds[i] = ids.getResourceId(i, 0); in overrideImageIds() 328 mDescIds[i] = ids.getResourceId(i, 0); in overrideContentDescriptions()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyPreviewDrawParams.java | 77 mPreviewBackgroundResId = mainKeyboardViewAttr.getResourceId( in KeyPreviewDrawParams() 81 mShowUpAnimatorResId = mainKeyboardViewAttr.getResourceId( in KeyPreviewDrawParams() 83 mDismissAnimatorResId = mainKeyboardViewAttr.getResourceId( in KeyPreviewDrawParams()
|
D | KeyboardBuilder.java | 277 params.mMoreKeysTemplate = keyboardAttr.getResourceId( in parseKeyboardAttributes() 286 final int resourceId = keyboardAttr.getResourceId( in parseKeyboardAttributes() 403 final int codesArrayId = gridRowAttr.getResourceId( in parseGridRows() 405 final int textsArrayId = gridRowAttr.getResourceId( in parseGridRows() 537 keyboardLayout = keyboardAttr.getResourceId( in parseIncludeInternal()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | EmojiPalettesView.java | 102 final int keyBackgroundId = keyboardViewAttr.getResourceId( in EmojiPalettesView() 104 mFunctionalKeyBackgroundId = keyboardViewAttr.getResourceId( in EmojiPalettesView() 106 mSpacebarBackgroundId = keyboardViewAttr.getResourceId( in EmojiPalettesView() 123 mCategoryIndicatorDrawableResId = emojiPalettesViewAttr.getResourceId( in EmojiPalettesView() 125 mCategoryIndicatorBackgroundResId = emojiPalettesViewAttr.getResourceId( in EmojiPalettesView()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/ |
D | CustomWidgetParser.java | 131 …info.initialLayout = a.getResourceId(R.styleable.CustomAppWidgetProviderInfo_android_initialLayout… in newInfo() 132 info.icon = a.getResourceId(R.styleable.CustomAppWidgetProviderInfo_android_icon, 0); in newInfo() 133 …info.previewImage = a.getResourceId(R.styleable.CustomAppWidgetProviderInfo_android_previewImage, … in newInfo()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MainKeyboardView.java | 227 final int languageOnSpacebarFadeoutAnimatorResId = mainKeyboardViewAttr.getResourceId( in MainKeyboardView() 229 final int altCodeKeyWhileTypingFadeoutAnimatorResId = mainKeyboardViewAttr.getResourceId( in MainKeyboardView() 231 final int altCodeKeyWhileTypingFadeinAnimatorResId = mainKeyboardViewAttr.getResourceId( in MainKeyboardView() 237 final int moreKeysKeyboardLayoutId = mainKeyboardViewAttr.getResourceId( in MainKeyboardView() 239 final int moreKeysKeyboardForActionLayoutId = mainKeyboardViewAttr.getResourceId( in MainKeyboardView()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | TwoStateButtonPreference.java | 51 final int textOnId = styledAttrs.getResourceId( in TwoStateButtonPreference() 54 final int textOffId = styledAttrs.getResourceId( in TwoStateButtonPreference()
|
D | VideoPreference.java | 84 ? attributes.getResourceId(R.styleable.VideoPreference_animation, 0) in initialize() 91 ? attributes.getResourceId(R.styleable.VideoPreference_preview, 0) in initialize()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | TwoStateButtonPreference.java | 51 final int textOnId = styledAttrs.getResourceId( in TwoStateButtonPreference() 54 final int textOffId = styledAttrs.getResourceId( in TwoStateButtonPreference()
|
D | VideoPreference.java | 81 ? attributes.getResourceId(R.styleable.VideoPreference_animation, 0) in initialize() 88 ? attributes.getResourceId(R.styleable.VideoPreference_preview, 0) in initialize()
|
/packages/apps/Car/Settings/src/com/android/car/settings/sound/ |
D | VolumeItemParser.java | 81 item.getResourceId(R.styleable.carVolumeItems_item_titleText, 0), in loadAudioUsageItems() 82 item.getResourceId(R.styleable.carVolumeItems_item_icon, 0))); in loadAudioUsageItems()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | RegulatoryInfoDisplayActivity.java | 84 resId = getResourceId(); in onCreate() 122 private int getResourceId() { in getResourceId() method in RegulatoryInfoDisplayActivity
|
/packages/apps/Settings/src/com/android/settings/ |
D | RegulatoryInfoDisplayActivity.java | 84 resId = getResourceId(); in onCreate() 123 int getResourceId() { in getResourceId() method in RegulatoryInfoDisplayActivity
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ |
D | SubRatingsFragment.java | 147 protected int getResourceId() { in getResourceId() method in SubRatingsFragment.RatingItem 192 protected int getResourceId() { in getResourceId() method in SubRatingsFragment.SubRatingItem
|
D | RatingsFragment.java | 318 protected int getResourceId() { in getResourceId() method in RatingsFragment.RatingItem 377 protected int getResourceId() { in getResourceId() method in RatingsFragment.AttributionItem
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | PackageIconLoader.java | 147 OpenResourceIdResult r = getResourceId(uri); in getDrawable() 186 private OpenResourceIdResult getResourceId(Uri uri) throws FileNotFoundException { in getResourceId() method in PackageIconLoader
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 1129 return colorRes.getResourceId(modeIndex, 0); in getCameraThemeColorId() 1148 return cameraModesIcons.getResourceId(modeIndex, 0); in getCameraModeIconResId() 1202 return shutterIcons.getResourceId(modeIndex, 0); in getCameraShutterIconId() 1239 return cameraModesIcons.getResourceId(modeIndex, 0); in getCameraModeCoverIconResId()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | FrameLayoutWithShadows.java | 165 setDefaultShadowResourceId(a.getResourceId( in initFromAttributes() 167 setDrawableBottomResourceId(a.getResourceId( in initFromAttributes()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | RadioButtonItem.java | 31 protected int getResourceId() { in getResourceId() method in RadioButtonItem
|
D | SwitchItem.java | 40 protected int getResourceId() { in getResourceId() method in SwitchItem
|
D | DividerItem.java | 34 protected int getResourceId() { in getResourceId() method in DividerItem
|
D | ActionItem.java | 37 protected int getResourceId() { in getResourceId() method in ActionItem
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DocumentsSwipeRefreshLayout.java | 48 @ColorRes int colorId = a.getResourceId(0, -1); in DocumentsSwipeRefreshLayout()
|