HomeSort by relevance Sort by last modified time
    Searched refs:mNameConstant (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
ViewPropertyAnimatorRT.java 81 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant);
130 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant);
ViewPropertyAnimator.java 203 if (nameValuesHolder.mNameConstant == propertyConstant) {
232 * mNameConstant is used to set the appropriate field in View, and the from/delta
237 int mNameConstant;
241 mNameConstant = nameConstant;
    [all...]

Completed in 39 milliseconds