Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java136 protected int mZenModeButtonLayoutId; field in ZenModePanel
154 mZenModeButtonLayoutId = R.layout.zen_mode_button; in ZenModePanel()
371 final View rb = mInflater.inflate(mZenModeButtonLayoutId, mEdit, false); in addZenConditions()