Searched refs:UnfoldBackgroundController (Results 1 – 4 of 4) sorted by relevance
33 public class UnfoldBackgroundController { class42 public UnfoldBackgroundController(@NonNull Context context) { in UnfoldBackgroundController() method in UnfoldBackgroundController
45 import com.android.wm.shell.unfold.UnfoldBackgroundController;71 private final UnfoldBackgroundController mBackgroundController;79 @NonNull UnfoldBackgroundController backgroundController, in FullscreenUnfoldTaskAnimator()
51 import com.android.wm.shell.unfold.UnfoldBackgroundController;82 private final UnfoldBackgroundController mUnfoldBackgroundController;98 ShellController shellController, UnfoldBackgroundController unfoldBackgroundController, in SplitTaskUnfoldAnimator()
94 import com.android.wm.shell.unfold.UnfoldBackgroundController;439 UnfoldBackgroundController unfoldBackgroundController, in provideFullscreenUnfoldTaskAnimator()450 UnfoldBackgroundController backgroundController, in provideSplitTaskUnfoldAnimatorBase()493 static UnfoldBackgroundController provideUnfoldBackgroundController(Context context) { in provideUnfoldBackgroundController()494 return new UnfoldBackgroundController(context); in provideUnfoldBackgroundController()