Searched refs:toType (Results 1 – 1 of 1) sorted by relevance
280 int toType = hasTo ? tvTo.type : 0; in getPVH() local284 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) { in getPVH()340 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()351 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()370 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()372 } else if (isColorType(toType)) { in getPVH()383 if (toType == TypedValue.TYPE_DIMENSION) { in getPVH()385 } else if (isColorType(toType)) { in getPVH()571 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) { in setupValues() argument584 if (toType == TypedValue.TYPE_DIMENSION) { in setupValues()[all …]