Searched refs:LinearAnimation (Results 1 – 2 of 2) sorted by relevance
113 private LinearAnimation mXFade;114 private LinearAnimation mFadeIn;247 mFadeIn = new LinearAnimation(0, 1); in fadeIn()520 mXFade = new LinearAnimation(1, 0); in openCurrentItem()803 private class LinearAnimation extends Animation { class in PieRenderer808 public LinearAnimation(float from, float to) { in LinearAnimation() method in PieRenderer.LinearAnimation
111 private LinearAnimation xFade;112 private LinearAnimation fadeIn;250 fadeIn = new LinearAnimation(0, 1); in fadeIn()520 xFade = new LinearAnimation(1, 0); in openCurrentItem()794 private static class LinearAnimation extends Animation { class in PieRenderer799 public LinearAnimation(float from, float to) { in LinearAnimation() method in PieRenderer.LinearAnimation