Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java90 private LinearLayout mZenConditions; field in ZenModePanel
154 mZenConditions = (LinearLayout) findViewById(R.id.zen_conditions); in onFinishInflate()
229 mZenConditions.removeAllViews(); in setRequestingConditions()
240 mZenConditions.removeAllViews(); in init()
325 mZenConditions.setVisibility(!zenOff && expanded ? VISIBLE : GONE); in updateWidgets()
355 for (int i = mZenConditions.getChildCount() - 1; i >= FIRST_CONDITION_INDEX; i--) { in handleUpdateConditions()
356 mZenConditions.removeViewAt(i); in handleUpdateConditions()
359 bind(null, mZenConditions.getChildAt(FOREVER_CONDITION_INDEX)); in handleUpdateConditions()
361 bind(mTimeCondition, mZenConditions.getChildAt(TIME_CONDITION_INDEX)); in handleUpdateConditions()
365 bind(mConditions[i], mZenConditions.getChildAt(FIRST_CONDITION_INDEX + i)); in handleUpdateConditions()
[all …]