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

1 2 3

  /external/chromium_org/content/public/common/
screen_orientation_values_list.h 20 DEFINE_SCREEN_ORIENTATION_VALUE(LANDSCAPE, 6)
  /external/chromium_org/content/child/
assert_matching_enums.cc 35 LANDSCAPE);
  /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] */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 173 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
197 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
229 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 312 return CellLayout.LANDSCAPE;
327 // landscape with the nav bar at the bottom, and landscape with the nav bar at the side.
328 // To prevent waiting for fitSystemWindows(), we make the observation that in landscape,
522 return getSearchBarBounds(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
527 if (orientation == CellLayout.LANDSCAPE &&
540 int width = (orientation == CellLayout.LANDSCAPE)
583 return getWorkspacePadding(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
588 if (orientation == CellLayout.LANDSCAPE &&
603 int width = (orientation == CellLayout.LANDSCAPE)
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 43 private static final int LANDSCAPE = 1;
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 42 case ScreenOrientationValues.LANDSCAPE:
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_cdd_conversion.cc 118 orientation.AddOption(LANDSCAPE);
  /external/chromium_org/chrome/service/cloud_print/
cdd_conversion_win.cc 60 if (orientation.value() == LANDSCAPE) {
  /external/chromium_org/components/cloud_devices/common/
printer_description_unittest.cc 68 " 'type': 'LANDSCAPE'"
211 " 'type': 'LANDSCAPE'"
349 orientation.AddOption(LANDSCAPE);
444 EXPECT_TRUE(orientation.Contains(LANDSCAPE));
536 orientation.set_value(LANDSCAPE);
601 EXPECT_EQ(orientation.value(), LANDSCAPE);
printer_description.h 61 LANDSCAPE,
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ScreenOrientationProviderTest.java 46 case ScreenOrientationValues.LANDSCAPE:
  /external/chromium_org/ui/app_list/views/
app_list_view_unittest.cc 41 LANDSCAPE,
61 // Choose a set that is 3 regular app list pages and 2 landscape app list pages.
111 // Whether the experimental "landscape" app launcher UI is being tested.
113 return test_type_ == LANDSCAPE || test_type_ == EXPERIMENTAL;
165 case LANDSCAPE:
249 case LANDSCAPE:
251 // be enough space to accomodate the virtual keyboard. (LANDSCAPE mode is
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 146 set.setSceneMode(SceneMode.LANDSCAPE);
213 assertEquals(intstr.sceneModeFromInt(CONTROL_SCENE_MODE_LANDSCAPE), SceneMode.LANDSCAPE);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 366 case LANDSCAPE:
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Capabilities.java 208 return SceneMode.LANDSCAPE;
AndroidCameraCapabilities.java 147 mSupportedSceneModes.add(SceneMode.LANDSCAPE);
CameraCapabilities.java 194 LANDSCAPE,
AndroidCamera2Settings.java 435 case LANDSCAPE: {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 137 if(mDisplayMode == LANDSCAPE){
  /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 */
196 /** Display mode (Landscape) */
197 public static final int LANDSCAPE = 1;
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 724 // if both X-LARGE, then LANDSCAPE is better than all others (which are identical)
741 if (so1 == ScreenOrientation.LANDSCAPE) {
742 if (so2 == ScreenOrientation.LANDSCAPE) {
747 } else if (so2 == ScreenOrientation.LANDSCAPE) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
ConfigGenerator.java 105 .setOrientation(ScreenOrientation.LANDSCAPE)
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 112 LANDSCAPE = 0,
223 bool landscape = false; local
224 if (settings.GetBoolean(printing::kSettingLandscape, &landscape))
225 ReportPrintSettingHistogram(landscape ? LANDSCAPE : PORTRAIT);
338 orientation.AddOption(cloud_devices::printer::LANDSCAPE);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 351 Rect landMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.LANDSCAPE);
355 // Compute landscape size

Completed in 1899 milliseconds

1 2 3