Searched refs:fromInt (Results 1 – 13 of 13) sorted by relevance
240 TextAlignment align = TextAlignment.fromInt(alignValue); in retrieveTextAttribute()243 FontSize size = FontSize.fromInt(sizeValue); in retrieveTextAttribute()254 TextColor color = TextColor.fromInt(colorValue); in retrieveTextAttribute()
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
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
144 .fromInt(cmdDet.typeOfCommand); in make()599 .fromInt(cmdDet.typeOfCommand); in processSelectItem()879 tone = Tone.fromInt(toneVal); in processPlayTone()1067 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
152 mCurrentRilMessage.mResCode = ResultCode.fromInt(msg.arg1); in processMessage()
39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
638 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()993 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()