Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java634 SurfaceControl leash2, Consumer<Rect> finishCallback) { in splitSwitching() argument
655 ValueAnimator animator2 = moveSurface(t, leash2, getRefBounds2(), distBounds2, in splitSwitching()
745 SurfaceControl leash2, SurfaceControl dimLayer1, SurfaceControl dimLayer2, in applySurfaceChanges() argument
758 t.setPosition(leash2, mTempRect.left, mTempRect.top) in applySurfaceChanges()
759 .setWindowCrop(leash2, mTempRect.width(), mTempRect.height()); in applySurfaceChanges()
762 t, dividerLeash, leash1, leash2, dimLayer1, dimLayer2)) { in applySurfaceChanges()
768 mSurfaceEffectPolicy.adjustRootSurface(t, leash1, leash2); in applySurfaceChanges()
1000 SurfaceControl leash1, SurfaceControl leash2) {
1012 targetLeash = leash2;
1025 targetLeash = leash2;
[all …]