Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java137 private ViewGroup mODICaptionsView; field in VolumeDialogImpl
268 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()