OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mediaplayercontrol
(Results
1 - 21
of
21
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java
119
args = {android.widget.MediaController.
MediaPlayerControl
.class}
133
final MockMediaPlayerControl
mediaPlayerControl
= new MockMediaPlayerControl();
134
mMediaController.setMediaPlayer(
mediaPlayerControl
);
152
mMediaController.setMediaPlayer(
mediaPlayerControl
);
192
final MockMediaPlayerControl
mediaPlayerControl
= new MockMediaPlayerControl();
193
mMediaController.setMediaPlayer(
mediaPlayerControl
);
275
final MockMediaPlayerControl
mediaPlayerControl
= new MockMediaPlayerControl();
276
mMediaController.setMediaPlayer(
mediaPlayerControl
);
314
final MockMediaPlayerControl
mediaPlayerControl
= new MockMediaPlayerControl();
318
mMediaController.setMediaPlayer(
mediaPlayerControl
);
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/5/changes/
android.widget.MediaController.MediaPlayerControl.html
10
android.widget.MediaController.
MediaPlayerControl
74
Interface android.widget.<A HREF="../../../../reference/android/widget/MediaController.
MediaPlayerControl
.html" target="_top"><font size="+2"><code>MediaController.
MediaPlayerControl
</code></font></A>
86
<A NAME="android.widget.MediaController.
MediaPlayerControl
.canPause_added()"></A>
87
<nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/MediaController.
MediaPlayerControl
.html#canPause()" target="_top"><code>canPause</code></A>()</nobr>
93
<A NAME="android.widget.MediaController.
MediaPlayerControl
.canSeekBackward_added()"></A>
94
<nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/MediaController.
MediaPlayerControl
.html#canSeekBackward()" target="_top"><code>canSeekBackward</code></A>()</nobr>
100
<A NAME="android.widget.MediaController.
MediaPlayerControl
.canSeekForward_added()"></A>
101
<nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/MediaController.
MediaPlayerControl
.html#canSeekForward()" target="_top"><code>canSeekForward</code></A>()</nobr>
pkg_android.widget.html
113
<A NAME="MediaController.
MediaPlayerControl
"></A>
114
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html"><I>MediaController.
MediaPlayerControl
</I></A></nobr>
methods_index_additions.html
155
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canPause_added()" class="hiddenlink" target="rightframe">type <b>
156
()</b> in android.widget.MediaController.
MediaPlayerControl
162
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canSeekBackward_added()" class="hiddenlink" target="rightframe">type <b>
163
()</b> in android.widget.MediaController.
MediaPlayerControl
169
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canSeekForward_added()" class="hiddenlink" target="rightframe">type <b>
170
()</b> in android.widget.MediaController.
MediaPlayerControl
[
all
...]
methods_index_all.html
179
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canPause_added()" class="hiddenlink" target="rightframe">type <b>
180
()</b> in android.widget.MediaController.
MediaPlayerControl
186
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canSeekBackward_added()" class="hiddenlink" target="rightframe">type <b>
187
()</b> in android.widget.MediaController.
MediaPlayerControl
193
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canSeekForward_added()" class="hiddenlink" target="rightframe">type <b>
194
()</b> in android.widget.MediaController.
MediaPlayerControl
[
all
...]
jdiff_statistics.html
503
<TD><A HREF="android.widget.MediaController.
MediaPlayerControl
.html">
504
<i>android.widget.MediaController.
MediaPlayerControl
</i></A></TD>
alldiffs_index_additions.html
310
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canPause_added()" class="hiddenlink" target="rightframe">type <b>
311
()</b> in android.widget.MediaController.
MediaPlayerControl
319
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canSeekBackward_added()" class="hiddenlink" target="rightframe">type <b>
320
()</b> in android.widget.MediaController.
MediaPlayerControl
328
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canSeekForward_added()" class="hiddenlink" target="rightframe">type <b>
329
()</b> in android.widget.MediaController.
MediaPlayerControl
[
all
...]
classes_index_changes.html
376
<A HREF="android.widget.MediaController.
MediaPlayerControl
.html" class="hiddenlink" target="rightframe"><i>MediaController.
MediaPlayerControl
</i></A><br>
[
all
...]
alldiffs_index_all.html
462
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canPause_added()" class="hiddenlink" target="rightframe">type <b>
463
()</b> in android.widget.MediaController.
MediaPlayerControl
471
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canSeekBackward_added()" class="hiddenlink" target="rightframe">type <b>
472
()</b> in android.widget.MediaController.
MediaPlayerControl
480
<nobr><A HREF="android.widget.MediaController.
MediaPlayerControl
.html#android.widget.MediaController.
MediaPlayerControl
.canSeekForward_added()" class="hiddenlink" target="rightframe">type <b>
481
()</b> in android.widget.MediaController.
MediaPlayerControl
[
all
...]
classes_index_all.html
[
all
...]
alldiffs_index_changes.html
[
all
...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java
51
import android.widget.MediaController.
MediaPlayerControl
;
68
private static class RgbView extends View implements
MediaPlayerControl
{
VideoDumpView.java
56
import android.widget.MediaController.
MediaPlayerControl
;
66
class VideoDumpView extends GLSurfaceView implements
MediaPlayerControl
{
/frameworks/base/core/java/android/webkit/
HTML5VideoFullScreen.java
18
import android.widget.MediaController.
MediaPlayerControl
;
25
implements
MediaPlayerControl
, MediaPlayer.OnPreparedListener,
/packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java
53
import android.widget.MediaController.
MediaPlayerControl
;
321
private class SmilPlayerController implements
MediaPlayerControl
{
/frameworks/base/core/java/android/widget/
VideoView.java
37
import android.widget.MediaController.
MediaPlayerControl
;
49
public class VideoView extends SurfaceView implements
MediaPlayerControl
{
MediaController.java
71
private
MediaPlayerControl
mPlayer;
197
public void setMediaPlayer(
MediaPlayerControl
player) {
646
public interface
MediaPlayerControl
{
/frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt
103
NO DOC BLOCK: android.widget.MediaController.
MediaPlayerControl
Method canPause()
105
NO DOC BLOCK: android.widget.MediaController.
MediaPlayerControl
Method canSeekBackward()
107
NO DOC BLOCK: android.widget.MediaController.
MediaPlayerControl
Method canSeekForward()
[
all
...]
user_comments_for_4_to_5.xml
[
all
...]
/dalvik/hit/samples/
android.hprof
[
all
...]
/frameworks/base/docs/html/
sitemap.txt
[
all
...]
Completed in 312 milliseconds