Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java431 public void applySurfaceChanges(SurfaceControl.Transaction t, SurfaceControl leash1, in applySurfaceChanges() argument
439 t.setPosition(leash1, mBounds1.left, mBounds1.top) in applySurfaceChanges()
440 .setWindowCrop(leash1, mBounds1.width(), mBounds1.height()); in applySurfaceChanges()
445 t, dividerLeash, leash1, leash2, dimLayer1, dimLayer2)) { in applySurfaceChanges()
449 mDismissingEffectPolicy.adjustDismissingSurface(t, leash1, leash2, dimLayer1, dimLayer2); in applySurfaceChanges()
642 SurfaceControl leash1, SurfaceControl leash2, in adjustDismissingSurface() argument
648 targetLeash = leash1; in adjustDismissingSurface()
842 SurfaceControl dividerLeash, SurfaceControl leash1, SurfaceControl leash2, in adjustSurfaceLayoutForIme() argument
855 t.setPosition(leash1, mTempRect.left, mTempRect.top); in adjustSurfaceLayoutForIme()