HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_LAYOUT_ABOVE (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/
LayoutConstants.java 54 public static final String ATTR_LAYOUT_ABOVE = "layout_above"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 294 map.put(LayoutConstants.ATTR_LAYOUT_ABOVE, anchorId);
330 map.put(LayoutConstants.ATTR_LAYOUT_ABOVE,
331 anchorUiNode.getAttributeValue(LayoutConstants.ATTR_LAYOUT_ABOVE));

Completed in 842 milliseconds