Searched defs:toScale (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DPieRenderer.java736 float toScale) {
738 toScale);
742 float fromScale, float toScale) {
746 mAnimation.setScale(fromScale, toScale);
735 startAnimation(long duration, boolean timeout, float toScale) argument
741 startAnimation(long duration, boolean timeout, float fromScale, float toScale) argument
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DPieRenderer.java996 float toScale) {
998 toScale);
1002 float fromScale, float toScale) {
1006 mAnimation.setScale(fromScale, toScale);
995 startAnimation(long duration, boolean timeout, float toScale) argument
1001 startAnimation(long duration, boolean timeout, float fromScale, float toScale) argument

Completed in 27 milliseconds