Searched defs:mMediaController (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoFullScreen.java73 private MediaController mMediaController; field in class:HTML5VideoFullScreen
100 if (mPlayer != null && mMediaController != null
102 if (mMediaController.isShowing()) {
104 mMediaController.hide();
106 mMediaController.show();
128 if (mMediaController != null) {
129 mMediaController.hide();
159 mMediaController = m;
164 if (mPlayer != null && mMediaController != null) {
165 mMediaController
[all...]
/frameworks/base/core/java/android/widget/
H A DVideoView.java83 private MediaController mMediaController; field in class:VideoView
263 if (mMediaController != null) {
264 mMediaController.hide();
266 mMediaController = controller;
271 if (mMediaPlayer != null && mMediaController != null) {
272 mMediaController.setMediaPlayer(this);
275 mMediaController.setAnchorView(anchorView);
276 mMediaController.setEnabled(isInPlaybackState());
314 if (mMediaController != null) {
315 mMediaController
[all...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java83 private MediaController mMediaController; field in class:RgbPlayerActivity.RgbView
150 mMediaController = new MediaController(context);
156 if (mMediaController != null) {
158 mMediaController.setMediaPlayer(this);
161 mMediaController.setAnchorView(anchorView);
162 mMediaController.setEnabled(true);
166 mMediaController.show();
H A DVideoDumpView.java69 private MediaController mMediaController; field in class:VideoDumpView
196 if (mMediaController != null) {
197 mMediaController.hide();
199 mMediaController = controller;
203 if (mMediaPlayer != null && mMediaController != null) {
205 mMediaController.setMediaPlayer(this);
208 mMediaController.setAnchorView(anchorView);
209 mMediaController.setEnabled(true);
212 mMediaController.show();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkTest.java56 private MediaController mMediaController; field in class:MediaFrameworkTest

Completed in 82 milliseconds