Home
last modified time | relevance | path

Searched refs:DRAWABLE (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
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),
93 DRAWABLE, enumConstant
DPartnerConfigHelper.java161 if (partnerConfig.getResourceType() != PartnerConfig.ResourceType.DRAWABLE) { in getDrawable()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlViewHolderTest.kt94 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) in updateStatusRow_customIconWithTint_iconTintRemains()
109 cvh.updateStatusRow(enabled = true, CONTROL_TITLE, DRAWABLE, COLOR, control) in updateStatusRow_customIconWithTintList_iconTintListRemains()
138 private val DRAWABLE = GradientDrawable() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileMapperTest.kt199 tileIcon: Icon = createIcon(DRAWABLE, false), in createModel()
240 icon: Drawable? = DRAWABLE, in createTileState()
265 val DRAWABLE = TestStubDrawable("icon_drawable") constant
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractorSceneContainerTest.kt92 private val DRAWABLE = constant
352 icon = DRAWABLE, in onQuickAffordanceTriggered()
DKeyguardQuickAffordanceInteractorParameterizedTest.kt92 private val DRAWABLE = constant
352 icon = DRAWABLE, in onQuickAffordanceTriggered()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/
DFrameworkResources.java148 case DRAWABLE: in loadPublicResources()
DResourceRepository.java199 case DRAWABLE: size = 1508; break; in getResourceItem()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderDrawable.java78 if (resourceType != ResourceType.DRAWABLE && resourceType != ResourceType.MIPMAP) { in render()