Searched refs:sTmpMatrix (Results 1 – 1 of 1) sorted by relevance
50 private static final Matrix sTmpMatrix = new Matrix(); field in FloatingWidgetView232 sTmpMatrix.reset(); in positionViews()235 sTmpMatrix.setTranslate(-mBackgroundOffset.left - mAppWidgetView.getLeft(), in positionViews()237 sTmpMatrix.postScale(foregroundScale, foregroundScale); in positionViews()238 sTmpMatrix.postTranslate(mBackgroundPosition.left, mBackgroundPosition.top in positionViews()240 mForegroundOverlayView.setMatrix(sTmpMatrix); in positionViews()