Searched refs:ShellBackAnimationRegistry (Results 1 – 5 of 5) sorted by relevance
23 import com.android.wm.shell.back.ShellBackAnimationRegistry;34 static ShellBackAnimationRegistry provideBackAnimationRegistry( in provideBackAnimationRegistry()38 return new ShellBackAnimationRegistry( in provideBackAnimationRegistry()
27 public class ShellBackAnimationRegistry { class35 public ShellBackAnimationRegistry( in ShellBackAnimationRegistry() method in ShellBackAnimationRegistry
113 private final ShellBackAnimationRegistry mShellBackAnimationRegistry;190 ShellBackAnimationRegistry shellBackAnimationRegistry, in BackAnimationController()215 ShellBackAnimationRegistry shellBackAnimationRegistry, in BackAnimationController()
43 import com.android.wm.shell.back.ShellBackAnimationRegistry;363 Optional<ShellBackAnimationRegistry> shellBackAnimationRegistry, in provideBackAnimationController()382 abstract ShellBackAnimationRegistry optionalBackAnimationRegistry(); in optionalBackAnimationRegistry()
125 private ShellBackAnimationRegistry mShellBackAnimationRegistry;143 new ShellBackAnimationRegistry(mDefaultCrossActivityBackAnimation, in setUp()