/frameworks/base/docs/html/guide/topics/manifest/ |
activity-element.jd | 31 "landscape" | "portrait" | 232 configuration, because it also changes when a device switches between portrait and landscape 238 landscape and portrait. However, if your application targets API level 12 or lower, then your [all...] |
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gles3jni.h | 52 // portrait: [-1/(2*h/w) .. 1/(2*h/w)] x [-1 .. 1]
|
/device/lge/mako/camera/ |
QCameraParameters.cpp | 187 static const char* portrait = "portrait"; member in namespace:android 202 if (orientation && !strcmp(orientation, portrait)) 209 set("orientation", portrait);
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
landscape.js | 68 option.type == 'PORTRAIT';
|
/frameworks/base/core/res/res/values-land/ |
dimens.xml | 61 Landscape's layout allows this to be smaller than for portrait. -->
|
/frameworks/native/data/etc/ |
handheld_core_hardware.xml | 34 <feature name="android.hardware.screen.portrait" />
|
tablet_core_hardware.xml | 35 <feature name="android.hardware.screen.portrait" />
|
/packages/apps/Dialer/ |
AndroidManifest.xml | 75 android:screenOrientation="portrait" 130 android:screenOrientation="portrait" 143 android:screenOrientation="portrait"> 149 android:screenOrientation="portrait"
|
/packages/apps/Email/res/layout-sw600dp-port/ |
account_setup_basics.xml | 17 <!-- Account setup - XL - portrait - see layout/ for small-screen version -->
|
account_setup_incoming.xml | 17 <!-- Incoming setup - XL - portrait - see layout/ for small-screen version -->
|
account_setup_options.xml | 17 <!-- Account Options - XL - portrait - see layout/ for small-screen version -->
|
account_setup_outgoing.xml | 17 <!-- Outgoing Setup - XL - portrait - see layout/ for small-screen version -->
|
/frameworks/base/tests/ImfTest/ |
AndroidManifest.xml | 120 <activity android:name=".samples.AutoCompleteTextViewActivityPortrait" android:label="AutoCompleteTextViewActivityPortrait" android:screenOrientation="portrait"> 136 <activity android:name=".samples.DialogActivity" android:label="DialogActivity" android:screenOrientation="portrait">
|
/frameworks/base/docs/html/training/multiscreen/ |
screensizes.jd | 73 <p>For example, this is what this layout looks like in portrait and landscape 78 <p class="img-caption"><strong>Figure 1.</strong> The News Reader sample app in portrait (left) 277 <p>Some layouts work well in both landscape and portrait orientations, but most of them can 282 <li><b>small screen, portrait:</b> single pane, with logo</li> 284 <li><b>7" tablet, portrait:</b> single pane, with action bar</li> 286 <li><b>10" tablet, portrait:</b> dual pane, narrow, with action bar</li>
|
adaptui.jd | 231 separate activity to display the news article when running in portrait mode, 234 <p>This means that when the user is in portrait mode and the activity for viewing an article is
|
/frameworks/base/docs/html/about/versions/ |
android-3.2.jd | 111 width, it is the shorter of the two. For a screen in portrait orientation, the 124 and portrait. </li> 489 <li>Feature constants for landscape or portrait requirements 491 <p>Android 3.2 introduces new feature constants that let applications specify whether they require display in landscape orientation, portrait orientation, or both. Declaring these constants indicates that the application must not be installed on a device that doesn't offer the associated orientation. Conversely, if one or both of the constants are not declared, it indicates that the application does not have a preference for the undeclared orientations and may be installed on a device that doesn't offer them. </p> 498 android.hardware.screen.portrait} — The application requires display in 499 portrait orientation.</li> 502 <p>A typical application that functions properly in both landscape and portrait orientations would not normally need to declare an orientation requirement. Rather, an application designed primarily for one orientation, such as an app designed for a television, could declare one of the constants to ensure that it isn't available to devices that don't provide that orientation.</p>
|
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 187 "screen size" also changes</strong> when the device switches between portrait and landscape 211 Toast.makeText(this, "portrait", Toast.LENGTH_SHORT).show(); 235 between landscape and portrait, you must re-assign each resource to each element during {@link
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
TwoPaneLayout.java | 55 * are visible. This is the case in both portrait and landscape 58 * conversation view is visible. This is the case in both portrait and landscape. 136 // The conversation list might be visible now, depending on the layout: in portrait we
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.html | 11 <!-- Don't scale the viewport in either portrait or landscape mode. 14 that we'd zoom out in portrait mode, but then there would be a bunch
|
/frameworks/base/docs/html/design/patterns/ |
new.jd | 133 <p>You can supply separate landscape and portrait layouts for your widgets, which 163 <p>You can supply separate landscape and portrait layouts for your
|
/frameworks/base/docs/html/training/design-navigation/ |
wireframing.jd | 91 alt="Example news application wireframes, for handsets in portrait." 96 <p class="img-caption"><strong>Figure 5.</strong> Example news application wireframes, for handsets in portrait.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
MediaRecorderTest.java | 246 * This test case set the camera in portrait mode. 255 parameters.set("orientation", "portrait");
|
/packages/apps/Browser/src/com/android/browser/ |
PageDialogsHandler.java | 46 // as SSLCertificateOnError has different style for landscape / portrait, 53 // as SSLCertificate has different style for landscape / portrait, we
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
CameraControls.java | 113 // phone portrait; controls bottom 165 // portrait, to left of anchor at bottom
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 261 ScreenOrientation.PORTRAIT, 309 config.addQualifier(new ScreenOrientationQualifier(ScreenOrientation.PORTRAIT));
|