HomeSort by relevance Sort by last modified time
    Searched full:screenorientation (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/replicaisland/
AndroidManifest.xml 36 android:screenOrientation="landscape"
41 android:screenOrientation="landscape"
51 android:screenOrientation="landscape"
55 android:screenOrientation="landscape"
60 android:screenOrientation="landscape"
65 android:screenOrientation="landscape"
69 android:screenOrientation="landscape"
73 android:screenOrientation="landscape"
77 android:screenOrientation="landscape"
81 android:screenOrientation="landscape"
    [all...]
  /device/google/accessory/demokit/app/
AndroidManifest.xml 18 android:screenOrientation="portrait">
21 android:screenOrientation="portrait">
24 android:screenOrientation="landscape" android:theme="@android:style/Theme.Holo">
  /frameworks/rs/java/tests/Balls/
AndroidManifest.xml 9 android:screenOrientation="landscape">
  /frameworks/rs/java/tests/RSTest_CompatLib/
AndroidManifest.xml 10 android:screenOrientation="portrait">
  /frameworks/rs/java/tests/RsTest/
AndroidManifest.xml 8 android:screenOrientation="portrait">
  /frameworks/rs/java/tests/RsTest_11/
AndroidManifest.xml 9 android:screenOrientation="portrait">
  /frameworks/rs/java/tests/RsTest_14/
AndroidManifest.xml 9 android:screenOrientation="portrait">
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/
AndroidManifest.xml 21 <activity android:name=".MonkeyActivity" android:screenOrientation="portrait">
28 <activity android:name=".BaboonActivity" android:screenOrientation="portrait">
  /development/samples/USB/MissileLauncher/
AndroidManifest.xml 10 android:screenOrientation="nosensor">
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoAndroidHarness.java 49 screenOrientation = ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE;
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 217 * the {@link android.R.attr#screenOrientation} attribute.
222 * the {@link android.R.attr#screenOrientation} attribute.
227 * the {@link android.R.attr#screenOrientation} attribute.
232 * the {@link android.R.attr#screenOrientation} attribute.
237 * the {@link android.R.attr#screenOrientation} attribute.
242 * the {@link android.R.attr#screenOrientation} attribute.
248 * the {@link android.R.attr#screenOrientation} attribute.
254 * the {@link android.R.attr#screenOrientation} attribute.
260 * the {@link android.R.attr#screenOrientation} attribute.
266 * the {@link android.R.attr#screenOrientation} attribute
    [all...]
  /cts/tests/tests/holo/
AndroidManifest.xml 45 android:screenOrientation="nosensor"
55 android:screenOrientation="nosensor" />
  /cts/suite/cts/hostTests/uihost/appA/
AndroidManifest.xml 27 android:screenOrientation="portrait" >
  /cts/suite/cts/hostTests/uihost/appB/
AndroidManifest.xml 26 android:screenOrientation="portrait" >
  /developers/samples/android/media/BasicMediaDecoder/BasicMediaDecoderSample/src/main/
AndroidManifest.xml 28 android:screenOrientation="landscape"
  /development/samples/WiFiDirectServiceDiscovery/
AndroidManifest.xml 25 android:screenOrientation="portrait">
  /development/samples/browseable/BasicMediaDecoder/
AndroidManifest.xml 28 android:screenOrientation="landscape"
  /frameworks/base/tests/RenderScriptTests/ModelViewer/
AndroidManifest.xml 7 android:screenOrientation="nosensor">
  /frameworks/native/opengl/tests/gl_jni/
AndroidManifest.xml 26 android:screenOrientation="landscape"
  /frameworks/native/opengl/tests/testPauseResume/
AndroidManifest.xml 26 android:screenOrientation="landscape"
  /frameworks/rs/java/tests/LivePreview/
AndroidManifest.xml 29 android:screenOrientation="landscape">
  /sdk/apps/SdkController/
AndroidManifest.xml 35 android:screenOrientation="portrait"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 42 import com.android.resources.ScreenOrientation;
730 ScreenOrientation so1 = orientation1.getValue();
732 so1 = ScreenOrientation.PORTRAIT;
736 ScreenOrientation so2 = orientation2.getValue();
738 so2 = ScreenOrientation.PORTRAIT;
741 if (so1 == ScreenOrientation.LANDSCAPE) {
742 if (so2 == ScreenOrientation.LANDSCAPE) {
747 } else if (so2 == ScreenOrientation.LANDSCAPE) {
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 65 assertEquals(mActivityInfo.screenOrientation, info.screenOrientation);
  /development/samples/AccelerometerPlay/
AndroidManifest.xml 23 android:screenOrientation="portrait" android:theme="@android:style/Theme.NoTitleBar.Fullscreen">

Completed in 2104 milliseconds

1 2 3 4 5 6