Searched refs:startA (Results 1 – 4 of 4) sorted by relevance
59 float startA = ((startInt >> 24) & 0xff) / 255.0f; in evaluate() local80 float a = startA + fraction * (endA - startA); in evaluate()
38 int startA = (start >> 24) & 0xff; in interpolateColor() local48 return (int)((startA + (int)(fraction * (endA - startA))) << 24) | in interpolateColor()
292 int startA = (startInt >> 24) & 0xff; in evaluate() local302 return (int)((startA + (int)(fraction * (endA - startA))) << 24) | in evaluate()
819 startA(mSpannableStringBuilder, attributes); in handleStartTag()1169 private static void startA(Editable text, Attributes attributes) { in startA() method in HtmlToSpannedConverter