HomeSort by relevance Sort by last modified time
    Searched refs:PORTRAIT (Results 1 - 25 of 30) 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] */
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);
  /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 115 private static final String ICON_PORTRAIT = "portrait"; //$NON-NLS-1$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 261 ScreenOrientation.PORTRAIT,
309 config.addQualifier(new ScreenOrientationQualifier(ScreenOrientation.PORTRAIT));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 364 case PORTRAIT:
  /packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java 201 CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
237 CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
421 : CellLayout.PORTRAIT);
AppWidgetResizeFrame.java 351 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT);
362 // Compute portrait size
Folder.java     [all...]
CellLayout.java 159 static final int PORTRAIT = 1;
    [all...]
Workspace.java     [all...]
  /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 103 PORTRAIT,
207 ReportPrintSettingHistogram(landscape ? LANDSCAPE : PORTRAIT);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 352 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT);
363 // Compute portrait size
CellLayout.java 152 static final int PORTRAIT = 1;
    [all...]
Workspace.java 303 // Around that ratio we should make cells the same size in portrait and
    [all...]
  /prebuilts/sdk/tools/lib/
common.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 742 } else { // portrait
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 

Completed in 1411 milliseconds

1 2