Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java135 protected int mZenModeConditionLayoutId; field in ZenModePanel
153 mZenModeConditionLayoutId = R.layout.zen_mode_condition; in ZenModePanel()
374 final View rbc = mInflater.inflate(mZenModeConditionLayoutId, mEdit, false); in addZenConditions()