Searched refs:mODICaptionsView (Results 1 – 1 of 1) sorted by relevance
137 private ViewGroup mODICaptionsView; field in VolumeDialogImpl268 mODICaptionsView = mDialog.findViewById(R.id.odi_captions); in initDialog()269 if (mODICaptionsView != null) { in initDialog()270 mODICaptionsIcon = mODICaptionsView.findViewById(R.id.odi_captions_icon); in initDialog()591 if (mODICaptionsView != null) { in updateODICaptionsH()592 mODICaptionsView.setVisibility(isServiceComponentEnabled ? VISIBLE : GONE); in updateODICaptionsH()