Searched refs:mZenConditions (Results 1 – 1 of 1) sorted by relevance
90 private LinearLayout mZenConditions; field in ZenModePanel154 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 …]