Searched refs:BoundsAnimationController (Results 1 – 5 of 5) sorted by relevance
21 import static com.android.server.wm.BoundsAnimationController.NO_PIP_MODE_CHANGED_CALLBACKS;22 import static com.android.server.wm.BoundsAnimationController.SCHEDULE_PIP_MODE_CHANGED_ON_END;23 import static com.android.server.wm.BoundsAnimationController.SCHEDULE_PIP_MODE_CHANGED_ON_START;24 import static com.android.server.wm.BoundsAnimationController.SchedulePipModeChangedState;
54 public class BoundsAnimationController { class118 BoundsAnimationController(Context context, AppTransition transition, Handler handler, in BoundsAnimationController() method in BoundsAnimationController
766 final BoundsAnimationController mBoundsAnimationController;1009 mBoundsAnimationController = new BoundsAnimationController(context, mAppTransition, in WindowManagerService()
19 import static com.android.server.wm.BoundsAnimationController.NO_PIP_MODE_CHANGED_CALLBACKS;20 import static com.android.server.wm.BoundsAnimationController.SCHEDULE_PIP_MODE_CHANGED_ON_END;21 import static com.android.server.wm.BoundsAnimationController.SCHEDULE_PIP_MODE_CHANGED_ON_START;22 import static com.android.server.wm.BoundsAnimationController.SchedulePipModeChangedState;50 import com.android.server.wm.BoundsAnimationController.BoundsAnimator;197 private BoundsAnimationController mController;206 BoundsAnimationDriver(BoundsAnimationController controller, in BoundsAnimationDriver()399 private BoundsAnimationController mController;414 mController = new BoundsAnimationController(context, mMockAppTransition, handler, null); in setUp()
3993 Lcom/android/server/wm/BoundsAnimationController$AppTransitionNotifier;3994 Lcom/android/server/wm/BoundsAnimationController;