Searched refs:mTmpDestinationRectF (Results 1 – 3 of 3) sorted by relevance
37 private final RectF mTmpDestinationRectF = new RectF(); field in PipSurfaceTransactionHelper51 mTmpDestinationRectF.set(destinationBounds); in scale()52 mTmpDestinationRectF.offsetTo(0, 0); in scale()53 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()68 mTmpDestinationRectF.set(destinationBounds); in scale()69 mTmpDestinationRectF.offsetTo(0, 0); in scale()70 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()
37 private final RectF mTmpDestinationRectF = new RectF(); field in PipSurfaceTransactionHelper97 mTmpDestinationRectF.set(destinationBounds); in scale()98 mTmpTransform.setRectToRect(mTmpSourceRectF, mTmpDestinationRectF, Matrix.ScaleToFit.FILL); in scale()100 mTmpDestinationRectF.centerX(), mTmpDestinationRectF.centerY()); in scale()
112 private final RectF mTmpDestinationRectF = new RectF(); field in PhonePipMenuController