Searched refs:pathTransform (Results 1 – 1 of 1) sorted by relevance
75 Matrix pathTransform = new Matrix(); in RoundedArrowDrawable() local76 pathTransform.setScale( in RoundedArrowDrawable()78 mPath.transform(pathTransform); in RoundedArrowDrawable()102 Matrix pathTransform = new Matrix(); in RoundedArrowDrawable() local103 pathTransform.setRotate(isPointingLeft ? 90 : -90, width * 0.5f, height * 0.5f); in RoundedArrowDrawable()104 mPath.transform(pathTransform); in RoundedArrowDrawable()