Searched defs:fromInt (Results 1 – 12 of 12) sorted by relevance
19 fun fromInt(zenMode: Int) = values().firstOrNull { it.zenMode == zenMode } in <lambda>() method
115 fun fromInt(value: Int) = values().firstOrNull { it.id == value } in <lambda>() method
27 float[] fromInt(@ColorInt int argb); in fromInt() method
42 public float[] fromInt(int color) { in fromInt() method in LABPointProvider
42 public static FontSize fromInt(int value) { in fromInt() method in FontSize
44 public static TextAlignment fromInt(int value) { in fromInt() method in TextAlignment
55 public static TextColor fromInt(int value) { in fromInt() method in TextColor
160 public static Tone fromInt(int value) { in fromInt() method in Tone
80 public static ComprehensionTlvTag fromInt(int value) { in fromInt() method in ComprehensionTlvTag
145 public static CommandType fromInt(int value) { in fromInt() method in AppInterface.CommandType
206 public static ResultCode fromInt(int value) { in fromInt() method in ResultCode
143 public static Cam fromInt(int argb) { in fromInt() method in Cam