Home | History | Annotate | Download | only in widget

Lines Matching defs:setFriction

127     public final void setFriction(float friction) {
128 mScrollerX.setFriction(friction);
129 mScrollerY.setFriction(friction);
647 void setFriction(float friction) {