Home | History | Annotate | Download | only in animation

Lines Matching defs:numParams

1434                     int numParams = values.length;
1436 mJniSetter = nGetMultipleFloatMethod(targetClass, methodName, numParams);
1439 mJniSetter = nGetMultipleFloatMethod(targetClass, mPropertyName, numParams);
1537 int numParams = values.length;
1539 mJniSetter = nGetMultipleIntMethod(targetClass, methodName, numParams);
1542 mJniSetter = nGetMultipleIntMethod(targetClass, mPropertyName, numParams);
1597 int numParams);
1599 int numParams);