Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
DFreeformTaskTransitionObserver.java73 @NonNull SurfaceControl.Transaction startT, in onTransitionReady() argument
101 onOpenTransitionReady(change, startT, finishT); in onTransitionReady()
104 onToFrontTransitionReady(change, startT, finishT); in onTransitionReady()
108 onCloseTransitionReady(change, startT, finishT); in onTransitionReady()
112 onChangeTransitionReady(change, startT, finishT); in onTransitionReady()
121 SurfaceControl.Transaction startT, in onOpenTransitionReady() argument
124 change.getTaskInfo(), change.getLeash(), startT, finishT); in onOpenTransitionReady() local
129 SurfaceControl.Transaction startT, in onCloseTransitionReady() argument
131 mWindowDecorViewModel.onTaskClosing(change.getTaskInfo(), startT, finishT); in onCloseTransitionReady() local
136 SurfaceControl.Transaction startT, in onChangeTransitionReady() argument
[all …]
DFreeformTaskTransitionHandler.java124 @NonNull SurfaceControl.Transaction startT, in startAnimation() argument
167 startT.apply(); in startAnimation()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/freeform/
DFreeformTaskTransitionObserverTest.java102 final SurfaceControl.Transaction startT = mock(SurfaceControl.Transaction.class); in testCreatesWindowDecorOnOpenTransition_freeform() local
104 mTransitionObserver.onTransitionReady(transition, info, startT, finishT); in testCreatesWindowDecorOnOpenTransition_freeform()
108 change.getTaskInfo(), change.getLeash(), startT, finishT); in testCreatesWindowDecorOnOpenTransition_freeform() local
119 final SurfaceControl.Transaction startT = mock(SurfaceControl.Transaction.class); in testPreparesWindowDecorOnCloseTransition_freeform() local
121 mTransitionObserver.onTransitionReady(transition, info, startT, finishT); in testPreparesWindowDecorOnCloseTransition_freeform()
125 change.getTaskInfo(), startT, finishT); in testPreparesWindowDecorOnCloseTransition_freeform() local
136 final SurfaceControl.Transaction startT = mock(SurfaceControl.Transaction.class); in testDoesntCloseWindowDecorDuringCloseTransition() local
138 mTransitionObserver.onTransitionReady(transition, info, startT, finishT); in testDoesntCloseWindowDecorDuringCloseTransition()
154 final SurfaceControl.Transaction startT = mock(SurfaceControl.Transaction.class); in testClosesWindowDecorAfterCloseTransition() local
156 mTransitionObserver.onTransitionReady(transition, info, startT, finishT); in testClosesWindowDecorAfterCloseTransition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DEnterDesktopTaskTransitionHandler.java100 @NonNull SurfaceControl.Transaction startT, in startAnimation() argument
116 transition, info.getType(), change, startT, finishT, finishCallback); in startAnimation()
129 @NonNull SurfaceControl.Transaction startT, in startChangeTransition() argument
139 return animateMoveToDesktop(change, startT, finishCallback); in startChangeTransition()
147 @NonNull SurfaceControl.Transaction startT, in animateMoveToDesktop() argument
157 startT.setPosition(leash, startBounds.left, startBounds.top) in animateMoveToDesktop()
160 mOnTaskResizeAnimationListener.onAnimationStart(taskInfo.taskId, startT, startBounds); in animateMoveToDesktop()
DExitDesktopTaskTransitionHandler.java103 @NonNull SurfaceControl.Transaction startT, in startAnimation() argument
119 transition, info.getType(), change, startT, finishT, finishCallback); in startAnimation()
133 @NonNull SurfaceControl.Transaction startT, in startChangeTransition() argument
151 startT.hide(sc) in startChangeTransition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecorViewModel.java58 SurfaceControl.Transaction startT, in onTaskOpening() argument
90 SurfaceControl.Transaction startT, in onTaskChanging() argument
103 SurfaceControl.Transaction startT, in onTaskClosing() argument
DWindowDecoration.java199 void relayout(RelayoutParams params, SurfaceControl.Transaction startT, in relayout() argument
202 updateViewsAndSurfaces(params, startT, finishT, wct, rootView, outResult); in relayout()
204 updateViewHost(params, startT, outResult); in relayout()
209 SurfaceControl.Transaction startT, SurfaceControl.Transaction finishT, in updateViewsAndSurfaces() argument
243 updateDecorationContainerSurface(startT, outResult); in updateViewsAndSurfaces()
244 updateCaptionContainerSurface(startT, outResult); in updateViewsAndSurfaces()
246 updateTaskSurface(params, startT, finishT, outResult); in updateViewsAndSurfaces()
292 SurfaceControl.Transaction startT, RelayoutResult<T> outResult) { in updateDecorationContainerSurface() argument
302 startT.setTrustedOverlay(mDecorationContainerSurface, true) in updateDecorationContainerSurface()
307 startT.setWindowCrop(mDecorationContainerSurface, outResult.mWidth, outResult.mHeight) in updateDecorationContainerSurface()
[all …]
DCaptionWindowDecorViewModel.java104 SurfaceControl.Transaction startT, in onTaskOpening() argument
107 createWindowDecoration(taskInfo, taskSurface, startT, finishT); in onTaskOpening()
140 SurfaceControl.Transaction startT, in onTaskChanging() argument
152 createWindowDecoration(taskInfo, taskSurface, startT, finishT); in onTaskChanging()
154 decoration.relayout(taskInfo, startT, finishT, false /* applyStartTransactionOnDraw */, in onTaskChanging()
162 SurfaceControl.Transaction startT, in onTaskClosing() argument
167 decoration.relayout(taskInfo, startT, finishT, false /* applyStartTransactionOnDraw */, in onTaskClosing()
218 SurfaceControl.Transaction startT, in createWindowDecoration() argument
246 windowDecoration.relayout(taskInfo, startT, finishT, in createWindowDecoration()
DDesktopModeWindowDecoration.java212 SurfaceControl.Transaction startT, SurfaceControl.Transaction finishT, in relayout() argument
218 relayoutInSync(taskInfo, startT, finishT, applyStartTransactionOnDraw, in relayout()
223 relayoutWithDelayedViewHost(taskInfo, startT, finishT, applyStartTransactionOnDraw, in relayout()
231 SurfaceControl.Transaction startT, SurfaceControl.Transaction finishT, in relayoutInSync() argument
235 updateRelayoutParamsAndSurfaces(taskInfo, startT, finishT, applyStartTransactionOnDraw, in relayoutInSync()
238 updateViewHost(mRelayoutParams, startT, mResult); in relayoutInSync()
257 SurfaceControl.Transaction startT, SurfaceControl.Transaction finishT, in relayoutWithDelayedViewHost() argument
265 updateRelayoutParamsAndSurfaces(taskInfo, startT, finishT, in relayoutWithDelayedViewHost()
278 SurfaceControl.Transaction startT, SurfaceControl.Transaction finishT, in updateRelayoutParamsAndSurfaces() argument
282 mHandleMenu.relayout(startT); in updateRelayoutParamsAndSurfaces()
[all …]
DDesktopModeWindowDecorViewModel.java298 SurfaceControl.Transaction startT, in onTaskOpening() argument
301 createWindowDecoration(taskInfo, taskSurface, startT, finishT); in onTaskOpening()
338 SurfaceControl.Transaction startT, in onTaskChanging() argument
349 createWindowDecoration(taskInfo, taskSurface, startT, finishT); in onTaskChanging()
351 decoration.relayout(taskInfo, startT, finishT, false /* applyStartTransactionOnDraw */, in onTaskChanging()
359 SurfaceControl.Transaction startT, in onTaskClosing() argument
364 decoration.relayout(taskInfo, startT, finishT, false /* applyStartTransactionOnDraw */, in onTaskClosing()
1060 SurfaceControl.Transaction startT, in createWindowDecoration() argument
1103 windowDecoration.relayout(taskInfo, startT, finishT, in createWindowDecoration()
DCaptionWindowDecoration.java181 SurfaceControl.Transaction startT, SurfaceControl.Transaction finishT, in relayout() argument
202 relayout(mRelayoutParams, startT, finishT, wct, oldRootView, mResult); in relayout()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultMixedHandler.java181 SurfaceControl.Transaction startT, SurfaceControl.Transaction finishT) { in startSubAnimation() argument
188 mTransition, info, startT, finishT, wct -> onSubAnimationFinished(info, wct))) { in startSubAnimation()
494 SurfaceControl.Transaction startT, SurfaceControl.Transaction finishT, in animatePendingEnterPipFromSplit() argument
505 return mixed.startAnimation(transition, info, startT, finishT, callback); in animatePendingEnterPipFromSplit()
515 @NonNull TransitionInfo info, @NonNull SurfaceControl.Transaction startT, in animatePendingSplitWithDisplayChange() argument
548 startT, finishT, finishCB, mSplitHandler); in animatePendingSplitWithDisplayChange()
553 mSplitHandler.startPendingAnimation(transition, everythingElse, startT, finishT, finishCB); in animatePendingSplitWithDisplayChange()
565 @NonNull SurfaceControl.Transaction startT, in animateEnteringPipWithDisplayChange() argument
584 startT, finishT, finishCB, mPipHandler); in animateEnteringPipWithDisplayChange()
587 mPipHandler.startEnterAnimation(pipChange, startT, pipFinishT, wct -> { in animateEnteringPipWithDisplayChange()
[all …]
DTransitions.java1008 @NonNull SurfaceControl.Transaction startT, @NonNull SurfaceControl.Transaction finishT, in dispatchTransition() argument
1014 boolean consumed = mHandlers.get(i).startAnimation(transition, info, startT, finishT, in dispatchTransition()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
DTaskStackTransitionObserverTest.kt183 val startT = Mockito.mock(SurfaceControl.Transaction::class.java) in callOnTransitionReady() constant
186 transitionObserver.onTransitionReady(mockTransitionBinder, transitionInfo, startT, finishT) in callOnTransitionReady()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeLoggerTransitionObserverTest.kt612 val startT = mock(SurfaceControl.Transaction::class.java) in callOnTransitionReady() constant
615 transitionObserver.onTransitionReady(transition, transitionInfo, startT, finishT) in callOnTransitionReady()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java1142 SurfaceControl.Transaction startT = mTransactionPool.acquire(); in startWithLegacyTransition() local
1143 updateSurfaceBounds(mSplitLayout, startT, false /* applyResizingOffset */); in startWithLegacyTransition()
1144 startT.apply(); in startWithLegacyTransition()
1145 mTransactionPool.release(startT); in startWithLegacyTransition()
2442 final SurfaceControl.Transaction startT = mTransactionPool.acquire(); in onLayoutSizeChanged() local
2443 mMainStage.screenshotIfNeeded(startT); in onLayoutSizeChanged()
2444 mSideStage.screenshotIfNeeded(startT); in onLayoutSizeChanged()
2445 mTransactionPool.release(startT); in onLayoutSizeChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java2700 @NonNull SurfaceControl.Transaction startT) { in calculateTransitionRoots() argument
2733 assignLayers(dc, startT); in calculateTransitionRoots()
2734 startT.setLayer(rootLeash, leashReference.getLastLayer()); in calculateTransitionRoots()
2750 @NonNull SurfaceControl.Transaction startT) { in calculateTransitionInfo() argument
2752 calculateTransitionRoots(out, sortedTargets, startT); in calculateTransitionInfo()
2771 : null, getLeashSurface(target, startT)); in calculateTransitionInfo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java307 @NonNull TransitionInfo info, @NonNull SurfaceControl.Transaction startT, in handleEnteringPipWithDisplayChange() argument
321 startT, finishT, finishCallback); in handleEnteringPipWithDisplayChange()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
DShellTransitionTests.java1000 SurfaceControl.Transaction startT = new StubTransaction(); in testObserverLifecycle_basicTransitionFlow() local
1002 transitions.onTransitionReady(transitToken, info, startT, finishT); in testObserverLifecycle_basicTransitionFlow()
1005 observerOrder.verify(observer).onTransitionReady(transitToken, info, startT, finishT); in testObserverLifecycle_basicTransitionFlow()