Home
last modified time | relevance | path

Searched refs:viewId (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
54 IViewPart part = page.showView(viewId, in showView()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java290 String viewId = getAttribute(node, "id", attributes); //$NON-NLS-1$ in getBiggestMarginInDirection() local
300 if (viewId != null) { in getBiggestMarginInDirection()
302 list = getMatchingNode(nodeSet, cleanUpIdReference(viewId), inverseRelation); in getBiggestMarginInDirection()
357 String viewId = getAttribute(node, "id", null); //$NON-NLS-1$ in computeIdNodeMap() local
358 if (viewId != null) { in computeIdNodeMap()
359 map.put(cleanUpIdReference(viewId), node); in computeIdNodeMap()