Example usage for Java android.widget MediaController fields, constructors, methods, implement or subclass
The text is from its open source code.
MediaController(Context context) | |
MediaController(Context context, AttributeSet attrs) | |
MediaController(Context context, boolean useFastForward) |
void | setAnchorView(View view) Set the view that acts as the anchor for the control view. |
void | setPrevNextListeners(View.OnClickListener next, View.OnClickListener prev) |
void | setVisibility(@Visibility int visibility) Set the visibility state of this view. |
void | show(int timeout) Show the controller on screen. |
void | show() Show the controller on screen. |