HomeSort by relevance Sort by last modified time
    Searched refs:BoundsAnimationController (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackWindowController.java 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;
BoundsAnimationController.java 54 public class BoundsAnimationController {
58 ? "BoundsAnimationController" : TAG_WM;
118 BoundsAnimationController(Context context, AppTransition transition, Handler handler,
238 // The target will notify us via BoundsAnimationController#resume.
WindowManagerService.java 766 final BoundsAnimationController mBoundsAnimationController;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
BoundsAnimationControllerTests.java 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;
53 * Test class for {@link BoundsAnimationController} to ensure that it sends the right callbacks
197 private BoundsAnimationController mController;
206 BoundsAnimationDriver(BoundsAnimationController controller,
399 private BoundsAnimationController mController;
414 mController = new BoundsAnimationController(context, mMockAppTransition, handler, null)
    [all...]

Completed in 323 milliseconds