Searched defs:Custom (Results 1 – 7 of 7) sorted by relevance
26 public class Custom { class30 public Custom() { in Custom() method in Custom
68 data class Custom(val backgroundColorInt: Int, val primaryTextColorInt: Int) : ColorsModel { in background() class
109 data class Custom(val icon: Icon) : SideViewIcon dataClass
73 Custom = 4, enumerator
140 public data class Custom(val customIconSize: Dp, val customTapTargetSize: Dp) : class in com.google.android.horologist.compose.material.ButtonSize
46 class Custom(val value: Float) : ArrowPosition() in <lambda>() class in com.android.wm.shell.shared.bubbles.BubblePopupDrawable.ArrowPosition
1193 struct Custom(u32, bool, String, Vec<String>); in test_custom_parcelable() struct1195 impl Serialize for Custom { in test_custom_parcelable() implementation1204 impl Deserialize for Custom { in test_custom_parcelable() implementation