Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimationRunnerTest.java80 private final Handler mSurfaceAnimationHandler = SurfaceAnimationThread.getHandler(); field in SurfaceAnimationRunnerTest
113 waitHandlerIdle(mSurfaceAnimationHandler); in testAnimation()
191 waitHandlerIdle(mSurfaceAnimationHandler); in testDeferStartingAnimations()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java84 private final Handler mSurfaceAnimationHandler = SurfaceAnimationThread.getHandler(); field in SurfaceAnimationRunner
132 mSurfaceAnimationHandler.runWithScissors(() -> mChoreographer = getSfInstance(), in SurfaceAnimationRunner()
252 mSurfaceAnimationHandler.post(() -> { in onAnimationCancelled()