Searched refs:sTmpMatrix (Results 1 – 1 of 1) sorted by relevance
48 private static final Matrix sTmpMatrix = new Matrix(); field in FloatingWidgetView226 sTmpMatrix.reset(); in positionViews()229 sTmpMatrix.setTranslate(-mBackgroundOffset.left - mAppWidgetView.getLeft(), in positionViews()231 sTmpMatrix.postScale(foregroundScale, foregroundScale); in positionViews()232 sTmpMatrix.postTranslate(mBackgroundPosition.left, mBackgroundPosition.top in positionViews()234 mForegroundOverlayView.setMatrix(sTmpMatrix); in positionViews()