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