Searched refs:outlineMatrix (Results 1 – 1 of 1) sorted by relevance
555 final Matrix outlineMatrix = new Matrix(); in getOutline() local556 outlineMatrix.postTranslate(getLeft() + mBgTranslationX, getTop() + mBgTranslationY); in getOutline()567 outlineMatrix.postTranslate( in getOutline()570 outlineMatrix.preScale(percentShadowVisible, percentShadowVisible); in getOutline()573 outline.mPath.transform(outlineMatrix); in getOutline()