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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevicesXsd.java 101 public static final String NODE_SCREEN_DIMENSION = "screen-dimension"; //$NON-NLS-1$
LayoutDeviceHandler.java 105 } else if (LayoutDevicesXsd.NODE_SCREEN_DIMENSION.equals(localName)) {
169 } else if (LayoutDevicesXsd.NODE_SCREEN_DIMENSION.equals(localName)) {
LayoutDevice.java 226 Element sizeNode = createNode(doc, configNode, LayoutDevicesXsd.NODE_SCREEN_DIMENSION);

Completed in 47 milliseconds