Searched defs:onCalculate (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DAlphaAnimation.java44 protected void onCalculate(float progress) { method in class:AlphaAnimation
H A DFloatAnimation.java33 protected void onCalculate(float progress) { method in class:FloatAnimation
H A DAnimation.java34 // 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); method in class:Animation
H A DStateTransitionAnimation.java129 protected void onCalculate(float progress) { method in class:StateTransitionAnimation
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoFallbackEffect.java155 protected void onCalculate(float progress) { method in class:PhotoFallbackEffect
H A DSlideshowView.java162 protected void onCalculate(float progress) { method in class:SlideshowView.SlideshowAnimation
H A DCropView.java357 protected void onCalculate(float progress) { method in class:CropView.AnimationController
H A DSlotView.java339 protected void onCalculate(float progress) { method in class:SlotView.SlotAnimation
782 protected void onCalculate(float progress) { method in class:SlotView.IntegerAnimation

Completed in 82 milliseconds