Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java135 SurfaceControl mCaptionContainerSurface; field in WindowDecoration
313 if (mCaptionContainerSurface == null) { in updateCaptionContainerSurface()
315 mCaptionContainerSurface = builder in updateCaptionContainerSurface()
323 startT.setWindowCrop(mCaptionContainerSurface, outResult.mCaptionWidth, in updateCaptionContainerSurface()
325 .setPosition(mCaptionContainerSurface, outResult.mCaptionX, 0 /* y */) in updateCaptionContainerSurface()
326 .setLayer(mCaptionContainerSurface, CAPTION_LAYER_Z_ORDER) in updateCaptionContainerSurface()
327 .show(mCaptionContainerSurface); in updateCaptionContainerSurface()
436 mTaskInfo.getConfiguration(), mCaptionContainerSurface, in updateViewHost()
551 if (mCaptionContainerSurface != null) { in releaseViews()
552 t.remove(mCaptionContainerSurface); in releaseViews()
[all …]