Home | History | Annotate | Download | only in drawable

Lines Matching defs:pvh

601                 PropertyValuesHolder pvh = holders[i];
602 String propertyName = pvh.getPropertyName();
612 if (containsSameValueType(pvh, property)) {
613 pvh.setProperty(property);
617 + "type defined in resources: " + pvh.getValueType().toString());