WearableDrawerView.DrawerState
public
static
abstract
@interface
WearableDrawerView.DrawerState
implements
Annotation
android.support.wearable.view.drawer.WearableDrawerView.DrawerState |
Enumeration of possible drawer states.
Summary
Constants | |
---|---|
int |
STATE_DRAGGING
Indicates that the drawer is currently being dragged by the user. |
int |
STATE_IDLE
Indicates that the drawer is in an idle, settled state. |
int |
STATE_SETTLING
Indicates that the drawer is in the process of settling to a final position. |
Inherited methods | |
---|---|
![]()
java.lang.annotation.Annotation
|
Constants
STATE_DRAGGING
int STATE_DRAGGING
Indicates that the drawer is currently being dragged by the user.
Constant Value: 1 (0x00000001)
STATE_IDLE
int STATE_IDLE
Indicates that the drawer is in an idle, settled state. No animation is in progress.
Constant Value: 0 (0x00000000)
STATE_SETTLING
int STATE_SETTLING
Indicates that the drawer is in the process of settling to a final position.
Constant Value: 2 (0x00000002)
Annotations
Interfaces
Classes