Searched refs:mLastHWCachePixelCount (Results 1 – 2 of 2) sorted by relevance
440 deltaInBytes = (pixelCount - mVectorState.mLastHWCachePixelCount) * 4; in draw()441 mVectorState.mLastHWCachePixelCount = pixelCount; in draw()954 int mLastHWCachePixelCount = 0; field in VectorDrawable.VectorDrawableState1139 int bitmapCacheSize = mLastHWCachePixelCount * 4 + mLastSWCachePixelCount * 4; in finalize()
20372 Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;->mLastHWCachePixelCount:I