Home | History | Annotate | Download | only in animation

Lines Matching refs:tvFrom

275         TypedValue tvFrom = styledAttributes.peekValue(valueFromId);
276 boolean hasFrom = (tvFrom != null);
277 int fromType = hasFrom ? tvFrom.type : 0;
794 TypedValue tvFrom = styledAttributes.peekValue(valueFromId);
795 boolean hasFrom = (tvFrom != null);
796 int fromType = hasFrom ? tvFrom.type : 0;