# Print output for @column tags ?>
public
static
interface
SlidingDrawer.OnDrawerScrollListener
| android.widget.SlidingDrawer.OnDrawerScrollListener |
Callback invoked when the drawer is scrolled.
Public methods | |
|---|---|
abstract
void
|
onScrollEnded()
Invoked when the user stops dragging/flinging the drawer's handle. |
abstract
void
|
onScrollStarted()
Invoked when the user starts dragging/flinging the drawer's handle. |
public abstract void onScrollEnded ()
Invoked when the user stops dragging/flinging the drawer's handle.
public abstract void onScrollStarted ()
Invoked when the user starts dragging/flinging the drawer's handle.