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

1 2

  /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/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);
  /packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java 201 CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
237 CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
303 if (orientation == CellLayout.LANDSCAPE &&
312 int width = (orientation == CellLayout.LANDSCAPE)
420 ? CellLayout.LANDSCAPE
523 // The tablet profile is odd in that the landscape orientation
AppWidgetResizeFrame.java 350 Rect landMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.LANDSCAPE);
354 // Compute landscape size
Folder.java     [all...]
CellLayout.java 158 static final int LANDSCAPE = 0;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 367 case LANDSCAPE:
RenderSessionImpl.java     [all...]
  /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...]
ConfigurationChooser.java 114 private static final String ICON_LANDSCAPE = "landscape"; //$NON-NLS-1$
571 * picked a non-default configuration (such as a particular landscape layout) and the
572 * configuration chooser must be switched to a landscape layout. This method will
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 102 LANDSCAPE = 0,
205 bool landscape = false; local
206 if (settings.GetBoolean(printing::kSettingLandscape, &landscape))
207 ReportPrintSettingHistogram(landscape ? LANDSCAPE : PORTRAIT);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 351 Rect landMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.LANDSCAPE);
355 // Compute landscape size
CellLayout.java 151 static final int LANDSCAPE = 0;
    [all...]
  /prebuilts/sdk/tools/lib/
common.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 740 if (width >= height) { // landscape
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 520 public static final short LANDSCAPE = 1;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 520 public static final short LANDSCAPE = 1;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 520 public static final short LANDSCAPE = 1;
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifInterface.java 520 public static final short LANDSCAPE = 1;
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 520 public static final short LANDSCAPE = 1;
    [all...]

Completed in 2089 milliseconds

1 2