Searched defs:fromValue (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRotateRepresentation.java48 public static Rotation fromValue(int value) { method in class:FilterRotateRepresentation.Rotation
179 Rotation r = Rotation.fromValue(reader.nextInt());
H A DFilterMirrorRepresentation.java52 public static Mirror fromValue(char value) { method in class:FilterMirrorRepresentation.Mirror
199 Mirror r = Mirror.fromValue((char) reader.nextInt());
/packages/apps/Launcher2/src/com/android/launcher2/
H A DInterruptibleInOutAnimator.java48 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) { argument
49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
51 mOriginalFromValue = fromValue;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInterruptibleInOutAnimator.java48 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) { argument
49 mAnimator = LauncherAnimUtils.ofFloat(view, fromValue, toValue).setDuration(duration);
51 mOriginalFromValue = fromValue;

Completed in 130 milliseconds