Home | History | Annotate | Download | only in drawable

Lines Matching defs:propertyXName

398         //    defined in propertyXName or propertyYName attribute, the path will be defined in the
403 String propertyXName = TypedArrayUtils.getNamedString(arrayObjectAnimator, parser,
404 "propertyXName", AndroidResources.STYLEABLE_PROPERTY_ANIMATOR_PROPERTY_X_NAME);
414 if (propertyXName == null && propertyYName == null) {
416 + " propertyXName or propertyYName is needed for PathData");
419 setupPathMotion(path, oa, 0.5f * pixelSize, propertyXName, propertyYName);
434 String propertyXName, String propertyYName) {
482 if (propertyXName != null) {
483 x = PropertyValuesHolder.ofFloat(propertyXName, mX);