Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DWindowDecoration.java109 final SurfaceControl mTaskSurface; field in WindowDecoration
148 mTaskSurface = taskSurface; in WindowDecoration()
191 finishT.hide(mTaskSurface); in relayout()
235 .setParent(mTaskSurface) in relayout()
286 .setShadowRadius(mTaskSurface, shadowRadius) in relayout()
287 .setColor(mTaskSurface, mTmpColor) in relayout()
288 .show(mTaskSurface); in relayout()
289 finishT.setPosition(mTaskSurface, taskPosition.x, taskPosition.y) in relayout()
290 .setShadowRadius(mTaskSurface, shadowRadius) in relayout()
293 startT.setCornerRadius(mTaskSurface, params.mCornerRadius); in relayout()
[all …]
H A DDesktopModeWindowDecorViewModel.java462 decoration.mTaskSurface, in handleMotionEvent()
690 relevantDecor.mTaskSurface, ev.getY())); in handleCaptionThroughStatusBar()
697 relevantDecor.mTaskSurface); in handleCaptionThroughStatusBar()
754 final SurfaceControl sc = relevantDecor.mTaskSurface; in centerAndMoveToDesktopWithAnimation()
H A DDesktopModeWindowDecoration.java300 mResizeVeil.showVeil(mTaskSurface, taskBounds); in showResizeVeil()
307 mResizeVeil.showVeil(tx, mTaskSurface, taskBounds, false /* fadeIn */); in showResizeVeil()
H A DDragPositioningCallbackUtility.java133 t.setPosition(decoration.mTaskSurface, repositionTaskBounds.left, in setPositionOnDrag()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DRecentsTransitionHandler.java917 t.show(mPausingTasks.get(i).mTaskSurface); in finishInner()
933 t.show(state.mTaskSurface); in finishInner()
936 t.hide(mPausingTasks.get(i).mTaskSurface); in finishInner()
945 t.show(mOpeningTasks.get(i).mTaskSurface); in finishInner()
957 t.hide(mPausingTasks.get(i).mTaskSurface); in finishInner()
1025 SurfaceControl mTaskSurface; field in RecentsTransitionHandler.TaskState
1034 mTaskSurface = change.getLeash(); in TaskState()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java66 private final SurfaceControl mTaskSurface; field in DesktopModeVisualIndicator
85 mTaskSurface = taskSurface; in DesktopModeVisualIndicator()
195 t.setRelativeLayer(mLeash, mTaskSurface, -1); in createView()