Searched refs:fromInt (Results 1 – 13 of 13) sorted by relevance
42 public static FontSize fromInt(int value) { in fromInt() method in FontSize
238 TextAlignment align = TextAlignment.fromInt(alignValue); in retrieveTextAttribute()241 FontSize size = FontSize.fromInt(sizeValue); in retrieveTextAttribute()252 TextColor color = TextColor.fromInt(colorValue); in retrieveTextAttribute()
44 public static TextAlignment fromInt(int value) { in fromInt() method in TextAlignment
55 public static TextColor fromInt(int value) { in fromInt() method in TextColor
79 public static ComprehensionTlvTag fromInt(int value) { in fromInt() method in ComprehensionTlvTag
205 public static ResultCode fromInt(int value) { in fromInt() method in ResultCode
160 public static Tone fromInt(int value) { in fromInt() method in Tone
144 public static CommandType fromInt(int value) { in fromInt() method in AppInterface.CommandType
39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
153 mCurrentRilMessage.mResCode = ResultCode.fromInt(msg.arg1); in processMessage()
153 .fromInt(cmdDet.typeOfCommand); in make()608 .fromInt(cmdDet.typeOfCommand); in processSelectItem()888 tone = Tone.fromInt(toneVal); in processPlayTone()1076 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
635 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()990 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()