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()
113 private static final Matrix sMatrix = new Matrix(); field in Utilities266 sMatrix.reset(); in mapCoordInSelfToDescendant()269 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()270 sMatrix.postConcat(v.getMatrix()); in mapCoordInSelfToDescendant()271 sMatrix.postTranslate(v.getLeft(), v.getTop()); in mapCoordInSelfToDescendant()274 sMatrix.postTranslate(-v.getScrollX(), -v.getScrollY()); in mapCoordInSelfToDescendant()275 sMatrix.invert(sInverseMatrix); in mapCoordInSelfToDescendant()