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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutConstants.java 53 public static final String ATTR_LAYOUT_BELOW = "layout_below"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 297 map.put(LayoutConstants.ATTR_LAYOUT_BELOW, anchorId);
332 map.put(LayoutConstants.ATTR_LAYOUT_BELOW,
333 anchorUiNode.getAttributeValue(LayoutConstants.ATTR_LAYOUT_BELOW));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java     [all...]

Completed in 224 milliseconds