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

  /external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
window-resize.js 5 var portrait = { width: window.innerWidth, height: window.innerHeight };
9 window.resizeTo(portrait.width, portrait.height);
  /external/openfst/src/include/fst/script/
draw.h 43 const bool portrait; member in struct:fst::script::FstDrawerArgs
61 bool portrait,
71 title(title), width(width), height(height), portrait(portrait),
84 args->height, args->portrait,
99 bool portrait,
draw-impl.h 51 bool portrait,
60 title_(title), width_(width), height_(height), portrait_(portrait),
87 PrintString("orientation = Portrait;\n");
  /external/openfst/src/script/
draw.cc 34 bool portrait,
44 height, portrait, vertical, ranksep, nodesep,
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 58 boolean portrait = newConfig.orientation == Configuration.ORIENTATION_PORTRAIT;
60 params.set("orientation", portrait ? "portrait" : "landscape");
163 final boolean portrait = resources.getConfiguration().orientation ==
174 if ((portrait &&
176 (!portrait &&
209 params.set("orientation", portrait ? "portrait" : "landscape");
  /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;
  /external/openfst/src/bin/
fstdraw.cc 33 DEFINE_bool(portrait, false, "Portrait mode (def: landscape)");
  /device/lge/mako/camera/
QCameraParameters.cpp 187 static const char* portrait = "portrait"; member in namespace:android
202 if (orientation && !strcmp(orientation, portrait))
209 set("orientation", portrait);
  /frameworks/base/core/java/android/widget/
RemoteViews.java 116 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
124 * {@link #RemoteViews(RemoteViews, RemoteViews)} to keep track of the landscape and portrait
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 43 $('portrait').addEventListener('click', onLayoutModeToggle);
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 282 static const char* portrait = "portrait"; member in namespace:qcamera
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 282 static const char* portrait = "portrait"; member in namespace:qcamera
    [all...]
  /prebuilts/sdk/17/
android.jar 

Completed in 2794 milliseconds