HomeSort by relevance Sort by last modified time
    Searched refs:LINEAR_LAYOUT (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 31 public static final String LINEAR_LAYOUT = "LinearLayout"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 104 if (LayoutConstants.LINEAR_LAYOUT.equals(layoutXmlName)) {
149 } else if (LayoutConstants.LINEAR_LAYOUT.equals(layoutType)) {

Completed in 53 milliseconds