Home
last modified time | relevance | path

Searched refs:getTotalSpace (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DOrientationHelper.java54 mLastTotalSpace = getTotalSpace(); in onLayoutComplete()
68 return INVALID_SIZE == mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace; in getTotalSpaceChange()
149 public abstract int getTotalSpace(); in getTotalSpace() method in OrientationHelper
246 public int getTotalSpace() { in createHorizontalHelper() method in OrientationHelper
322 public int getTotalSpace() {
DScrollbarHelper.java72 return Math.min(orientation.getTotalSpace(), extend); in computeScrollExtent()
DStaggeredGridLayoutManager.java717 if (childSize > mPrimaryOrientation.getTotalSpace()) {
761 mSizePerSpan = mSecondaryOrientation.getTotalSpace() / mSpanCount;
763 mSecondaryOrientation.getTotalSpace(), View.MeasureSpec.EXACTLY);
1233 mLayoutState.mExtra = mPrimaryOrientation.getTotalSpace();
1251 mLayoutState.mExtra = mPrimaryOrientation.getTotalSpace();
1845 mLayoutState.mExtra = isSmoothScrolling() ? mPrimaryOrientation.getTotalSpace() : 0;
DLinearLayoutManager.java393 return mOrientationHelper.getTotalSpace(); in getExtraLayoutSpace()
746 if (childSize > mOrientationHelper.getTotalSpace()) {
1677 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java640 final long lowBytes = (path.getTotalSpace() * lowPercent) / 100; in getStorageLowBytes()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerTest.java498 final int scrollStep = (mGlm.mOrientationHelper.getTotalSpace() / 20) in scrollBackAndPreservePositionsTest()
DStaggeredGridLayoutManagerTest.java294 final int scrollStep = (mLayoutManager.mPrimaryOrientation.getTotalSpace() / 10) in scrollBackAndPreservePositionsTest()
502 final int totalSpace = mLayoutManager.mPrimaryOrientation.getTotalSpace(); in getFirstLastChildrenTest()
DLinearLayoutManagerTest.java525 final int totalSpace = mLayoutManager.mOrientationHelper.getTotalSpace(); in getFirstLastChildrenTest()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java831 final long currentSize = new File(path).getTotalSpace(); in resizeContainer()
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd334 java.io.File#getTotalSpace}. These methods provide the current available space and the
/frameworks/base/api/
Dsystem-current.txt42418 method public long getTotalSpace();
Dcurrent.txt39889 method public long getTotalSpace();