Home
last modified time | relevance | path

Searched defs:fromInt (Results 1 – 14 of 14) 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.kt141 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
DComprehensionTlvTag.java80 public static ComprehensionTlvTag fromInt(int value) { in fromInt() method in ComprehensionTlvTag
DTone.java160 public static Tone fromInt(int value) { in fromInt() method in Tone
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/widget/remotecompose/core/semantics/
DAccessibleComponent.java143 public static Role fromInt(int i) { in fromInt() method in AccessibleComponent.Role
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
DDimensionModifierOperation.java40 static Type fromInt(int value) { in fromInt() method in DimensionModifierOperation.Type
/frameworks/base/core/java/com/android/internal/graphics/cam/
DCam.java145 public static Cam fromInt(int argb) { in fromInt() method in Cam