Searched refs:AnimationThread (Results 1 – 12 of 12) sorted by relevance
30 public final class AnimationThread extends ServiceThread { class31 private static AnimationThread sInstance;34 private AnimationThread() { in AnimationThread() method in AnimationThread40 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()
362 mHandlerCheckers.add(new HandlerChecker(AnimationThread.getHandler(), in Watchdog()
29 import com.android.server.AnimationThread;55 AnimationThread.getHandler().runWithScissors(() -> { in setUp()63 AnimationThread.dispose(); in teadDown()
50 import com.android.server.AnimationThread;79 private final Handler mAnimationThreadHandler = AnimationThread.getHandler();94 AnimationThread.dispose(); in tearDown()
66 import com.android.server.AnimationThread;362 AnimationThread.dispose();417 AnimationThread.getHandler().removeCallbacksAndMessages(null);429 waitHandlerIdle(AnimationThread.getHandler());
23 import android.animation.AnimationThread;26 public class PlayAnimationThread extends AnimationThread {
27 import com.android.server.AnimationThread;48 mAnimationThreadId = AnimationThread.get().getThreadId(); in WindowManagerThreadPriorityBooster()
40 import com.android.server.AnimationThread;61 private final Handler mAnimationThreadHandler = AnimationThread.getHandler();
298 import com.android.server.AnimationThread;757 final Handler mAnimationHandler = new Handler(AnimationThread.getHandler().getLooper());
45 public abstract class AnimationThread extends Thread { class72 public AnimationThread(RenderSessionImpl scene, String threadName, in AnimationThread() method in AnimationThread
120 import com.android.server.AnimationThread;469 Process.setThreadGroupAndCpuset(AnimationThread.get().getThreadId(), in setupSchedulerPolicies()
721 HSPLcom/android/server/AnimationThread;-><init>()V722 HSPLcom/android/server/AnimationThread;->ensureThreadLocked()V723 HSPLcom/android/server/AnimationThread;->get()Lcom/android/server/AnimationThread;724 HSPLcom/android/server/AnimationThread;->getHandler()Landroid/os/Handler;51586 Lcom/android/server/AnimationThread;