Java android.widget MediaController fields, constructors, methods, implement or subclass

Example usage for Java android.widget MediaController fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget MediaController.

The text is from its open source code.

Constructor

Method

voidsetAnchorView(View view)
Set the view that acts as the anchor for the control view.
voidsetPrevNextListeners(View.OnClickListener next, View.OnClickListener prev)
voidsetVisibility(@Visibility int visibility)
Set the visibility state of this view.
voidshow(int timeout)
Show the controller on screen.
voidshow()
Show the controller on screen.