HomeSort by relevance Sort by last modified time
    Searched refs:onCalculate (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
FloatAnimation.java 33 protected void onCalculate(float progress) {
Animation.java 34 // In step 3, onCalculate(float progress) is called so subclasses can calculate
37 // Before onCalculate(float) is called, There is an optional interpolator which
40 // to onCalculate may be (for example, the overshoot effect).
86 onCalculate(i != null ? i.getInterpolation(x) : x);
91 abstract protected void onCalculate(float progress);
AlphaAnimation.java 44 protected void onCalculate(float progress) {
StateTransitionAnimation.java 129 protected void onCalculate(float progress) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 159 protected void onCalculate(float progress) {
PhotoFallbackEffect.java 157 protected void onCalculate(float progress) {
SlotView.java 340 protected void onCalculate(float progress) {
783 protected void onCalculate(float progress) {

Completed in 2636 milliseconds