OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availHeight
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.h
52
unsigned
availHeight
() const;
Screen.idl
37
readonly attribute unsigned long
availHeight
;
Screen.cpp
103
unsigned Screen::
availHeight
() const
/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/chrome/browser/resources/file_manager/foreground/js/media/
video_player.js
258
var shrinkY = newHeight / window.screen.
availHeight
;
276
oldTop = window.screen.
availHeight
/ 2;
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
background.js
325
candidateBounds.top = nextBottom >= screen.
availHeight
?
326
nextBottom % screen.
availHeight
: nextTop;
481
top: Math.round(window.screen.
availHeight
* 0.1),
483
height: Math.round(window.screen.
availHeight
* 0.8)
/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
);
Completed in 571 milliseconds