|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FadeTrackerCallback
Callback for the fade tracker. Is used when the application (some UI delegate) wishes to execute some code on the fade.
Method Summary | |
---|---|
void |
fadeEnded(FadeKind fadeKind)
Indicates that the fade sequence has ended. |
void |
fadePerformed(FadeKind fadeKind,
float fadeCycle10)
Indicates that a single cycle of fade has been performed. |
void |
fadeReversed(FadeKind fadeKind,
boolean isFadingIn,
float fadeCycle10)
Indicates that the fade sequence has been reversed. |
Method Detail |
---|
void fadePerformed(FadeKind fadeKind, float fadeCycle10)
fadeKind
- Fade animation kind.fadeCycle10
- The current fade cycle. Is guaranteed to be in 0.0-10.0 range.void fadeEnded(FadeKind fadeKind)
fadeKind
- Fade animation kind.void fadeReversed(FadeKind fadeKind, boolean isFadingIn, float fadeCycle10)
fadeKind
- Fade animation kind.isFadingIn
- Indicates the new direction of fade.fadeCycle10
- Indicates the new value of fade cycle.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |