Home
last modified time | relevance | path

Searched refs:getRemainingLength (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java123 public abstract long getRemainingLength(); in getRemainingLength() method in Asset
604 public long getRemainingLength() { return mLength-mOffset; } in getRemainingLength() method in Asset._FileAsset
1081 public long getRemainingLength() { return mUncompressedLen-mOffset; } in getRemainingLength() method in Asset._CompressedAsset
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java1677 return asset.getRemainingLength(); in nativeAssetGetRemainingLength()
DShadowArscAssetManager9.java1675 return asset.getRemainingLength(); in nativeAssetGetRemainingLength()
DShadowArscAssetManager.java508 return a.getRemainingLength(); in getAssetRemainingLength()