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

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java 110 String PROP_SCREENORIENTATION = ANDROID_QUALIFIER + "screenOrientation";
ActivityNode.java 42 defaultProperties.add(PROP_SCREENORIENTATION);
365 properties.put(PROP_SCREENORIENTATION, getScreenOrientationName(propScreenOrientation));
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 476 else if (attrName.equalsIgnoreCase(PROP_SCREENORIENTATION))
    [all...]

Completed in 24 milliseconds