Searched defs:mLastSWCachePixelCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java357 deltaInBytes = (pixelCount - mVectorState.mLastSWCachePixelCount) * 4;
358 mVectorState.mLastSWCachePixelCount = pixelCount;
843 int mLastSWCachePixelCount = 0; field in class:VectorDrawable.VectorDrawableState
1029 int bitmapCacheSize = mLastHWCachePixelCount * 4 + mLastSWCachePixelCount * 4;

Completed in 57 milliseconds