Searched refs:frictionCoefficient (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java514 public void setFrictionCoefficient(float frictionCoefficient) { argument
515 mController.setFrictionCoefficient(frictionCoefficient);
H A DCarouselController.java701 public void setFrictionCoefficient(float frictionCoefficient) { argument
702 mFrictionCoefficient = frictionCoefficient;
704 mRenderScript.setFrictionCoefficient(frictionCoefficient);

Completed in 132 milliseconds