public static interface PlaybackControlView.VisibilityListener
Modifier and Type | Method and Description |
---|---|
void |
onVisibilityChange(int visibility)
Called when the visibility changes.
|
void onVisibilityChange(int visibility)
visibility
- The new visibility. Either View.VISIBLE
or View.GONE
.