Home | History | Annotate | Download | only in development

Lines Matching defs:mDebugLayout

209     private SwitchPreference mDebugLayout;
370 mDebugLayout = findAndInitSwitchPref(DEBUG_LAYOUT_KEY);
1114 updateSwitchPreference(mDebugLayout,
1120 mDebugLayout.isChecked() ? "true" : "false");
1550 } else if (preference == mDebugLayout) {