Home
SDK
Dev Guide
Reference
Blog
Community
Android.com
Package Index
|
Class Index
android
android.app
android.appwidget
android.content
android.content.pm
android.content.res
android.database
android.database.sqlite
android.graphics
android.graphics.drawable
android.graphics.drawable.shapes
android.hardware
android.inputmethodservice
android.location
android.media
android.net
android.net.http
android.net.wifi
android.opengl
android.os
android.preference
android.provider
android.sax
android.speech
android.telephony
android.telephony.gsm
android.test
android.test.mock
android.test.suitebuilder
android.text
android.text.format
android.text.method
android.text.style
android.text.util
android.util
android.view
android.view.animation
android.view.inputmethod
android.webkit
android.widget
com.android.internal.os
dalvik.bytecode
dalvik.system
java.awt.font
java.beans
java.io
java.lang
java.lang.annotation
java.lang.ref
java.lang.reflect
java.math
java.net
java.nio
java.nio.channels
java.nio.channels.spi
java.nio.charset
java.nio.charset.spi
java.security
java.security.acl
java.security.cert
java.security.interfaces
java.security.spec
java.sql
java.text
java.util
java.util.concurrent
java.util.concurrent.atomic
java.util.concurrent.locks
java.util.jar
java.util.logging
java.util.prefs
java.util.regex
java.util.zip
javax.crypto
javax.crypto.interfaces
javax.crypto.spec
javax.microedition.khronos.egl
javax.microedition.khronos.opengles
javax.net
javax.net.ssl
javax.security.auth
javax.security.auth.callback
javax.security.auth.login
javax.security.auth.x500
javax.security.cert
javax.sql
javax.xml
javax.xml.parsers
junit.framework
junit.runner
org.apache.http
org.apache.http.auth
org.apache.http.auth.params
org.apache.http.client
org.apache.http.client.entity
org.apache.http.client.methods
org.apache.http.client.params
org.apache.http.client.protocol
org.apache.http.client.utils
org.apache.http.conn
org.apache.http.conn.params
org.apache.http.conn.routing
org.apache.http.conn.scheme
org.apache.http.conn.ssl
org.apache.http.conn.util
org.apache.http.cookie
org.apache.http.cookie.params
org.apache.http.entity
org.apache.http.impl
org.apache.http.impl.auth
org.apache.http.impl.client
org.apache.http.impl.conn
org.apache.http.impl.conn.tsccm
org.apache.http.impl.cookie
org.apache.http.impl.entity
org.apache.http.impl.io
org.apache.http.io
org.apache.http.message
org.apache.http.params
org.apache.http.protocol
org.apache.http.util
org.json
org.w3c.dom
org.xml.sax
org.xml.sax.ext
org.xml.sax.helpers
org.xmlpull.v1
org.xmlpull.v1.sax2
Interfaces
AbsListView.OnScrollListener
AbsListView.RecyclerListener
Adapter
AdapterView.OnItemClickListener
AdapterView.OnItemLongClickListener
AdapterView.OnItemSelectedListener
AutoCompleteTextView.Validator
Checkable
Chronometer.OnChronometerTickListener
CompoundButton.OnCheckedChangeListener
DatePicker.OnDateChangedListener
ExpandableListAdapter
ExpandableListView.OnChildClickListener
ExpandableListView.OnGroupClickListener
ExpandableListView.OnGroupCollapseListener
ExpandableListView.OnGroupExpandListener
Filter.FilterListener
Filterable
FilterQueryProvider
ListAdapter
MediaController.MediaPlayerControl
MultiAutoCompleteTextView.Tokenizer
PopupWindow.OnDismissListener
RadioGroup.OnCheckedChangeListener
RatingBar.OnRatingBarChangeListener
SectionIndexer
SeekBar.OnSeekBarChangeListener
SimpleAdapter.ViewBinder
SimpleCursorAdapter.CursorToStringConverter
SimpleCursorAdapter.ViewBinder
SlidingDrawer.OnDrawerCloseListener
SlidingDrawer.OnDrawerOpenListener
SlidingDrawer.OnDrawerScrollListener
SpinnerAdapter
TabHost.OnTabChangeListener
TabHost.TabContentFactory
TextView.OnEditorActionListener
TimePicker.OnTimeChangedListener
ViewSwitcher.ViewFactory
WrapperListAdapter
Classes
AbsListView
AbsListView.LayoutParams
AbsoluteLayout
AbsoluteLayout.LayoutParams
AbsSeekBar
AbsSpinner
AdapterView
<T extends
Adapter
>
AdapterView.AdapterContextMenuInfo
AlphabetIndexer
AnalogClock
ArrayAdapter
<T>
AutoCompleteTextView
BaseAdapter
BaseExpandableListAdapter
Button
CheckBox
CheckedTextView
Chronometer
CompoundButton
CursorAdapter
CursorTreeAdapter
DatePicker
DialerFilter
DigitalClock
EditText
ExpandableListView
ExpandableListView.ExpandableListContextMenuInfo
Filter
Filter.FilterResults
FrameLayout
FrameLayout.LayoutParams
Gallery
Gallery.LayoutParams
GridView
HeaderViewListAdapter
HorizontalScrollView
ImageButton
ImageSwitcher
ImageView
LinearLayout
LinearLayout.LayoutParams
ListView
ListView.FixedViewInfo
MediaController
MultiAutoCompleteTextView
MultiAutoCompleteTextView.CommaTokenizer
PopupWindow
ProgressBar
RadioButton
RadioGroup
RadioGroup.LayoutParams
RatingBar
RelativeLayout
RelativeLayout.LayoutParams
RemoteViews
ResourceCursorAdapter
ResourceCursorTreeAdapter
Scroller
ScrollView
SeekBar
SimpleAdapter
SimpleCursorAdapter
SimpleCursorTreeAdapter
SimpleExpandableListAdapter
SlidingDrawer
Spinner
TabHost
TabHost.TabSpec
TableLayout
TableLayout.LayoutParams
TableRow
TableRow.LayoutParams
TabWidget
TextSwitcher
TextView
TextView.SavedState
TimePicker
Toast
ToggleButton
TwoLineListItem
VideoView
ViewAnimator
ViewFlipper
ViewSwitcher
ZoomButton
ZoomControls
Enums
ImageView.ScaleType
TextView.BufferType
Exceptions
RemoteViews.ActionException
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public static interface
MediaController.MediaPlayerControl
android.widget.MediaController.MediaPlayerControl
Known Indirect Subclasses
VideoView
VideoView
Displays a video file.
Summary
Public Methods
abstract int
getBufferPercentage
()
abstract int
getCurrentPosition
()
abstract int
getDuration
()
abstract boolean
isPlaying
()
abstract void
pause
()
abstract void
seekTo
(int pos)
abstract void
start
()
Public Methods
public abstract int
getBufferPercentage
()
public abstract int
getCurrentPosition
()
public abstract int
getDuration
()
public abstract boolean
isPlaying
()
public abstract void
pause
()
public abstract void
seekTo
(int pos)
public abstract void
start
()