Searched refs:drawableId (Results 1 – 3 of 3) sorted by relevance
157 internal enum class TextContextMenuItems(val key: Any, val stringId: Int, val drawableId: Int?) { constant in androidx.compose.foundation.text.TextContextMenuItems161 drawableId = android.R.attr.actionModeCutDrawable166 drawableId = android.R.attr.actionModeCopyDrawable171 drawableId = android.R.attr.actionModePasteDrawable176 drawableId = android.R.attr.actionModeSelectAllDrawable187 drawableId = null219 leadingIcon = item.drawableId, in textItem()
42 fun AnimatedVector(@DrawableRes drawableId: Int) { in AnimatedVectorSample()43 val image = AnimatedImageVector.animatedVectorResource(drawableId) in AnimatedVectorSample()
62 val drawableId = in parseAnimatedImageVector() constant70 AnimatedImageVector(ImageVector.vectorResource(theme, res, drawableId), targets) in parseAnimatedImageVector()