Searched refs:shellAnimationThread (Results 1 – 1 of 1) sorted by relevance
170 HandlerThread shellAnimationThread = new HandlerThread("wmshell.anim", in provideShellAnimationExecutor() local172 shellAnimationThread.start(); in provideShellAnimationExecutor()174 shellAnimationThread.getLooper().setTraceTag(Trace.TRACE_TAG_WINDOW_MANAGER); in provideShellAnimationExecutor()175 shellAnimationThread.getLooper().setSlowLogThresholdMs(MSGQ_SLOW_DISPATCH_THRESHOLD_MS, in provideShellAnimationExecutor()178 return new HandlerExecutor(Handler.createAsync(shellAnimationThread.getLooper())); in provideShellAnimationExecutor()