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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.idl 39 readonly attribute unsigned long availHeight;
Screen.h 59 unsigned availHeight() const;
Screen.cpp 102 unsigned Screen::availHeight() const
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
main.js 15 bounds.top = Math.round(0.5 * (window.screen.availHeight - bounds.height));
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 334 int availHeight = height - (getPaddingTop() + getPaddingBottom());
337 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap));
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 328 int availHeight = height - (getPaddingTop() + getPaddingBottom());
331 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap));
  /external/chromium_org/third_party/WebKit/Source/web/resources/
pickerCommon.js 118 var availRect = new Rectangle(window.screen.availLeft, window.screen.availTop, window.screen.availWidth, window.screen.availHeight);
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 426 candidateBounds.top = nextBottom >= screen.availHeight ?
427 nextBottom % screen.availHeight : nextTop;
616 top: Math.round(window.screen.availHeight * 0.1),
618 height: Math.round(window.screen.availHeight * 0.8)
  /external/chromium_org/ui/file_manager/video_player/js/
video_player.js 457 var shrinkY = newHeight / window.screen.availHeight;
475 oldTop = window.screen.availHeight / 2;

Completed in 538 milliseconds