Home
last modified time | relevance | path

Searched refs:sTmpMatrix (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java48 private static final Matrix sTmpMatrix = new Matrix(); field in FloatingWidgetView
226 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()