OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInPlaybackState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
VideoView.java
259
mMediaController.setEnabled(
isInPlaybackState
());
494
if (
isInPlaybackState
() && mMediaController != null) {
502
if (
isInPlaybackState
() && mMediaController != null) {
518
if (
isInPlaybackState
() && isKeyCodeSupported && mMediaController != null) {
559
if (
isInPlaybackState
()) {
567
if (
isInPlaybackState
()) {
586
if (
isInPlaybackState
()) {
598
if (
isInPlaybackState
()) {
605
if (
isInPlaybackState
()) {
614
return
isInPlaybackState
() && mMediaPlayer.isPlaying()
[
all
...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java
216
private boolean
isInPlaybackState
() {
237
if (
isInPlaybackState
()) {
248
return
isInPlaybackState
() && mMediaPlayer.isPlaying();
Completed in 22 milliseconds