Searched refs:mOnButton (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DCompatModePanel.java43 private RadioButton mOnButton, mOffButton; field in class:CompatModePanel
56 mOnButton = (RadioButton) findViewById(R.id.compat_mode_on_radio);
58 mOnButton.setOnClickListener(this);
82 if (v == mOnButton) {
131 mOnButton.setChecked(on);

Completed in 119 milliseconds