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

1 2

  /packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java 46 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;
  /packages/apps/Camera/src/com/android/camera/
PreviewFrameLayout.java 52 == Configuration.ORIENTATION_PORTRAIT) {
PanoramaActivity.java 702 == Configuration.ORIENTATION_PORTRAIT) {
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 186 if (Configuration.ORIENTATION_PORTRAIT == mConfig.orientation) {
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 47 mConfig.orientation = Configuration.ORIENTATION_PORTRAIT;
295 config.orientation = Configuration.ORIENTATION_PORTRAIT;
ConfigTest.java 181 config.mConfig.orientation = Configuration.ORIENTATION_PORTRAIT;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 258 if (getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) {
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 180 return configuration.orientation == Configuration.ORIENTATION_PORTRAIT;
  /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;
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 240 mPortraitMode = newConfig.orientation == Configuration.ORIENTATION_PORTRAIT;
  /device/asus/grouper/audio/
audio_hw.c 151 ORIENTATION_PORTRAIT,
1046 orientation = ORIENTATION_PORTRAIT;
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 297 public static final int ORIENTATION_PORTRAIT = 1;
307 * {@link #ORIENTATION_LANDSCAPE}, {@link #ORIENTATION_PORTRAIT}.
517 case ORIENTATION_PORTRAIT: sb.append(" port"); break;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 296 case Configuration.ORIENTATION_PORTRAIT:
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 396 == Configuration.ORIENTATION_PORTRAIT);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 735 if (mOrientation == Configuration.ORIENTATION_PORTRAIT) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 416 if (mIsTabletConfig && mOrientation == Configuration.ORIENTATION_PORTRAIT) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 547 milliseconds

1 2