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

1 2 3 4 5 6 7 8 91011>>

  /development/tools/emulator/skins/WSVGA/
layout 2 portrait {
33 name portrait
51 portrait {
60 name portrait
  /development/tools/emulator/skins/WXGA720/
layout 2 portrait {
26 portrait {
33 name portrait
60 name portrait
  /development/tools/emulator/skins/WXGA800/
layout 2 portrait {
33 name portrait
51 portrait {
60 name portrait
  /development/tools/emulator/skins/WXGA800-7in/
layout 2 portrait {
26 portrait {
34 name portrait
62 name portrait
  /device/asus/grouper/overlay/frameworks/base/core/res/res/values/
dimens.xml 3 <!-- Navigation bar is taller in portrait. -->
  /external/openfst/src/include/fst/script/
draw.h 42 const bool portrait; member in struct:fst::script::FstDrawerArgs
60 bool portrait,
70 title(title), width(width), height(height), portrait(portrait),
83 args->height, args->portrait,
98 bool portrait,
  /frameworks/base/tests/DumpRenderTree/
AndroidManifest.xml 21 android:screenOrientation="portrait"
31 android:screenOrientation="portrait"
33 <activity android:name="ReliabilityTestActivity" android:screenOrientation="portrait"
  /frameworks/base/tests/RenderScriptTests/tests/
AndroidManifest.xml 8 android:screenOrientation="portrait">
  /frameworks/base/tests/RenderScriptTests/tests_v11/
AndroidManifest.xml 9 android:screenOrientation="portrait">
  /frameworks/base/tests/RenderScriptTests/tests_v14/
AndroidManifest.xml 9 android:screenOrientation="portrait">
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/
MainTest.java 27 "* When creating configuration variations (for example for landscape or portrait)" +
38 "portrait)you have to repeat the actual text (and keep it up to date\n" +
50 "* When creating configuration variations (for example for landscape or portrait)" +
61 " landscape or portrait)you have to repeat the actual text (and keep\n" +
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/values/
strings_ignore.xml 14 <string name="wallpaper_instructions">Tap picture to set portrait wallpaper</string>
  /external/openfst/src/script/
draw.cc 34 bool portrait,
44 height, portrait, vertical, ranksep, nodesep,
  /packages/apps/Email/res/values-sw600dp-port/
styles.xml 17 <!-- tablet, portrait -->
20 <!-- Use fixed margin in portrait -->
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 58 boolean portrait = newConfig.orientation == Configuration.ORIENTATION_PORTRAIT;
60 params.set("orientation", portrait ? "portrait" : "landscape");
163 final boolean portrait = resources.getConfiguration().orientation ==
174 if ((portrait &&
176 (!portrait &&
209 params.set("orientation", portrait ? "portrait" : "landscape");
  /sdk/common/src/com/android/resources/
ScreenOrientation.java 24 PORTRAIT("port", "Portrait", "Portrait Orientation"), //$NON-NLS-1$
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayoutPortrait.java 20 * An activity (inherits from MenuLayout) that shows in portrait.
  /frameworks/base/packages/SystemUI/res/values-en-rGB-port/
strings.xml 22 <string name="toast_rotation_locked" msgid="1716565836190665743">"Screen is now locked in portrait orientation."</string>
  /packages/apps/Email/res/values-port/
dimensions.xml 17 <!-- non-xlarge, portrait -->
  /packages/apps/Email/res/values-sw720dp-port/
styles.xml 17 <!-- tablet, portrait -->
  /packages/apps/Email/src/com/android/email/activity/
UIControllerSearchTwoPane.java 21 * TwoPane controller for search results in portrait.
  /packages/apps/Launcher2/res/layout-port/
application.xml 18 style="@style/WorkspaceIcon.Portrait"
  /packages/apps/Launcher2/res/layout-sw720dp-port/
application.xml 18 style="@style/WorkspaceIcon.Portrait" />
  /device/google/accessory/demokit/app/
AndroidManifest.xml 18 android:screenOrientation="portrait">
21 android:screenOrientation="portrait">
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 57 // We're landscape-only, and have apparently seen issues with display thinking it's portrait
60 Log.i(TAG, "Display reports portrait orientation; assuming this is incorrect");
136 boolean portrait) {
144 int supportedWidth = portrait ? supportedPreviewSize.height : supportedPreviewSize.width;
145 int supportedHeight = portrait ? supportedPreviewSize.width : supportedPreviewSize.height;

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>