Home | History | Annotate | Download | only in sgv

Lines Matching refs:setFriction

128     public final void setFriction(float friction) {
129 mScrollerX.setFriction(friction);
130 mScrollerY.setFriction(friction);
638 void setFriction(float friction) {