public class ControlPanel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected GestureDetector |
mGestureDetector |
| Constructor and Description |
|---|
ControlPanel(Context context) |
ControlPanel(Context context,
AttributeSet attrs) |
ControlPanel(Context context,
AttributeSet attrs,
int defStyleAttr) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterFullScreen(int screenOrientation) |
protected int |
getResourceId() |
protected void |
init(Context context) |
void |
onBufferingUpdate(int progress) |
void |
onClick(View v) |
protected void |
onDetachedFromWindow() |
void |
onEnterSecondScreen() |
void |
onExitSecondScreen() |
void |
onInfo(int what,
int extra) |
void |
onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser) |
void |
onProgressUpdate(int progress,
long position,
long duration) |
void |
onSeekComplete() |
void |
onStartTrackingTouch(SeekBar seekBar) |
void |
onStateError() |
void |
onStateIdle() |
void |
onStatePaused() |
void |
onStatePlaybackCompleted() |
void |
onStatePlaying() |
void |
onStatePrepared() |
void |
onStatePreparing() |
void |
onStopTrackingTouch(SeekBar seekBar) |
boolean |
onTouch(View v,
MotionEvent event) |
void |
showWifiAlert() |
void |
SynchronizeViewState() |
public ControlPanel(Context context)
public ControlPanel(Context context,
AttributeSet attrs)
public ControlPanel(Context context,
AttributeSet attrs,
int defStyleAttr)
protected int getResourceId()
protected void init(Context context)
public void onStateError()
public void onStateIdle()
public void onStatePreparing()
public void onStatePrepared()
public void onStatePlaying()
public void onStatePaused()
public void onStatePlaybackCompleted()
public void onSeekComplete()
public void onBufferingUpdate(int progress)
public void onInfo(int what,
int extra)
public void onProgressUpdate(int progress,
long position,
long duration)
public void onEnterSecondScreen()
public void onExitSecondScreen()
public void onStartTrackingTouch(SeekBar seekBar)
public void onStopTrackingTouch(SeekBar seekBar)
public void onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser)
public void showWifiAlert()
public void onClick(View v)
public void enterFullScreen(int screenOrientation)
public boolean onTouch(View v,
MotionEvent event)
public void SynchronizeViewState()
protected void onDetachedFromWindow()