Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedTaskController.java246 final boolean emptyPipPositionTx = pipTx == null || pipTx.mPosition == null; in startSeamlessRotationIfNeeded()
262 float dx = pipTx.mPosition.x; in startSeamlessRotationIfNeeded()
263 float dy = pipTx.mPosition.y; in startSeamlessRotationIfNeeded()
264 final Matrix matrix = pipTx.getMatrix(); in startSeamlessRotationIfNeeded()
265 if (pipTx.mRotation == 90) { in startSeamlessRotationIfNeeded()
266 dx = pipTx.mPosition.y; in startSeamlessRotationIfNeeded()
267 dy = areaBounds.right - pipTx.mPosition.x; in startSeamlessRotationIfNeeded()
269 } else if (pipTx.mRotation == -90) { in startSeamlessRotationIfNeeded()
270 dx = areaBounds.bottom - pipTx.mPosition.y; in startSeamlessRotationIfNeeded()
271 dy = pipTx.mPosition.x; in startSeamlessRotationIfNeeded()
[all …]