OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:availHeight
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Screen.cpp
98
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));
Completed in 921 milliseconds