Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DWMShellConcurrencyModule.java170 HandlerThread shellAnimationThread = new HandlerThread("wmshell.anim", in provideShellAnimationExecutor() local
172 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()