Searched refs:sMatrix (Results 1 – 2 of 2) sorted by relevance
31 private static final Matrix sMatrix = new Matrix(); field in FastScrollThumbDrawable62 sMatrix.setRotate(-45, bounds.left + r, bounds.top + r); in onBoundsChange()64 sMatrix.postTranslate(bounds.width(), 0); in onBoundsChange()65 sMatrix.postScale(-1, 1, bounds.width(), 0); in onBoundsChange()67 mPath.transform(sMatrix); in onBoundsChange()
122 private static final Matrix sMatrix = new Matrix(); field in Utilities284 sMatrix.reset(); in mapCoordInSelfToDescendant()287 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()288 sMatrix.postConcat(v.getMatrix()); in mapCoordInSelfToDescendant()289 sMatrix.postTranslate(v.getLeft(), v.getTop()); in mapCoordInSelfToDescendant()292 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()293 sMatrix.invert(sInverseMatrix); in mapCoordInSelfToDescendant()