Searched refs:mSurfaceController (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowStateAnimator.java | 239 mSurfaceController); in finishDrawingLocked() 300 if (mSurfaceController != null) { in createSurfaceLocked() 301 return mSurfaceController; in createSurfaceLocked() 387 return mSurfaceController; in createSurfaceLocked() 391 return mSurfaceController != null && mSurfaceController.hasSurface(); in hasSurface() 402 if (mSurfaceController == null) { in destroySurfaceLocked() 429 if (mSurfaceController != null) { in destroySurfaceLocked() 432 mSurfaceController = null; in destroySurfaceLocked() 478 if (mSurfaceController == null) { in setSurfaceBoundariesLocked() 606 if (mSurfaceController == null) { in tryChangeFormatInPlaceLocked() [all …]
|
H A D | InputMonitor.java | 579 w.mWinAnimator.mSurfaceController.mSurfaceControl, inputWindowHandle); in accept() 639 w.mWinAnimator.mSurfaceController.mSurfaceControl, inputWindowHandle); in accept()
|
H A D | WindowState.java | 1595 this, winAnimator.mSurfaceController); in updateResizingWindowIfNeeded() 1610 winAnimator.mSurfaceController); in updateResizingWindowIfNeeded() 2527 mWinAnimator.mSurfaceController, in removeIfPossible() 2539 this, mWinAnimator.mSurfaceController, mAnimatingExit, mRemoveOnExit, in removeIfPossible() 2743 Slog.i(TAG_WM, " mSurfaceController=" + mWinAnimator.mSurfaceController in canBeImeTarget() 4805 if (c.mWinAnimator.mSurfaceController != null) { in performShowLocked() 5233 Slog.v(TAG, "Not displayed: s=" + mWinAnimator.mSurfaceController in updateReportedVisibility() 5849 w.assignRelativeLayer(t, mWinAnimator.mSurfaceController.mSurfaceControl, -2); in assignChildLayers() 5855 w.assignRelativeLayer(t, mWinAnimator.mSurfaceController.mSurfaceControl, -1); in assignChildLayers()
|
H A D | WindowManagerService.java | 2321 if ((flagChanges & FLAG_SECURE) != 0 && winAnimator.mSurfaceController != null) { in relayoutWindow() 2322 winAnimator.mSurfaceController.setSecure(win.isSecureLocked()); in relayoutWindow() 2420 winAnimator.mSurfaceController.getSurfaceControl(outSurfaceControl); in relayoutWindow() 2538 if (winAnimator.mSurfaceController != null) { in relayoutWindow() 6270 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats() 6289 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats()
|
H A D | DisplayContent.java | 3727 if (wsa.mSurfaceController == null) { in destroyLeakedSurfaces() 3732 + w + " surface=" + wsa.mSurfaceController in destroyLeakedSurfaces() 3741 + w + " surface=" + wsa.mSurfaceController in destroyLeakedSurfaces()
|
H A D | RootWindowContainer.java | 746 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemory() 771 if (wsa.mSurfaceController != null) { in reclaimSomeSurfaceMemory()
|
H A D | ActivityRecord.java | 6324 Slog.v(TAG, "Not displayed: s=" + winAnimator.mSurfaceController in updateDrawnWindowStates()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RemoteAnimationControllerTest.java | 713 mImeWindow.mWinAnimator.mSurfaceController = mock(WindowSurfaceController.class); in testLaunchRemoteAnimationWithoutImeBehind() 716 doReturn(true).when(mImeWindow.mWinAnimator.mSurfaceController).hasSurface(); in testLaunchRemoteAnimationWithoutImeBehind() 717 doReturn(true).when(mImeWindow.mWinAnimator.mSurfaceController) in testLaunchRemoteAnimationWithoutImeBehind()
|
H A D | WallpaperControllerTests.java | 92 wallpaperWindow.mWinAnimator.mSurfaceController = windowSurfaceController; in testWallpaperScreenshot()
|
H A D | RecentsAnimationControllerTest.java | 681 win1.mWinAnimator.mSurfaceController = mock(WindowSurfaceController.class); in testCleanupAnimation_expectExitAnimationDone()
|