Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAsyncRotationController.java221 token.getChildAt(j).applyWithNextDraw(t -> {}); in keepAppearanceInPreviousRotation()
DInsetsSourceProvider.java384 windowState.applyWithNextDraw(mSetLeashPositionConsumer); in updateInsetsControlPosition()
DBLASTSync.md2 There are two BLAST sync primitives on the server side, BLASTSyncEngine and applyWithNextDraw.
DWindowState.java918 applyWithNextDraw(mSeamlessRotationFinishedConsumer); in seamlesslyRotateIfAllowed()
5352 applyWithNextDraw(mSetSurfacePositionConsumer); in updateSurfacePosition()
5958 void applyWithNextDraw(Consumer<SurfaceControl.Transaction> consumer) { in applyWithNextDraw() method in WindowState
DTask.java4585 w.applyWithNextDraw((d) -> {
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java582 win.applyWithNextDraw(t -> handledT[0] = t); in testApplyWithNextDraw()
595 win.applyWithNextDraw(t -> handledT[0] = t); in testApplyWithNextDraw()