public class GalleryGroupResizeEffect extends AbstractEffect
Animation used internally on collapse / expand events. Should not be used directly.
NOTE: THIS WIDGET AND ITS API ARE STILL UNDER DEVELOPMENT.
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
dest |
(package private) int |
diff |
(package private) GalleryItem |
item |
(package private) int |
src |
done, easingFunction, length, runnableOnCancel, runnableOnStop| Constructor and Description |
|---|
GalleryGroupResizeEffect(GalleryItem item,
int src,
int dest,
long lengthMilli,
IMovement movement,
java.lang.Runnable onStop,
java.lang.Runnable onCancel)
Set up a new resize effect on a gallery item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyEffect(long currentTime)
Apply this effect.
|
cancel, doCancel, doEffect, doEffect, doStop, getLength, isDone, processEndint src
int dest
int diff
GalleryItem item
public GalleryGroupResizeEffect(GalleryItem item, int src, int dest, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
item - src - dest - lengthMilli - movement - onStop - onCancel - public void applyEffect(long currentTime)
AbstractEffectapplyEffect in class AbstractEffectorg.sharemedia.ui.sat.AbstractEffect#applyEffect(long)