Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java1050 SurfaceControl targetLeash = null;
1056 targetLeash = leash1;
1061 targetLeash = leash2;
1069 targetLeash = leash1;
1074 targetLeash = leash2;
1079 if (mParallaxType != PARALLAX_NONE && targetLeash != null) {
1080 t.setPosition(targetLeash,
1084 t.setWindowCrop(targetLeash, mTempRect);
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java993 SurfaceControl targetLeash) { in resetSurfaceTransform() argument
996 t.setPosition(targetLeash, tmpPos.x, tmpPos.y); in resetSurfaceTransform()
1001 t.setCrop(targetLeash, null /* crop */); in resetSurfaceTransform()
1005 t.setWindowCrop(targetLeash, clipRect.width(), clipRect.height()); in resetSurfaceTransform()
1007 t.setMatrix(targetLeash, 1, 0, 0, 1); in resetSurfaceTransform()
1013 t.setWindowCrop(targetLeash, -1, -1); in resetSurfaceTransform()
1029 final SurfaceControl targetLeash = getLeashSurface(target, null /* t */); in buildFinishTransaction() local
1032 t.reparent(targetLeash, origParent); in buildFinishTransaction()
1033 t.setLayer(targetLeash, target.getLastLayer()); in buildFinishTransaction()
1034 t.setCornerRadius(targetLeash, 0); in buildFinishTransaction()
[all …]