Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java788 final SurfaceControl dividerLeash = getDividerLeash(); in applySurfaceChanges() local
789 if (dividerLeash != null) { in applySurfaceChanges()
791 t.setPosition(dividerLeash, mTempRect.left, mTempRect.top); in applySurfaceChanges()
793 t.setLayer(dividerLeash, Integer.MAX_VALUE); in applySurfaceChanges()
803 t, dividerLeash, leash1, leash2, dimLayer1, dimLayer2)) { in applySurfaceChanges()
1268 SurfaceControl dividerLeash, SurfaceControl leash1, SurfaceControl leash2,
1273 if (dividerLeash != null) {
1276 t.setPosition(dividerLeash, mTempRect.left, mTempRect.top);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java2235 final SurfaceControl dividerLeash = mSplitLayout.getDividerLeash(); in applyDividerVisibility() local
2236 if (dividerLeash == null) { in applyDividerVisibility()
2253 t.setVisibility(dividerLeash, mDividerVisible); in applyDividerVisibility()
2254 t.setLayer(dividerLeash, Integer.MAX_VALUE); in applyDividerVisibility()
2255 t.setPosition(dividerLeash, mTempRect1.left, mTempRect1.top); in applyDividerVisibility()
2260 if (dividerLeash == null || !dividerLeash.isValid()) { in applyDividerVisibility()
2265 transaction.setAlpha(dividerLeash, (float) animation.getAnimatedValue()); in applyDividerVisibility()
2271 if (dividerLeash == null || !dividerLeash.isValid()) { in applyDividerVisibility()
2276 transaction.show(dividerLeash); in applyDividerVisibility()
2277 transaction.setAlpha(dividerLeash, 0); in applyDividerVisibility()
[all …]