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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.cpp 102 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));

Completed in 195 milliseconds