Searched defs:RSSpringModel (Results 1 – 3 of 3) sorted by relevance
318 template class RSSpringModel<float>; variable319 template class RSSpringModel<Color>; variable320 template class RSSpringModel<Matrix3f>; variable321 template class RSSpringModel<RRect>; variable
63 RSSpringModel() {}; in RSSpringModel() function65 … explicit RSSpringModel(float response, float dampingRatio, const RSAnimatableType& initialOffset, in RSSpringModel() function
171 friend class RSSpringModel; variable