Searched refs:DRAWABLE (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
H A D | PartnerConfig.java | 29 PartnerConfigKey.KEY_TOOLBAR_BUTTON_ICON_BACK, ResourceType.DRAWABLE), 32 PartnerConfigKey.KEY_TOOLBAR_BUTTON_ICON_CLOSE, ResourceType.DRAWABLE), 56 PartnerConfigKey.KEY_TOOLBAR_PRIMARY_BUTTON_BG, ResourceType.DRAWABLE), 65 PartnerConfigKey.KEY_TOOLBAR_SECONDARY_BUTTON_BG, ResourceType.DRAWABLE), 74 PartnerConfigKey.KEY_TOOLBAR_DIVIDER_BG, ResourceType.DRAWABLE), 90 DRAWABLE, enumConstant
|
H A D | PartnerConfigHelper.java | 163 if (partnerConfig.getResourceType() != PartnerConfig.ResourceType.DRAWABLE) { in getDrawable()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
H A D | ControlViewHolderTest.kt | 90 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) 105 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) 115 private val DRAWABLE = GradientDrawable() regex
|
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
H A D | ExternalResources.java | 158 return (Drawable) get(id, ResType.DRAWABLE); in getDrawable() 163 return (Drawable) get(id, ResType.DRAWABLE); in getDrawable() 187 new TypedResource<>(value, ResType.DRAWABLE, null)); in putDrawable()
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/ |
H A D | FrameworkResources.java | 148 case DRAWABLE: in loadPublicResources()
|
H A D | ResourceRepository.java | 199 case DRAWABLE: size = 1508; break; in getResourceItem()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderDrawable.java | 77 if (resourceType != ResourceType.DRAWABLE && resourceType != ResourceType.MIPMAP) { in render()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Bitmap_Delegate.java | 133 ResourceType.DRAWABLE, "ic_menu_report_image")); in createBitmap()
|