OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:availWidth
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/page/
Screen.cpp
105
unsigned Screen::
availWidth
() const
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java
319
int
availWidth
= width - (getPaddingLeft() + getPaddingRight());
322
int n = Math.max(1, (
availWidth
+ mWidthGap) / (mCellWidth + mWidthGap));
/external/webkit/Source/WebCore/rendering/
RenderBlock.cpp
[
all
...]
Completed in 430 milliseconds