Searched refs:getTotalSpace (Results 1 – 14 of 14) sorted by relevance
57 mLastTotalSpace = getTotalSpace(); in onLayoutComplete()71 return INVALID_SIZE == mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace; in getTotalSpaceChange()184 public abstract int getTotalSpace(); in getTotalSpace() method in OrientationHelper315 public int getTotalSpace() { in createHorizontalHelper() method in OrientationHelper413 public int getTotalSpace() {
73 return Math.min(orientation.getTotalSpace(), extend); in computeScrollExtent()
714 hSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getHeightMode(), in measureChild()719 wSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getWidthMode(), in measureChild()
427 return mOrientationHelper.getTotalSpace(); in getExtraLayoutSpace()826 if (childSize > mOrientationHelper.getTotalSpace()) {1911 final int maxScroll = (int) (MAX_SCROLL_FACTOR * mOrientationHelper.getTotalSpace()); in onFocusSearchFailed()
142 when(mFile.getTotalSpace()).thenReturn(15000L); in testGetStorageCacheBytesUnderHighStorage()154 when(mFile.getTotalSpace()).thenReturn(250000L); in testGetStorageCacheBytesUnderLowStorage()167 when(mFile.getTotalSpace()).thenReturn(100000L); in testGetStorageCacheBytesUnderModerateStorage()
83 final long expectedLimit = (long) (Environment.getDataDirectory().getTotalSpace() * 0.1f); in testGetAppDataBytesLimit()
157 details.totalSize = mVolume.getPath().getTotalSpace(); in measureExactStorage()
1355 FileUtils.roundStorageSize(Environment.getDataDirectory().getTotalSpace() in getPrimaryStoragePathAndSize()1356 + Environment.getRootDirectory().getTotalSpace())); in getPrimaryStoragePathAndSize()1361 return FileUtils.roundStorageSize(Environment.getDataDirectory().getTotalSpace() in getPrimaryStorageSize()1362 + Environment.getRootDirectory().getTotalSpace()); in getPrimaryStorageSize()1512 final long lowBytes = (path.getTotalSpace() * lowPercent) / 100; in getStorageLowBytes()1542 final long totalBytes = path.getTotalSpace(); in computeStorageCacheBytes()
212 final long sharedDataSize = sharedPath.getTotalSpace(); in getSystemSize()
204 final long totalBytes = file.getTotalSpace(); in checkLow()267 if (file.getUsableSpace() < file.getTotalSpace() * storageThresholdPercentHigh / 100) { in checkHigh()
309 final long totalBytesLimit = (long) (Environment.getDataSystemDirectory().getTotalSpace() in getAppDataBytesLimit()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39887 method public long getTotalSpace();
23561 HSPLjava/io/File;->getTotalSpace()J