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

/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java51 private final Matrix mShaderMatrix = new Matrix(); field in class:RoundedBitmapDrawable
241 mShaderMatrix.setTranslate(mDstRectF.left,mDstRectF.top);
242 mShaderMatrix.preScale(
245 mBitmapShader.setLocalMatrix(mShaderMatrix);

Completed in 25 milliseconds