Searched refs:intToComplex (Results 1 – 2 of 2) sorted by relevance
129 assertEquals(value.toFloat(), TypedValue.complexToFloat(TypedValue.intToComplex(value)))136 TypedValue.intToComplex(0x800000)142 TypedValue.intToComplex(-0x800001)
599 public static int intToComplex(int value) { in intToComplex() method in TypedValue666 return intToComplex(value) | units; in createComplexDimension()