Searched refs:transformTensor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/animation/ |
D | PipResizeAnimator.java | 128 Matrix transformTensor = new Matrix(); in setBoundsAndRotation() local 132 transformTensor.setScale(scale, scale); in setBoundsAndRotation() 133 transformTensor.postTranslate(targetBounds.left, targetBounds.top); in setBoundsAndRotation() 134 transformTensor.postRotate(degrees, targetBounds.centerX(), targetBounds.centerY()); in setBoundsAndRotation() 136 tx.setMatrix(leash, transformTensor, mMatrixTmp); in setBoundsAndRotation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipScheduler.java | 218 Matrix transformTensor = new Matrix(); in scheduleUserResizePip() local 222 transformTensor.setScale(scale, scale); in scheduleUserResizePip() 223 transformTensor.postTranslate(toBounds.left, toBounds.top); in scheduleUserResizePip() 224 transformTensor.postRotate(degrees, toBounds.centerX(), toBounds.centerY()); in scheduleUserResizePip() 226 tx.setMatrix(leash, transformTensor, mMatrixTmp); in scheduleUserResizePip()
|