Modifier and Type | Class and Description |
---|---|
static interface |
DebugTextViewHelper.Provider
Provides debug information about an ongoing playback.
|
Constructor and Description |
---|
DebugTextViewHelper(DebugTextViewHelper.Provider debuggable,
TextView textView) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
start()
Starts periodic updates of the
TextView . |
void |
stop()
Stops periodic updates of the
TextView . |
public DebugTextViewHelper(DebugTextViewHelper.Provider debuggable, TextView textView)
debuggable
- The DebugTextViewHelper.Provider
from which debug information should be obtained.textView
- The TextView
that should be updated to display the information.