Home | History | Annotate | Download | only in animation

Lines Matching defs:pvh

422         PropertyValuesHolder pvh = getPVH(arrayAnimator, valueType,
424 if (pvh != null) {
425 anim.setValues(pvh);
742 PropertyValuesHolder pvh = loadPvh(res, theme, parser, propertyName, valueType);
743 if (pvh == null) {
744 pvh = getPVH(a, valueType,
748 if (pvh != null) {
752 values.add(pvh);