Searched refs:friction (Results 1 – 9 of 9) sorted by relevance
190 public final void setFriction(float friction) { in setFriction() argument191 mDeceleration = computeDeceleration(friction); in setFriction()192 mFlingFriction = friction; in setFriction()195 private float computeDeceleration(float friction) { in computeDeceleration() argument199 * friction; in computeDeceleration()
132 public final void setFriction(float friction) { in setFriction() argument133 mScrollerX.setFriction(friction); in setFriction()134 mScrollerY.setFriction(friction); in setFriction()635 void setFriction(float friction) { in setFriction() argument636 mFlingFriction = friction; in setFriction()
4808 public void setFriction(float friction) {4812 mFlingRunnable.mScroller.setFriction(friction);
33 apps with the least amount of friction. Minimize the number of navigation steps required to
34 and friction of sign-in, while helping users keep their accounts secure.</li>
38 friction free.</li>
48 For example, when users fling a UI object, they should sense friction at the beginning that delays
77 scrolling physics (friction, velocity, etc.). The scroller itself doesn't
34 factor and glanceable nature of a wearable device, you can build low-friction apps that record and