Home | History | Annotate | Download | only in settings

Lines Matching refs:mMirror

49     private ToggleSlider mMirror;
84 mMirror = toggleSlider;
85 if (mMirror != null) {
86 mMirror.setChecked(mToggle.isChecked());
87 mMirror.setMax(mSlider.getMax());
88 mMirror.setValue(mSlider.getProgress());
118 if (mMirror != null) {
119 mMirror.setMax(max);
125 if (mMirror != null) {
126 mMirror.setValue(value);
132 if (mMirror != null) {
134 mMirror.dispatchTouchEvent(copy);
150 if (mMirror != null) {
151 mMirror.mToggle.setChecked(checked);