Searched refs:getSurfaceControl (Results 1 – 13 of 13) sorted by relevance
96 @Nullable public static SurfaceControl getSurfaceControl(@NonNull Activity activity) { in getSurfaceControl() method in SurfaceControlHelper101 SurfaceControl surface = viewRoot.getSurfaceControl(); in getSurfaceControl()
154 if (mWallpaperSurface.getSurfaceControl() != null) { in cleanUp()155 mWallpaperSurface.getSurfaceControl().release(); in cleanUp()
433 if (parentSurface.getSurfaceControl() != null) { in reparentWallpaperSurface()467 SurfaceControl parentSC = parentSurface.getSurfaceControl(); in mirrorAndReparent()
76 mBarrierSurfaceControl = mTargetViewRootImpl.getSurfaceControl(); in initialize()
460 if (SurfaceControlHelper.getSurfaceControl(activity) != null) { in startVisibilityMonitoring()501 SurfaceControl surfaceControl = SurfaceControlHelper.getSurfaceControl(activity); in startVisibilityMonitoringInternal()
148 .reparent(mirroredSurfaceControl, surfaceView.getSurfaceControl()) in mirrorDisplayOnSurfaceView()
67 setSurface(viewRootImpl != null ? viewRootImpl.getSurfaceControl() : null); in onLauncherDraw()
178 .reparent(mMirroredSurface, getSurfaceControl()) in reparentMirroredSurface()
358 SurfaceControlHelper.copy(getSurfaceControl())); in surfaceCreated()
204 mContract.sendEndPosition(mIconPosition, mLauncher, mSurfaceView.getSurfaceControl()); in sendIconInfo()
331 when(mViewRoot.getSurfaceControl()).thenReturn( in setUpActivity()
593 …method @Nullable public static android.view.SurfaceControl getSurfaceControl(@NonNull android.app.…
1085 ? viewRootImpl.getSurfaceControl() in getBackgroundAnimator()