Searched refs:TunerZenModePanel (Results 1 – 2 of 2) sorted by relevance
34 public class TunerZenModePanel extends LinearLayout implements OnClickListener { class48 public TunerZenModePanel(Context context, @Nullable AttributeSet attrs) { in TunerZenModePanel() method in TunerZenModePanel
74 import com.android.systemui.tuner.TunerZenModePanel;143 private TunerZenModePanel mZenPanel;257 mZenPanel = (TunerZenModePanel) mDialog.findViewById(R.id.tuner_zen_mode_panel); in initDialog()