Home
last modified time | relevance | path

Searched refs:mAutoClose (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPaletteControl.java247 private boolean mAutoClose = true; field in PaletteControl
277 mAutoClose = !paletteModes.contains(VALUE_NO_AUTOCLOSE); in loadPaletteMode()
302 if (!mAutoClose) { in savePaletteMode()
1182 mAutoClose = !mAutoClose; in run()
1183 mAccordion.setAutoClose(mAutoClose); in run()
1192 mAutoClose = true; in run()
1240 mAutoClose)); in showMenu()