/frameworks/base/packages/PrintSpooler/res/values/ |
strings.xml | 169 <!-- Orientation label: Portrait page orientation. [CHAR LIMIT=30] --> 170 <item>Portrait</item>
|
/frameworks/support/v4/kitkat/android/support/v4/print/ |
PrintHelperKitkat.java | 68 * select portrait 129 * or portrait {@link #ORIENTATION_PORTRAIT}
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailTabCarousel.java | 287 // example: 10inch tablet portrait 291 // example: 4.6inch phone portrait
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppWidgetResizeFrame.java | 352 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT); 363 // Compute portrait size
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppWidgetResizeFrame.java | 349 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT); 360 // Compute portrait size
|
/prebuilts/devtools/tools/lib/ |
dvlib.jar | |
/prebuilts/gradle-plugin/com/android/tools/dvlib/22.2.0/ |
dvlib-22.2.0.jar | |
/external/chromium_org/chrome/browser/thumbnails/ |
simple_thumbnail_crop_unittest.cc | 210 // Portrait source.
|
/external/jpeg/ |
jpegtran.1 | 20 from landscape to portrait format by rotation.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
gnuplot.php | 170 'landscape', 'portrait', 'eps', 'defaultplex', 'simplex', 'duplex',
|
css.php | 118 'outside', 'overline', 'pointer', 'portrait', 'purple', 'px',
|
/external/qemu/distrib/jpeg-6b/ |
jpegtran.1 | 20 from landscape to portrait format by rotation.
|
/external/qemu/distrib/sdl-1.2.15/ |
README.Qtopia | 75 Video. Allows fullscreen both in portrait mode (up to WIDTHxHEIGHT
|
/frameworks/base/docs/html/training/design-navigation/ |
ancestral-temporal.jd | 99 <p>In some cases, it's appropriate for <em>Up</em> to perform an action rather than navigating to a parent screen. Take for example, the Gmail application for Android 3.0-based tablets. When viewing a mail conversation while holding the device in landscape, the conversation list, as well as the conversation details are presented side-by-side. This is a form of parent-child screen grouping, as discussed in a <a href="multiple-sizes.html">previous lesson</a>. However, when viewing a mail conversation in the portrait orientation, only the conversation details are shown. The <em>Up</em> button is used to temporarily show the parent pane, which slides in from the left of the screen. Pressing the <em>Up</em> button again while the left pane is visible exits the context of the individual conversation, up to a full-screen list of conversations.</p>
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupBrowseListFragment.java | 105 // The selection may be out of screen, if rotated from portrait to landscape,
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AbstractGalleryActivity.java | 290 // Shows status bar in portrait view, hide in landscape view
|
/packages/apps/Launcher3/res/values/ |
styles.xml | 82 <style name="WorkspaceIcon.Portrait">
|
/packages/apps/Nfc/src/com/android/nfc/ |
SendUi.java | 344 // we lock in portrait / landscape and have the sensor determine 601 // Portrait: 0, statusBarHeight, width, height - status - nav 610 // Portrait mode: status bar is at the top, navbar bottom, width unchanged
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 164 "portrait", 167 "night-portrait", 173 "portrait", 176 "night-portrait", 378 "portrait", 392 const char *exposure[] = {"auto", "macro", "portrait", "landscape", "sports", "night", "night-portrait", "backlighting", "manual"}; [all...] |
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 124 portrait, meaning that the screen's aspect ratio is either wide or tall, respectively. Be aware 488 <td>Resources for screens in the portrait orientation (tall aspect ratio).</td> 494 <td>Resources for screens that have a significantly taller or wider aspect ratio (when in portrait 584 <li>And, when testing in the landscape orientation compared to the portrait orientation, you 585 might notice that UI elements placed at the bottom of the screen for the portrait orientation 593 <li>Is optimized for both landscape and portrait orientations</li> [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-feature-element.jd | 660 <p>For example, if your app requires portrait orientation, you should declare 661 <code><uses-feature android:name="android.hardware.screen.portrait"/></code> so that only devices 662 that support portrait orientation (whether always or by user choice) can install your app. If your 680 level 12 or lower is assumed to support both landscape and portrait.</p> 684 <td><code>android.hardware.screen.portrait</code></td> 685 <td>The application requires portrait orientation.</td> [all...] |
/external/qemu/android/ |
main-common.c | 487 portrait {\n \ 511 /* Add parts to portrait orientation */ 514 node = aconfig_find(node, "portrait"); [all...] |
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
WidgetPreviewActivity.java | 232 orientation = "portrait";
|
/development/samples/ApiDemos/res/values/ |
arrays.xml | 114 <item>PORTRAIT</item>
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
MainActivity.java | 160 // Determine if we're in portrait, and whether we're showing or hiding the titles
|