HomeSort by relevance Sort by last modified time
    Searched refs:PORTRAIT (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/content/public/common/
screen_orientation_values_list.h 21 DEFINE_SCREEN_ORIENTATION_VALUE(PORTRAIT, 7)
  /external/chromium_org/content/child/
assert_matching_enums.cc 37 PORTRAIT);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 330 /* Keyboard[# of Languages][portrait/landscape][# of keyboard type][shift off/on][max # of key-modes][noinput/input] */
335 if (mDisplayMode == DefaultSoftKeyboard.PORTRAIT) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 80 keyList = mKeyboard[LANG_EN][PORTRAIT][KEYBOARD_QWERTY][KEYBOARD_SHIFT_OFF];
86 keyList = mKeyboard[LANG_EN][PORTRAIT][KEYBOARD_QWERTY][KEYBOARD_SHIFT_ON];
88 mKeyboard[LANG_EN][PORTRAIT][KEYBOARD_QWERTY][KEYBOARD_SHIFT_OFF][KEYMODE_EN_ALPHABET][0];
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 44 private static final int PORTRAIT = 2;
189 int orientation = (width > height ? LANDSCAPE : PORTRAIT);
282 mOrientation = (mWidth > mHeight ? LANDSCAPE : PORTRAIT);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ScreenOrientationProvider.java 40 case ScreenOrientationValues.PORTRAIT:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 732 so1 = ScreenOrientation.PORTRAIT;
738 so2 = ScreenOrientation.PORTRAIT;
    [all...]
ConfigurationChooser.java 116 private static final String ICON_PORTRAIT = "portrait"; //$NON-NLS-1$
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
ConfigGenerator.java 75 .setOrientation(ScreenOrientation.PORTRAIT)
90 .setOrientation(ScreenOrientation.PORTRAIT)
126 private ScreenOrientation mOrientation = ScreenOrientation.PORTRAIT;
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_cdd_conversion.cc 117 orientation.AddDefaultOption(PORTRAIT, true);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ScreenOrientationProviderTest.java 44 case ScreenOrientationValues.PORTRAIT:
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 152 set.setSceneMode(SceneMode.PORTRAIT);
216 assertEquals(intstr.sceneModeFromInt(CONTROL_SCENE_MODE_PORTRAIT), SceneMode.PORTRAIT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 267 ScreenOrientation.PORTRAIT,
315 config.addQualifier(new ScreenOrientationQualifier(ScreenOrientation.PORTRAIT));
  /external/chromium_org/components/cloud_devices/common/
printer_description.h 60 PORTRAIT,
printer_description_unittest.cc 66 " 'type': 'PORTRAIT'"
348 orientation.AddOption(PORTRAIT);
443 EXPECT_TRUE(orientation.Contains(PORTRAIT));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 363 case PORTRAIT:
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Capabilities.java 215 return SceneMode.PORTRAIT;
AndroidCameraCapabilities.java 155 mSupportedSceneModes.add(SceneMode.PORTRAIT);
CameraCapabilities.java 215 PORTRAIT,
AndroidCamera2Settings.java 448 case PORTRAIT: {
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 314 return CellLayout.PORTRAIT;
326 // There are three possible configurations that the dynamic grid accounts for, portrait,
330 // side) and otherwise, the height is simply the largest possible height for a portrait
522 return getSearchBarBounds(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
583 return getWorkspacePadding(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
634 // In portrait, we want the pages spaced such that there is no
636 // We assume symmetrical padding in portrait mode.
729 int orientation = isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT;
    [all...]
AppWidgetResizeFrame.java 349 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT);
360 // Compute portrait size
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 177 * Keyboard[language][portrait/landscape][keyboard type][shift off/on][key-mode]
191 /* portrait/landscape */
194 /** Display mode (Portrait) */
195 public static final int PORTRAIT = 0;
369 * Keyboard[# of Languages][portrait/landscape][# of keyboard type]
597 ? LANDSCAPE : PORTRAIT;
601 * To re-display the input view when the display mode is changed portrait <-> landscape,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 113 PORTRAIT,
225 ReportPrintSettingHistogram(landscape ? LANDSCAPE : PORTRAIT);
337 orientation.AddOption(cloud_devices::printer::PORTRAIT);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 352 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT);
363 // Compute portrait size

Completed in 3787 milliseconds

1 2 3