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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java161 private ZInterpolator mScaleInterpolator = new ZInterpolator(0.5f);
1690 private static class ZInterpolator { class in class:PhotoView
1693 public ZInterpolator(float foc) { method in class:PhotoView.ZInterpolator
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java1438 static class ZInterpolator implements TimeInterpolator { class in class:Workspace
1441 public ZInterpolator(float foc) { method in class:Workspace.ZInterpolator
1452 * The exact reverse of ZInterpolator.
1455 private ZInterpolator zInterpolator;
1457 zInterpolator = new ZInterpolator(foc);
1465 * ZInterpolator compounded with an ease-out.
1469 private final ZInterpolator zInterpolator = new ZInterpolator(0.13f);

Completed in 117 milliseconds