Home | History | Annotate | Download | only in animation

Lines Matching refs:tvTo

278         TypedValue tvTo = styledAttributes.peekValue(valueToId);
279 boolean hasTo = (tvTo != null);
280 int toType = hasTo ? tvTo.type : 0;
797 TypedValue tvTo = styledAttributes.peekValue(valueToId);
798 boolean hasTo = (tvTo != null);
799 int toType = hasTo ? tvTo.type : 0;