public final class UISpringLoadedInteractionEffectState
extends java.lang.Object
- UISpringLoadedInteractionEffectStateInactive: the view is not engaged in springloading and should be displayed with its default style. - UISpringLoadedInteractionEffectStatePossible: the view may springload and should provide a visual cue to the user. The default effect highlights the view. - UISpringLoadedInteractionEffectStateActivating: the view is about to springload. The default effect will briefly flash while in this state. - UISpringLoadedInteractionEffectStateActivated: the view springloaded and the activation handler is called. The default effect will restore the view to its original appearance.
| Modifier and Type | Field and Description |
|---|---|
static long |
Activated |
static long |
Activating |
static long |
Inactive |
static long |
Possible |
public static final long Inactive
public static final long Possible
public static final long Activating
public static final long Activated