Searched refs:atomicTx (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipContentOverlay.java | 67 public abstract void onAnimationUpdate(SurfaceControl.Transaction atomicTx, in onAnimationUpdate() argument 76 public abstract void onAnimationEnd(SurfaceControl.Transaction atomicTx, in onAnimationEnd() argument 105 public void onAnimationUpdate(SurfaceControl.Transaction atomicTx, in onAnimationUpdate() argument 107 atomicTx.setAlpha(mLeash, fraction < 0.5f ? 0 : (fraction - 0.5f) * 2); in onAnimationUpdate() 111 public void onAnimationEnd(SurfaceControl.Transaction atomicTx, Rect destinationBounds) { in onAnimationEnd() argument 163 public void onAnimationUpdate(SurfaceControl.Transaction atomicTx, in onAnimationUpdate() argument 169 public void onAnimationEnd(SurfaceControl.Transaction atomicTx, Rect destinationBounds) { in onAnimationEnd() argument 170 atomicTx.remove(mLeash); in onAnimationEnd() 215 public void onAnimationUpdate(SurfaceControl.Transaction atomicTx, in onAnimationUpdate() argument 224 atomicTx.setMatrix(mLeash, mTmpTransform, mTmpFloat9) in onAnimationUpdate() [all …]
|