Home
last modified time | relevance | path

Searched defs:fromInt (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/
DZenData.kt19 fun fromInt(zenMode: Int) = values().firstOrNull { it.zenMode == zenMode } in <lambda>() method
DWeatherData.kt115 fun fromInt(value: Int) = values().firstOrNull { it.id == value } in <lambda>() method
/frameworks/base/core/java/com/android/internal/graphics/palette/
DPointProvider.java27 float[] fromInt(@ColorInt int argb); in fromInt() method
DLABPointProvider.java42 public float[] fromInt(int color) { in fromInt() method in LABPointProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DFontSize.java42 public static FontSize fromInt(int value) { in fromInt() method in FontSize
DTextAlignment.java44 public static TextAlignment fromInt(int value) { in fromInt() method in TextAlignment
DTextColor.java55 public static TextColor fromInt(int value) { in fromInt() method in TextColor
DTone.java160 public static Tone fromInt(int value) { in fromInt() method in Tone
DComprehensionTlvTag.java80 public static ComprehensionTlvTag fromInt(int value) { in fromInt() method in ComprehensionTlvTag
DAppInterface.java145 public static CommandType fromInt(int value) { in fromInt() method in AppInterface.CommandType
DResultCode.java206 public static ResultCode fromInt(int value) { in fromInt() method in ResultCode
/frameworks/base/core/java/com/android/internal/graphics/cam/
DCam.java143 public static Cam fromInt(int argb) { in fromInt() method in Cam