Home
last modified time | relevance | path

Searched refs:clampScale (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java526 s = b.clampScale(s * getTargetScale(b)); in scaleBy()
1661 targetScale = clampScale(targetScale); in doAnimation()
1681 public float clampScale(float s) { in clampScale() method in PositionController.Box