Searched defs:getTotalSpace (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOrientationHelper.java57 mLastTotalSpace = getTotalSpace();
71 return INVALID_SIZE == mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace;
184 public abstract int getTotalSpace(); method in class:OrientationHelper
315 public int getTotalSpace() {
413 public int getTotalSpace() {

Completed in 61 milliseconds