Searched refs:propertyConstant (Results 1 – 1 of 1) sorted by relevance
196 boolean cancel(int propertyConstant) { in cancel() argument197 if ((mPropertyMask & propertyConstant) != 0 && mNameValuesHolder != null) { in cancel()201 if (nameValuesHolder.mNameConstant == propertyConstant) { in cancel()203 mPropertyMask &= ~propertyConstant; in cancel()983 private void setValue(int propertyConstant, float value) { in setValue() argument986 switch (propertyConstant) { in setValue()1033 private float getValue(int propertyConstant) { in getValue() argument1035 switch (propertyConstant) { in getValue()