Searched refs:mODICaptionsView (Results 1 – 1 of 1) sorted by relevance
259 private ViewGroup mODICaptionsView; field in VolumeDialogImpl670 mODICaptionsView = mDialog.findViewById(R.id.odi_captions); in initDialog()671 if (mODICaptionsView != null) { in initDialog()672 mODICaptionsIcon = mODICaptionsView.findViewById(R.id.odi_captions_icon); in initDialog()1372 if (mODICaptionsView != null) { in updateODICaptionsH()1373 mODICaptionsView.setVisibility(isServiceComponentEnabled ? VISIBLE : GONE); in updateODICaptionsH()