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

1 2

  /packages/apps/Gallery2/src/com/android/camera/ui/
CameraRootView.java 69 int camOrientation = (rotation % 180 == 0) ? Configuration.ORIENTATION_PORTRAIT
120 if (orientation == Configuration.ORIENTATION_PORTRAIT) {
RotatableLayout.java 41 // Initial orientation of the layout (ORIENTATION_PORTRAIT, or ORIENTATION_LANDSCAPE)
72 && currentOrientation == Configuration.ORIENTATION_PORTRAIT) {
74 } else if (mInitialOrientation == Configuration.ORIENTATION_PORTRAIT
CameraControls.java 176 int camOrientation = (rotation % 180 == 0) ? Configuration.ORIENTATION_PORTRAIT
  /packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java 44 configuration.orientation == Configuration.ORIENTATION_PORTRAIT
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 58 boolean portrait = newConfig.orientation == Configuration.ORIENTATION_PORTRAIT;
164 Configuration.ORIENTATION_PORTRAIT;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 44 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 186 if (Configuration.ORIENTATION_PORTRAIT == mConfig.orientation) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout3.java 55 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) {
  /packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java 117 Configuration.ORIENTATION_PORTRAIT
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 48 mConfig.orientation = Configuration.ORIENTATION_PORTRAIT;
364 config.orientation = Configuration.ORIENTATION_PORTRAIT;
ConfigTest.java 182 config.mConfig.orientation = Configuration.ORIENTATION_PORTRAIT;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 355 config.orientation = Configuration.ORIENTATION_PORTRAIT;
  /packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java 217 == Configuration.ORIENTATION_PORTRAIT) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 291 if (getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) {
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 178 return configuration.orientation == Configuration.ORIENTATION_PORTRAIT;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 188 final String orientation = (mOrientation == Configuration.ORIENTATION_PORTRAIT)
KeyboardLayoutSet.java 225 ? Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE;
436 } else if (orientation == Configuration.ORIENTATION_PORTRAIT) {
441 + "ORIENTATION_PORTRAIT: orientation=" + orientation);
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 64 String separator = config.orientation == Configuration.ORIENTATION_PORTRAIT ? "\n" : "";
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 231 } else if (orientationCode == Configuration.ORIENTATION_PORTRAIT) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 163 Configuration.ORIENTATION_PORTRAIT;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 168 && orientation == Configuration.ORIENTATION_PORTRAIT);
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 240 mPortraitMode = newConfig.orientation == Configuration.ORIENTATION_PORTRAIT;
  /frameworks/base/core/java/android/content/res/
Configuration.java 392 public static final int ORIENTATION_PORTRAIT = 1;
402 * {@link #ORIENTATION_LANDSCAPE}, {@link #ORIENTATION_PORTRAIT}.
653 case ORIENTATION_PORTRAIT: sb.append(" port"); break;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 353 case Configuration.ORIENTATION_PORTRAIT:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 202 if (config.orientation == Configuration.ORIENTATION_PORTRAIT) {
    [all...]

Completed in 836 milliseconds

1 2