Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DAnimationThread.java30 public final class AnimationThread extends ServiceThread { class
31 private static AnimationThread sInstance;
34 private AnimationThread() { in AnimationThread() method in AnimationThread
40 sInstance = new AnimationThread(); in ensureThreadLocked()
47 public static AnimationThread get() { in get()
48 synchronized (AnimationThread.class) { in get()
55 synchronized (AnimationThread.class) { in getHandler()
67 synchronized (AnimationThread.class) { in dispose()
H A DWatchdog.java362 mHandlerCheckers.add(new HandlerChecker(AnimationThread.getHandler(), in Watchdog()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DPendingRemoteAnimationRegistryTest.java29 import com.android.server.AnimationThread;
55 AnimationThread.getHandler().runWithScissors(() -> { in setUp()
63 AnimationThread.dispose(); in teadDown()
H A DSurfaceAnimationRunnerTest.java50 import com.android.server.AnimationThread;
79 private final Handler mAnimationThreadHandler = AnimationThread.getHandler();
94 AnimationThread.dispose(); in tearDown()
H A DSystemServicesTestRule.java66 import com.android.server.AnimationThread;
362 AnimationThread.dispose();
417 AnimationThread.getHandler().removeCallbacksAndMessages(null);
429 waitHandlerIdle(AnimationThread.getHandler());
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DPlayAnimationThread.java23 import android.animation.AnimationThread;
26 public class PlayAnimationThread extends AnimationThread {
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerThreadPriorityBooster.java27 import com.android.server.AnimationThread;
48 mAnimationThreadId = AnimationThread.get().getThreadId(); in WindowManagerThreadPriorityBooster()
H A DSurfaceAnimationRunner.java40 import com.android.server.AnimationThread;
61 private final Handler mAnimationThreadHandler = AnimationThread.getHandler();
H A DWindowManagerService.java298 import com.android.server.AnimationThread;
757 final Handler mAnimationHandler = new Handler(AnimationThread.getHandler().getLooper());
/aosp12/frameworks/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java45 public abstract class AnimationThread extends Thread { class
72 public AnimationThread(RenderSessionImpl scene, String threadName, in AnimationThread() method in AnimationThread
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java120 import com.android.server.AnimationThread;
469 Process.setThreadGroupAndCpuset(AnimationThread.get().getThreadId(), in setupSchedulerPolicies()
/aosp12/frameworks/base/services/
H A Dart-profile721 HSPLcom/android/server/AnimationThread;-><init>()V
722 HSPLcom/android/server/AnimationThread;->ensureThreadLocked()V
723 HSPLcom/android/server/AnimationThread;->get()Lcom/android/server/AnimationThread;
724 HSPLcom/android/server/AnimationThread;->getHandler()Landroid/os/Handler;
51586 Lcom/android/server/AnimationThread;