Searched refs:fromType (Results 1 – 3 of 3) sorted by relevance
277 int fromType = hasFrom ? tvFrom.type : 0; in getPVH() local284 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) { in getPVH()334 if (fromType == TypedValue.TYPE_DIMENSION) { in getPVH()362 if (fromType == TypedValue.TYPE_DIMENSION) { in getPVH()364 } else if (isColorType(fromType)) { in getPVH()571 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) { in setupValues() argument578 if (fromType == TypedValue.TYPE_DIMENSION) { in setupValues()605 if (fromType == TypedValue.TYPE_DIMENSION) { in setupValues()607 } else if (isColorType(fromType)) { in setupValues()800 int fromType = hasFrom ? tvFrom.type : 0; in inferValueTypeFromValues() local[all …]
208 int fromType = hasFrom ? tvFrom.type : 0; in getPVH() local215 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) { in getPVH()265 if (fromType == TypedValue.TYPE_DIMENSION) { in getPVH()293 if (fromType == TypedValue.TYPE_DIMENSION) { in getPVH()295 } else if (isColorType(fromType)) { in getPVH()657 int fromType = hasFrom ? tvFrom.type : 0; in inferValueTypeFromValues() local664 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) { in inferValueTypeFromValues()
379 String fromType = getQualifiedName(parameters.get(0).asType()); in addConversionMethod() local382 HashMap<String, MethodDescription> convertTo = mStore.conversionMethods.get(fromType); in addConversionMethod()385 mStore.conversionMethods.put(fromType, convertTo); in addConversionMethod()