Searched refs:DRAWABLE (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
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), 93 DRAWABLE, enumConstant
|
D | PartnerConfigHelper.java | 161 if (partnerConfig.getResourceType() != PartnerConfig.ResourceType.DRAWABLE) { in getDrawable()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
D | ControlViewHolderTest.kt | 94 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/ |
D | CustomTileMapperTest.kt | 199 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/ |
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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardQuickAffordanceInteractorSceneContainerTest.kt | 92 private val DRAWABLE = constant 352 icon = DRAWABLE, in onQuickAffordanceTriggered()
|
D | KeyguardQuickAffordanceInteractorParameterizedTest.kt | 92 private val DRAWABLE = constant 352 icon = DRAWABLE, in onQuickAffordanceTriggered()
|
/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/ |
D | FrameworkResources.java | 148 case DRAWABLE: in loadPublicResources()
|
D | ResourceRepository.java | 199 case DRAWABLE: size = 1508; break; in getResourceItem()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderDrawable.java | 78 if (resourceType != ResourceType.DRAWABLE && resourceType != ResourceType.MIPMAP) { in render()
|