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

1 2 3

  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUtil.java 43 config.orientation == Configuration.ORIENTATION_PORTRAIT)) {
46 return Configuration.ORIENTATION_PORTRAIT;
104 == Configuration.ORIENTATION_PORTRAIT) {
  /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/experimental/PrintService2/src/foo/bar/printservice2/
MyPrintService.java 163 .setOrientations(PrintAttributes.ORIENTATION_PORTRAIT
165 PrintAttributes.ORIENTATION_PORTRAIT)
201 .setOrientations(PrintAttributes.ORIENTATION_PORTRAIT
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 44 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) {
  /packages/apps/Camera2/src/com/android/camera/ui/
TopRightWeightedLayout.java 58 final boolean isPortrait = Configuration.ORIENTATION_PORTRAIT == orientation;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 158 int deviceOrientation = Configuration.ORIENTATION_PORTRAIT;
162 config.orientation == Configuration.ORIENTATION_PORTRAIT))) {
169 if (deviceOrientation == Configuration.ORIENTATION_PORTRAIT) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout3.java 55 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) {
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 71 * Configuration.ORIENTATION_PORTRAIT or Configuration.ORIENTATION_LANDSCAPE,
81 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE;
  /frameworks/support/v4/java/android/support/v4/print/
PrintHelper.java 58 public static final int ORIENTATION_PORTRAIT = 2;
285 * or portrait {@link #ORIENTATION_PORTRAIT}.
288 * {@link #ORIENTATION_LANDSCAPE} or {@link #ORIENTATION_PORTRAIT}.
298 * {@link #ORIENTATION_LANDSCAPE} or {@link #ORIENTATION_PORTRAIT}.
  /packages/apps/Camera2/src/com/android/camera/widget/
ModeOptionsOverlay.java 152 final boolean isPortrait = (Configuration.ORIENTATION_PORTRAIT == orientation);
ModeOptions.java 147 Configuration.ORIENTATION_PORTRAIT);
  /packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java 118 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;
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 70 public static final int ORIENTATION_PORTRAIT = 2;
133 * or portrait {@link #ORIENTATION_PORTRAIT}
135 * {@link #ORIENTATION_LANDSCAPE} or {@link #ORIENTATION_PORTRAIT}.
145 * {@link #ORIENTATION_LANDSCAPE} or {@link #ORIENTATION_PORTRAIT}
457 } else if (mOrientation == ORIENTATION_PORTRAIT) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 364 config.orientation = Configuration.ORIENTATION_PORTRAIT;
  /packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java 217 == Configuration.ORIENTATION_PORTRAIT) {
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 179 return configuration.orientation == Configuration.ORIENTATION_PORTRAIT;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TestingCamera21.java 109 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT) {
  /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;
  /frameworks/base/core/java/android/app/
ResourcesManager.java 124 config.orientation = Configuration.ORIENTATION_PORTRAIT;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 157 if (config.orientation == Configuration.ORIENTATION_PORTRAIT) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 295 if (getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) {

Completed in 1143 milliseconds

1 2 3