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

1 2

  /external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
window-resize.js 6 var landscape = { width: window.innerHeight, height: window.innerWidth };
11 window.resizeTo(landscape.width, landscape.height);
  /external/chromium_org/chrome/browser/resources/contextual_search/
promo.css 44 /* Some properties below can be overridden in landscape orientation. */
58 .landscape {
62 /* Landscape */
63 @media screen and (orientation:landscape) {
73 .landscape {
77 html[dir='rtl'] .landscape {
  /cts/tools/utils/
rm_dup_holo_imgs.py 33 # A script to find holo images which are duplicated in the landscape and
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
36 # landscape folder. This will reduce the size of the Holo test case.
46 landscape = getAllHashes(landDir)
48 if f in landscape and landscape[f] == portrait[f]:
  /prebuilts/devtools/tools/lib/
screenshot2.jar 
  /external/chromium_org/printing/
print_settings.cc 228 void PrintSettings::SetOrientation(bool landscape) {
229 if (landscape_ != landscape) {
230 landscape_ = landscape;
print_settings.h 59 void SetOrientation(bool landscape);
60 bool landscape() const { return landscape_; } function in class:printing::PrintSettings
212 // Is the orientation landscape or portrait.
printing_context_mac.h 83 bool SetOrientationIsLandscape(bool landscape);
print_settings_conversion.cc 170 bool landscape = false; local
180 !job_settings.GetBoolean(kSettingLandscape, &landscape) ||
187 settings->SetOrientation(landscape);
221 job_settings->SetBoolean(kSettingLandscape, settings.landscape());
printing_context_win.cc 179 dev_mode->dmOrientation = settings_.landscape() ? DMORIENT_LANDSCAPE :
  /packages/apps/Camera2/src/com/android/camera/
CaptureLayoutHelper.java 194 // Reverse landscape, bottom bar align left.
246 boolean landscape = width > height;
254 if (landscape) {
281 if (landscape) {
300 if (landscape) {
317 if (landscape) {
335 if (landscape) {
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.cpp 38 DEFINE_STATIC_LOCAL(const AtomicString, landscapePrimary, ("landscape-primary", AtomicString::ConstructFromLiteral));
39 DEFINE_STATIC_LOCAL(const AtomicString, landscapeSecondary, ("landscape-secondary", AtomicString::ConstructFromLiteral));
42 DEFINE_STATIC_LOCAL(const AtomicString, landscape, ("landscape", AtomicString::ConstructFromLiteral));
52 { landscape, WebScreenOrientationLockLandscape },
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 438 boolean landscape = false;
440 // If large style and landscape image we always use margin.
442 landscape = true;
448 if ((landscape && drawableWidth > cardHeight) ||
449 (!landscape && drawableHeight > cardHeight)) {
458 if (landscape && drawableWidth > cardHeight - horizontalMargin) {
460 } else if (!landscape && drawableHeight > cardHeight - 2 * verticalMargin) {
  /device/lge/mako/camera/
QCameraParameters.cpp 188 static const char* landscape = "landscape"; member in namespace:android
211 set("orientation", landscape);
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraParameters.cpp 200 static const char* landscape = "landscape"; member in namespace:android
223 set("orientation", landscape);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
ScreencastApp.js 19 [WebInspector.UIString("Disable screencast."), WebInspector.UIString("Switch to portrait screencast."), WebInspector.UIString("Switch to landscape screencast.")],
  /external/chromium_org/ui/keyboard/resources/
constants.js 56 * The ratio between the width and height of the key when in landscape mode.
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 331 // Horizontal flip in landscape
358 public void setAppToLandscape(boolean landscape) {
363 mAppIsLandscape = landscape;
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 115 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
123 * {@link #RemoteViews(RemoteViews, RemoteViews)} to keep track of the landscape and portrait
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
print_dialog_gtk2.cc 313 settings->landscape() ? GTK_PAGE_ORIENTATION_LANDSCAPE :
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 112 LANDSCAPE = 0,
223 bool landscape = false; local
224 if (settings.GetBoolean(printing::kSettingLandscape, &landscape))
225 ReportPrintSettingHistogram(landscape ? LANDSCAPE : PORTRAIT);
338 orientation.AddOption(cloud_devices::printer::LANDSCAPE);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 283 static const char* landscape = "landscape"; member in namespace:qcamera
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp 283 static const char* landscape = "landscape"; member in namespace:qcamera
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp 333 static const char* landscape = "landscape"; member in namespace:qcamera
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]

Completed in 1061 milliseconds

1 2