HomeSort by relevance Sort by last modified time
    Searched refs:portrait (Results 1 - 15 of 15) sorted by null

  /cts/tools/utils/
rm_dup_holo_imgs.py 34 # portrait folder. The landscape images will then be deleted as Android will
35 # look up landscape resources in the portrait folder if it doesn't exist in the
45 portrait = getAllHashes(portDir)
47 for f in portrait:
48 if f in landscape and landscape[f] == portrait[f]:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
RotationLockTile.java 96 final boolean portrait = isCurrentOrientationLockPortrait(mController, mContext);
98 final int label = portrait ? R.string.quick_settings_rotation_locked_portrait_label
101 state.icon = portrait ? mAutoToPortrait : mAutoToLandscape;
104 state.icon = portrait ? mPortraitToAuto : mLandscapeToAuto;
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 57 // We're landscape-only, and have apparently seen issues with display thinking it's portrait
60 Log.i(TAG, "Display reports portrait orientation; assuming this is incorrect");
136 boolean portrait) {
144 int supportedWidth = portrait ? supportedPreviewSize.height : supportedPreviewSize.width;
145 int supportedHeight = portrait ? supportedPreviewSize.width : supportedPreviewSize.height;
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraParameters.cpp 199 static const char* portrait = "portrait"; member in namespace:android
214 if (orientation && !strcmp(orientation, portrait))
221 set("orientation", portrait);
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerAppConfigurationTests.java 218 final boolean portrait = fullscreenSizes.displayWidth < fullscreenSizes.displayHeight;
219 if (portrait) {
  /frameworks/base/core/java/android/widget/
RemoteViews.java 127 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
135 * {@link #RemoteViews(RemoteViews, RemoteViews)} to keep track of the landscape and portrait
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 483 boolean portrait = RotationLockTile.isCurrentOrientationLockPortrait(
486 if (portrait) {
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp 332 static const char* portrait = "portrait"; member in namespace:qcamera
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.cpp 163 const char QCameraParameters::KEY_QC_TRUE_PORTRAIT[] = "true-portrait";
164 const char QCameraParameters::KEY_QC_SUPPORTED_TRUE_PORTRAIT_MODES[] = "true-portrait-values";
391 // Values for True Portrait setting.
392 const char QCameraParameters::TRUE_PORTRAIT_OFF[] = "true-portrait-off";
393 const char QCameraParameters::TRUE_PORTRAIT_ON[] = "true-portrait-on";
424 static const char* portrait = "portrait"; member in namespace:qcamera
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.cpp 163 const char QCameraParameters::KEY_QC_TRUE_PORTRAIT[] = "true-portrait";
164 const char QCameraParameters::KEY_QC_SUPPORTED_TRUE_PORTRAIT_MODES[] = "true-portrait-values";
391 // Values for True Portrait setting.
392 const char QCameraParameters::TRUE_PORTRAIT_OFF[] = "true-portrait-off";
393 const char QCameraParameters::TRUE_PORTRAIT_ON[] = "true-portrait-on";
424 static const char* portrait = "portrait"; member in namespace:qcamera
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 180 const char QCameraParameters::KEY_QC_TRUE_PORTRAIT[] = "true-portrait";
181 const char QCameraParameters::KEY_QC_SUPPORTED_TRUE_PORTRAIT_MODES[] = "true-portrait-values";
449 // Values for True Portrait setting.
450 const char QCameraParameters::TRUE_PORTRAIT_OFF[] = "true-portrait-off";
451 const char QCameraParameters::TRUE_PORTRAIT_ON[] = "true-portrait-on";
491 static const char* portrait = "portrait"; member in namespace:qcamera
502 /*Thumbnail sizes to match portrait picture size aspect ratio*/
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 192 milliseconds