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

/frameworks/base/core/java/com/android/internal/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() {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DOrientationHelper.java64 mLastTotalSpace = getTotalSpace();
78 return INVALID_SIZE == mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace;
191 public abstract int getTotalSpace(); method in class:OrientationHelper
322 public int getTotalSpace() {
420 public int getTotalSpace() {

Completed in 2702 milliseconds