Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java224 public static class PipTransactionHandler { class in PipAnimationController
256 private PipTransactionHandler mPipTransactionHandler;
327 PipTransitionAnimator<T> setPipTransactionHandler(PipTransactionHandler handler) { in setPipTransactionHandler()
H A DPipTaskOrganizer.java193 private final PipAnimationController.PipTransactionHandler mPipTransactionHandler =
194 new PipAnimationController.PipTransactionHandler() {