Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellConcurrencyModule.java35 import com.android.wm.shell.common.annotations.ShellAnimationThread;
129 @ShellAnimationThread
H A DWMShellBaseModule.java54 import com.android.wm.shell.common.annotations.ShellAnimationThread;
452 @ShellAnimationThread ShellExecutor animExecutor) { in provideTransitions()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/annotations/
H A DShellAnimationThread.java15 public @interface ShellAnimationThread {} annotation