HomeSort by relevance Sort by last modified time
    Searched refs:mCollapseAll (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 72 private Action mCollapseAll;
233 toolBarManager.add(mCollapseAll);
248 mCollapseAll = new PropertySheetAction(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 115 private Action mCollapseAll;
235 mCollapseAll = new LintViewAction("Collapse All", ACTION_COLLAPSE,
238 mCollapseAll.setEnabled(true);
271 toolbarManager.add(mCollapseAll);

Completed in 406 milliseconds