Home
last modified time | relevance | path

Searched refs:drawableId (Results 1 – 3 of 3) sorted by relevance

/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/
DContextMenu.android.kt157 internal enum class TextContextMenuItems(val key: Any, val stringId: Int, val drawableId: Int?) { constant in androidx.compose.foundation.text.TextContextMenuItems
161 drawableId = android.R.attr.actionModeCutDrawable
166 drawableId = android.R.attr.actionModeCopyDrawable
171 drawableId = android.R.attr.actionModePasteDrawable
176 drawableId = android.R.attr.actionModeSelectAllDrawable
187 drawableId = null
219 leadingIcon = item.drawableId, in textItem()
/compose/animation/animation-graphics/samples/src/main/java/androidx/compose/animation/graphics/samples/
DAnimatedVectorSample.kt42 fun AnimatedVector(@DrawableRes drawableId: Int) { in AnimatedVectorSample()
43 val image = AnimatedImageVector.animatedVectorResource(drawableId) in AnimatedVectorSample()
/compose/animation/animation-graphics/src/androidMain/kotlin/androidx/compose/animation/graphics/vector/compat/
DXmlAnimatedVectorParser.android.kt62 val drawableId = in parseAnimatedImageVector() constant
70 AnimatedImageVector(ImageVector.vectorResource(theme, res, drawableId), targets) in parseAnimatedImageVector()