Searched refs:mPropertyMask (Results 1 – 2 of 2) sorted by relevance
178 int mPropertyMask; field in ViewPropertyAnimator.PropertyBundle182 mPropertyMask = propertyMask; in PropertyBundle()197 if ((mPropertyMask & propertyConstant) != 0 && mNameValuesHolder != null) { in cancel()203 mPropertyMask &= ~propertyConstant; in cancel()952 if (bundle.mPropertyMask == NONE) { in animatePropertyBy()1155 int propertyMask = propertyBundle.mPropertyMask; in onAnimationUpdate()
63666 Landroid/view/ViewPropertyAnimator$PropertyBundle;->mPropertyMask:I