Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DEclipseUiHelper.java48 public static void showView(String viewId, boolean activate) { in showView() argument
56 activate ? IWorkbenchPage.VIEW_ACTIVATE : IWorkbenchPage.VIEW_VISIBLE); in showView()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DBooleanXmlPropertyEditor.java84 public boolean activate(PropertyTable propertyTable, Property property, Point location) in activate() method in BooleanXmlPropertyEditor