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

1 2 3 4

  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManager.java 10 PORTRAIT(Configuration.ORIENTATION_PORTRAIT),
116 * Returns whether the device is in portrait based on the natural orientation
OrientationManagerImpl.java 100 return mIsDefaultToPortrait ? DeviceNaturalOrientation.PORTRAIT :
179 // Display rotation >= 180 means we need to use the REVERSE landscape/portrait
189 // device. On landscape devices, portrait is a 90 degree
191 // to flip which portrait we pick as display rotation is counter clockwise
271 * @return whether the default orientation of the device is 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);
  /packages/apps/Camera2/src/com/android/camera/captureintent/
PreviewTransformCalculator.java 50 // If natural orientation is portrait, rotate the buffer dimensions.
53 if (mOrientationManager.getDeviceNaturalOrientation() == OrientationManager.DeviceNaturalOrientation.PORTRAIT) {
85 * factor, previewStreamSize needs to be rotated if in portrait.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 729 so1 = ScreenOrientation.PORTRAIT;
735 so2 = ScreenOrientation.PORTRAIT;
    [all...]
ConfigurationChooser.java 115 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 74 .setOrientation(ScreenOrientation.PORTRAIT)
89 .setOrientation(ScreenOrientation.PORTRAIT)
140 private ScreenOrientation mOrientation = ScreenOrientation.PORTRAIT;
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 151 set.setSceneMode(SceneMode.PORTRAIT);
215 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));
  /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/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...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 370 case PORTRAIT:
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 352 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT);
363 // Compute portrait size
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 348 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT);
359 // Compute portrait size
  /prebuilts/sdk/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.2/
layoutlib-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.0/
layoutlib-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.1/
layoutlib-api-22.5.1.jar 

Completed in 406 milliseconds

1 2 3 4