HomeSort by relevance Sort by last modified time
    Searched refs:AnimationThread (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/core/java/com/android/server/
AnimationThread.java 28 public final class AnimationThread extends ServiceThread {
29 private static AnimationThread sInstance;
32 private AnimationThread() {
38 sInstance = new AnimationThread();
45 public static AnimationThread get() {
46 synchronized (AnimationThread.class) {
53 synchronized (AnimationThread.class) {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PlayAnimationThread.java 23 import android.animation.AnimationThread;
26 public class PlayAnimationThread extends AnimationThread {
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerThreadPriorityBooster.java 27 import com.android.server.AnimationThread;
48 mAnimationThreadId = AnimationThread.get().getThreadId();
SurfaceAnimationRunner.java 37 import com.android.server.AnimationThread;
203 AnimationThread.getHandler().post(a.mFinishCallback);
WindowAnimator.java 35 import com.android.server.AnimationThread;
104 AnimationThread.getHandler().runWithScissors(
WindowManagerService.java 239 import com.android.server.AnimationThread;
634 final Handler mAnimationHandler = new Handler(AnimationThread.getHandler().getLooper());
    [all...]
  /frameworks/layoutlib/bridge/src/android/animation/
AnimationThread.java 45 public abstract class AnimationThread extends Thread {
72 public AnimationThread(RenderSessionImpl scene, String threadName,
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 87 import com.android.server.AnimationThread;
322 Process.setThreadGroupAndCpuset(AnimationThread.get().getThreadId(),
    [all...]

Completed in 427 milliseconds