Searched refs:mPropertyMask (Results 1 – 2 of 2) sorted by relevance
175 int mPropertyMask; field in ViewPropertyAnimator.PropertyBundle179 mPropertyMask = propertyMask; in PropertyBundle()194 if ((mPropertyMask & propertyConstant) != 0 && mNameValuesHolder != null) { in cancel()200 mPropertyMask &= ~propertyConstant; in cancel()948 if (bundle.mPropertyMask == NONE) { in animatePropertyBy()1145 int propertyMask = propertyBundle.mPropertyMask; in onAnimationUpdate()
84298 Landroid/view/ViewPropertyAnimator$PropertyBundle;->mPropertyMask:I