C - the native typepublic static interface WindowTransitionService.AnimationDelegate<C>
| Modifier and Type | Method and Description |
|---|---|
void |
animate(C window,
@NonNull java.lang.Runnable finished)
Animate the window
|
void animate(C window, @NonNull java.lang.Runnable finished)
window - the window to animatefinished - callback invoked when the animation is finished