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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java173 private ZInterpolator mScaleInterpolator = new ZInterpolator(0.5f);
1777 private static class ZInterpolator { class in class:PhotoView
1780 public ZInterpolator(float foc) { method in class:PhotoView.ZInterpolator
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java1461 static class ZInterpolator implements TimeInterpolator { class in class:Workspace
1464 public ZInterpolator(float foc) { method in class:Workspace.ZInterpolator
1475 * The exact reverse of ZInterpolator.
1478 private ZInterpolator zInterpolator;
1480 zInterpolator = new ZInterpolator(foc);
1488 * ZInterpolator compounded with an ease-out.
1492 private final ZInterpolator zInterpolator = new ZInterpolator(0.13f);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1742 static class ZInterpolator implements TimeInterpolator { class in class:Workspace
1745 public ZInterpolator(float foc) { method in class:Workspace.ZInterpolator
1756 * The exact reverse of ZInterpolator.
1759 private ZInterpolator zInterpolator;
1761 zInterpolator = new ZInterpolator(foc);
1769 * ZInterpolator compounded with an ease-out.
1773 private final ZInterpolator zInterpolator = new ZInterpolator(0.13f);

Completed in 71 milliseconds