Searched refs:mAudioFocusType (Results 1 – 3 of 3) sorted by relevance
140 private int mAudioFocusType = AudioManager.AUDIOFOCUS_GAIN; // legacy focus gain field in VideoView313 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()
320 if (mAudioFocusType != NO_FOCUS && msg.arg1 == NO_FOCUS) { in processMessage()322 } else if (mAudioFocusType == NO_FOCUS && msg.arg1 != NO_FOCUS) { in processMessage()325 mAudioFocusType = msg.arg1; in processMessage()393 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()600 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()1169 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()1406 private int mAudioFocusType = NO_FOCUS; field in CallAudioRouteStateMachine
74199 Landroid/widget/VideoView;->mAudioFocusType:I