Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DWMComponent.java41 import com.android.wm.shell.transition.ShellTransitions;
99 ShellTransitions getTransitions(); in getTransitions()
H A DSysUIComponent.java52 import com.android.wm.shell.transition.ShellTransitions;
104 Builder setTransitions(ShellTransitions t); in setTransitions()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DShellTransitions.java29 public interface ShellTransitions { interface
H A DTransitions.java357 public ShellTransitions asRemoteTransitions() { in asRemoteTransitions()
1382 private class ShellTransitionImpl implements ShellTransitions {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIInitializer.java32 import com.android.wm.shell.transition.ShellTransitions;
117 .setTransitions(new ShellTransitions() {}) in init()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java85 import com.android.wm.shell.transition.ShellTransitions;
106 private final ShellTransitions mShellTransitions;
304 ShellTransitions shellTransitions, in KeyguardService()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java104 import com.android.wm.shell.transition.ShellTransitions;
577 static ShellTransitions provideRemoteTransitions(Transitions transitions) { in provideRemoteTransitions()