Searched refs:propertyConstant (Results 1 – 1 of 1) sorted by relevance
193 boolean cancel(int propertyConstant) { in cancel() argument194 if ((mPropertyMask & propertyConstant) != 0 && mNameValuesHolder != null) { in cancel()198 if (nameValuesHolder.mNameConstant == propertyConstant) { in cancel()200 mPropertyMask &= ~propertyConstant; in cancel()974 private void setValue(int propertyConstant, float value) { in setValue() argument976 switch (propertyConstant) { in setValue()1023 private float getValue(int propertyConstant) { in getValue() argument1025 switch (propertyConstant) { in getValue()