Home
last modified time | relevance | path

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 DPartnerConfig.java29 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 DPartnerConfigHelper.java163 if (partnerConfig.getResourceType() != PartnerConfig.ResourceType.DRAWABLE) { in getDrawable()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlViewHolderTest.kt90 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 DExternalResources.java158 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 DFrameworkResources.java148 case DRAWABLE: in loadPublicResources()
H A DResourceRepository.java199 case DRAWABLE: size = 1508; break; in getResourceItem()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java77 if (resourceType != ResourceType.DRAWABLE && resourceType != ResourceType.MIPMAP) { in render()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java133 ResourceType.DRAWABLE, "ic_menu_report_image")); in createBitmap()