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

/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java53 private final Matrix mShaderMatrix = new Matrix(); field in class:RoundedBitmapDrawable
243 mShaderMatrix.setTranslate(mDstRectF.left,mDstRectF.top);
244 mShaderMatrix.preScale(
247 mBitmapShader.setLocalMatrix(mShaderMatrix);

Completed in 41 milliseconds