Home | History | Annotate | Download | only in settings

Lines Matching refs:mDebugLayout

185     private CheckBoxPreference mDebugLayout;
290 mDebugLayout = findAndInitCheckboxPref(DEBUG_LAYOUT_KEY);
926 updateCheckBox(mDebugLayout,
932 mDebugLayout.isChecked() ? "true" : "false");
1240 } else if (preference == mDebugLayout) {