Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertySheetPage.java73 private Action mExpandAll; field in PropertySheetPage
232 toolBarManager.add(mExpandAll); in makeContributions()
241 mExpandAll = new PropertySheetAction( in createActions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintViewPart.java114 private Action mExpandAll; field in LintViewPart
239 mExpandAll = new LintViewAction("Expand All", ACTION_EXPAND, in createActions()
242 mExpandAll.setEnabled(true); in createActions()
270 toolbarManager.add(mExpandAll); in initializeToolBar()