Searched refs:mTmpBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java230 private final Rect mTmpBounds = new Rect(); field in class:VectorDrawable
277 copyBounds(mTmpBounds);
278 if (mTmpBounds.width() <= 0 || mTmpBounds.height() <= 0) {
294 int scaledWidth = (int) (mTmpBounds.width() * canvasScaleX);
295 int scaledHeight = (int) (mTmpBounds.height() * canvasScaleY);
304 canvas.translate(mTmpBounds.left, mTmpBounds.top);
309 canvas.translate(mTmpBounds.width(), 0);
316 mTmpBounds
[all...]

Completed in 60 milliseconds