Searched refs:getTotalSpace (Results 1 – 12 of 12) sorted by relevance
54 mLastTotalSpace = getTotalSpace(); in onLayoutComplete()68 return INVALID_SIZE == mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace; in getTotalSpaceChange()149 public abstract int getTotalSpace(); in getTotalSpace() method in OrientationHelper246 public int getTotalSpace() { in createHorizontalHelper() method in OrientationHelper322 public int getTotalSpace() {
72 return Math.min(orientation.getTotalSpace(), extend); in computeScrollExtent()
717 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;
393 return mOrientationHelper.getTotalSpace(); in getExtraLayoutSpace()746 if (childSize > mOrientationHelper.getTotalSpace()) {1677 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed()
640 final long lowBytes = (path.getTotalSpace() * lowPercent) / 100; in getStorageLowBytes()
498 final int scrollStep = (mGlm.mOrientationHelper.getTotalSpace() / 20) in scrollBackAndPreservePositionsTest()
294 final int scrollStep = (mLayoutManager.mPrimaryOrientation.getTotalSpace() / 10) in scrollBackAndPreservePositionsTest()502 final int totalSpace = mLayoutManager.mPrimaryOrientation.getTotalSpace(); in getFirstLastChildrenTest()
525 final int totalSpace = mLayoutManager.mOrientationHelper.getTotalSpace(); in getFirstLastChildrenTest()
831 final long currentSize = new File(path).getTotalSpace(); in resizeContainer()
334 java.io.File#getTotalSpace}. These methods provide the current available space and the
42418 method public long getTotalSpace();
39889 method public long getTotalSpace();