Home
last modified time | relevance | path

Searched defs:getRemainingLength (Results 1 – 1 of 1) 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