Home
last modified time | relevance | path

Searched refs:mAudioFocusType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DVideoView.java140 private int mAudioFocusType = AudioManager.AUDIOFOCUS_GAIN; // legacy focus gain field in VideoView
313 mAudioFocusType = focusGain; in setAudioFocusRequest()
382 if (mAudioFocusType != AudioManager.AUDIOFOCUS_NONE) { in openVideo()
384 mAudioManager.requestAudioFocus(null, mAudioAttributes, mAudioFocusType, 0 /*flags*/); in openVideo()
552 if (mAudioFocusType != AudioManager.AUDIOFOCUS_NONE) {
720 if (mAudioFocusType != AudioManager.AUDIOFOCUS_NONE) { in release()