Searched refs:outlineMatrix (Results 1 – 1 of 1) sorted by relevance
513 final Matrix outlineMatrix = new Matrix(); in getOutline() local514 outlineMatrix.postTranslate(getLeft() + mBgTranslationX, getTop() + mBgTranslationY); in getOutline()525 outlineMatrix.postTranslate( in getOutline()528 outlineMatrix.preScale(percentShadowVisible, percentShadowVisible); in getOutline()531 outline.mPath.transform(outlineMatrix); in getOutline()