belongs to Maven artifact com.android.support:wear:28.0.0-alpha1
SwipeDismissFrameLayout.Callback
public
static
abstract
class
SwipeDismissFrameLayout.Callback
extends Object
java.lang.Object | |
↳ | android.support.wear.widget.SwipeDismissFrameLayout.Callback |
Implement this callback to act on particular stages of the dismissal.
Summary
Public constructors | |
---|---|
SwipeDismissFrameLayout.Callback()
|
Public methods | |
---|---|
void
|
onDismissed(SwipeDismissFrameLayout layout)
Notifies listeners the dismissal is complete and the view now off screen. |
void
|
onSwipeCanceled(SwipeDismissFrameLayout layout)
Notifies listeners that the swipe gesture has ended without a dismissal. |
void
|
onSwipeStarted(SwipeDismissFrameLayout layout)
Notifies listeners that the view is now being dragged as part of a dismiss gesture. |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
Public constructors
Public methods
onDismissed
void onDismissed (SwipeDismissFrameLayout layout)
Notifies listeners the dismissal is complete and the view now off screen.
Parameters | |
---|---|
layout |
SwipeDismissFrameLayout : The layout associated with this callback.
|
onSwipeCanceled
void onSwipeCanceled (SwipeDismissFrameLayout layout)
Notifies listeners that the swipe gesture has ended without a dismissal.
Parameters | |
---|---|
layout |
SwipeDismissFrameLayout : The layout associated with this callback.
|
onSwipeStarted
void onSwipeStarted (SwipeDismissFrameLayout layout)
Notifies listeners that the view is now being dragged as part of a dismiss gesture.
Parameters | |
---|---|
layout |
SwipeDismissFrameLayout : The layout associated with this callback.
|
Interfaces
Classes