/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowAnimationSpecTest.java | 67 verify(mTransaction).setWindowCrop(eq(mSurfaceControl), in testApply_clipNone() 77 verify(mTransaction).setWindowCrop(eq(mSurfaceControl), in testApply_clipAfter() 88 verify(mTransaction).setWindowCrop(eq(mSurfaceControl), in testApply_clipAfterOffsetPosition()
|
D | RemoteAnimationControllerTest.java | 192 verify(mMockTransaction).setWindowCrop(mMockLeash, 100, 50); in testRun() 389 verify(mMockTransaction).setWindowCrop( in testChangeToSmallerSize() 392 verify(mMockTransaction).setWindowCrop(mMockThumbnailLeash, app.startBounds.width(), in testChangeToSmallerSize() 443 verify(mMockTransaction).setWindowCrop( in testChangeTolargerSize() 446 verify(mMockTransaction).setWindowCrop(mMockThumbnailLeash, app.startBounds.width(), in testChangeTolargerSize() 498 verify(mMockTransaction).setWindowCrop( in testChangeToDifferentPosition() 501 verify(mMockTransaction).setWindowCrop(mMockThumbnailLeash, app.startBounds.width(), in testChangeToDifferentPosition() 619 verify(mMockTransaction).setWindowCrop(mMockLeash, 100, 50); in testNonAppIncluded_keygaurdGoingAway()
|
D | DimmerTests.java | 175 verify(mTransaction).setWindowCrop(mDimmer.getDimLayer(), width, height); in testUpdateDimsAppliesCrop() 284 verify(mTransaction).setWindowCrop(dimLayer, bounds.width(), bounds.height()); in testDimUpdateWhileDimming() 290 verify(mTransaction).setWindowCrop(dimLayer, bounds.width(), bounds.height()); in testDimUpdateWhileDimming()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | ToggleResizeDesktopTaskTransitionHandler.kt | 86 .setWindowCrop(leash, startBounds.width(), startBounds.height()) in <lambda>() 101 .setWindowCrop(leash, endBounds.width(), endBounds.height()) in <lambda>() 111 .setWindowCrop(leash, rect.width(), rect.height()) in <lambda>()
|
D | EnterDesktopTaskTransitionHandler.java | 158 .setWindowCrop(leash, startBounds.width(), startBounds.height()) in animateMoveToDesktop() 168 .setWindowCrop(leash, animationValue.width(), animationValue.height()) in animateMoveToDesktop()
|
D | DragToDesktopTransitionHandler.kt | 358 setWindowCrop(change.leash, bounds.width(), bounds.height()) in <lambda>() 371 setWindowCrop(change.leash, bounds.width(), bounds.height()) in <lambda>() 405 setWindowCrop(change.leash, bounds.width(), bounds.height()) in <lambda>() 556 setWindowCrop(draggedTaskLeash, animBounds.width(), animBounds.height()) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | VeiledResizeTaskPositioner.java | 184 startTransaction.setWindowCrop(sc, endBounds.width(), endBounds.height()) in startAnimation() 186 finishTransaction.setWindowCrop(sc, endBounds.width(), endBounds.height()) in startAnimation()
|
D | FluidResizeTaskPositioner.java | 183 startTransaction.setWindowCrop(sc, endBounds.width(), endBounds.height()) in startAnimation() 185 finishTransaction.setWindowCrop(sc, endBounds.width(), endBounds.height()) in startAnimation()
|
D | WindowDecoration.java | 307 startT.setWindowCrop(mDecorationContainerSurface, outResult.mWidth, outResult.mHeight) in updateDecorationContainerSurface() 323 startT.setWindowCrop(mCaptionContainerSurface, outResult.mCaptionWidth, in updateCaptionContainerSurface() 388 startT.setWindowCrop(mTaskSurface, outResult.mWidth, outResult.mHeight); in updateTaskSurface() 389 finishT.setWindowCrop(mTaskSurface, outResult.mWidth, outResult.mHeight) in updateTaskSurface() 630 .setWindowCrop(windowSurfaceControl, width, height) in addWindow()
|
D | ResizeVeil.kt | 290 t.setWindowCrop(veil, newBounds.width(), newBounds.height()) in relayout() 293 .setWindowCrop(parentSurface, newBounds.width(), newBounds.height()) in relayout()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowAnimationSpec.java | 133 t.setWindowCrop(leash, clipRect); in apply() 142 t.setWindowCrop(leash, mTmpRect); in apply()
|
D | BlackFrame.java | 55 transaction.setWindowCrop(surface, w, h); in BlackSurface()
|
D | SmoothDimmer.java | 78 t.setWindowCrop(mDimSurface, mDimBounds.width(), mDimBounds.height()); in adjustSurfaceLayout()
|
D | InputConsumerImpl.java | 122 t.setWindowCrop(mInputSurface, mTmpClipRect); in layout()
|
D | InsetsSourceProvider.java | 465 t.setWindowCrop(mWindowContainer.mSurfaceAnimator.mLeash, in setCropToProvidingInsetsBounds() 482 t.setWindowCrop(mWindowContainer.mSurfaceAnimator.mLeash, null); in removeCropToProvidingInsetsBounds() 791 t.setWindowCrop(mCapturedLeash, getProvidingInsetsBoundsCropRect()); in startAnimation()
|
/frameworks/base/core/java/android/window/ |
D | PictureInPictureSurfaceTransaction.java | 186 tx.setWindowCrop(surfaceControl, surfaceTransaction.mWindowCrop); in apply() 245 public Builder setWindowCrop(@NonNull Rect windowCrop) { in setWindowCrop() method in PictureInPictureSurfaceTransaction.Builder
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedSurfaceTransactionHelper.java | 67 tx.setWindowCrop(leash, destinationBounds.width(), destinationBounds.height()); in crop()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/ |
D | StubTransaction.java | 140 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop() method in StubTransaction 145 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, int width, int height) { in setWindowCrop() method in StubTransaction
|
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
D | StubTransaction.java | 138 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, Rect crop) { in setWindowCrop() method in StubTransaction 143 public SurfaceControl.Transaction setWindowCrop(SurfaceControl sc, int width, int height) { in setWindowCrop() method in StubTransaction
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | WindowDecorationTests.java | 242 verify(mMockSurfaceControlStartT).setWindowCrop(decorContainerSurface, 300, 100); in testLayoutResultCalculation_visibleFocusedTask() 246 verify(mMockSurfaceControlStartT).setWindowCrop(captionContainerSurface, 300, 64); in testLayoutResultCalculation_visibleFocusedTask() 423 verify(mMockSurfaceControlAddWindowT).setWindowCrop(additionalWindowSurface, width, height); in testAddViewHostViewContainer() 465 verify(mMockSurfaceControlStartT).setWindowCrop(captionContainerSurface, 300, 64); in testLayoutResultCalculation_fullWidthCaption() 795 verify(mMockSurfaceControlStartT, never()).setWindowCrop( in testTaskPositionAndCropNotSetWhenFalse() 799 verify(mMockSurfaceControlFinishT, never()).setWindowCrop( in testTaskPositionAndCropNotSetWhenFalse() 824 verify(mMockSurfaceControlStartT).setWindowCrop( in testTaskPositionAndCropSetWhenSetTrue() 828 verify(mMockSurfaceControlFinishT).setWindowCrop( in testTaskPositionAndCropSetWhenSetTrue()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/ |
D | FullscreenUnfoldTaskAnimator.java | 171 transaction.setWindowCrop(context.mLeash, context.mCurrentCropRect) in applyAnimationProgress() 206 .setWindowCrop(context.mLeash, null) in resetSurface()
|
D | SplitTaskUnfoldAnimator.java | 265 transaction.setWindowCrop(context.mLeash, context.mCurrentCropRect) in applyAnimationProgress() 290 .setWindowCrop(context.mLeash, null) in resetSurface()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipTransition.java | 264 startTransaction.setWindowCrop(pipLeash, pipChange.getEndAbsBounds().width(), in startResizeAnimation() 313 startTransaction.setWindowCrop(pipLeash, animationSrcRectHint); in handleSwipePipToHomeTransition() 395 .setWindowCrop(pipLeash, destinationBounds.width(), destinationBounds.height()) in startAlphaTypeEnterAnimation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationAdapter.java | 233 t.setWindowCrop(mLeash, mWholeAnimationBounds.width(), mWholeAnimationBounds.height()); in onAnimationUpdateInner()
|
/frameworks/base/core/java/android/view/ |
D | SyncRtSurfaceTransactionApplier.java | 111 t.setWindowCrop(params.surface, params.windowCrop); in applyParams()
|