Searched refs:totalSize (Results 51 - 56 of 56) sorted by relevance

123

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1733 int64_t totalSize = 0; local
1759 totalSize = dq.dqb_curspace;
1843 totalSize += size;
1857 ret.push_back(totalSize);
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java5913 int totalSize = position + 8; // eight bytes is for header part.
5915 Log.d(TAG, "totalSize length: " + totalSize);
5937 dataOutputStream.writeUnsignedShort(totalSize);
6006 return totalSize;
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java2104 * @param totalSize The total size of RecyclerView in the scroll direction.
2111 int totalSize, long msSinceStartScroll) {
2109 interpolateOutOfBoundsScroll(RecyclerView recyclerView, int viewSize, int viewSizeOutOfBounds, int totalSize, long msSinceStartScroll) argument
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DItemTouchHelper.java2138 * @param totalSize The total size of RecyclerView in the scroll direction.
2146 int totalSize, long msSinceStartScroll) {
2144 interpolateOutOfBoundsScroll(@onNull RecyclerView recyclerView, int viewSize, int viewSizeOutOfBounds, int totalSize, long msSinceStartScroll) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1540 const uint32_t totalSize = dtohl(next->header.size); local
1565 if ((totalSize-headerSize) < minExtSize) {
1569 (int)(totalSize-headerSize), (int)minExtSize);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 190 milliseconds

123