HomeSort by relevance Sort by last modified time
    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 330 int availWidth = width - (getPaddingLeft() + getPaddingRight());
333 int n = Math.max(1, (availWidth + mWidthGap) / (mCellWidth + mWidthGap));
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 183 milliseconds