OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInPlaybackState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
VideoView.java
381
mMediaController.setEnabled(
isInPlaybackState
());
637
if (
isInPlaybackState
() && mMediaController != null) {
645
if (
isInPlaybackState
() && mMediaController != null) {
661
if (
isInPlaybackState
() && isKeyCodeSupported && mMediaController != null) {
703
if (
isInPlaybackState
()) {
712
if (
isInPlaybackState
()) {
731
if (
isInPlaybackState
()) {
740
if (
isInPlaybackState
()) {
748
if (
isInPlaybackState
()) {
758
return
isInPlaybackState
() && mMediaPlayer.isPlaying()
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java
331
if (
isInPlaybackState
() && mMediaController != null) {
390
if (
isInPlaybackState
() && mMediaController != null &&
399
if (
isInPlaybackState
() && mMediaController != null) {
415
if (
isInPlaybackState
() && isKeyCodeSupported && mMediaController != null) {
459
private boolean
isInPlaybackState
() {
465
if (
isInPlaybackState
()) {
475
if (
isInPlaybackState
()) {
488
if (
isInPlaybackState
()) {
505
if (
isInPlaybackState
() && mNativeContentVideoView != 0) {
/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 2578 milliseconds