Home
last modified time | relevance | path

Searched refs:BoundsAnimationController (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java21 import static com.android.server.wm.BoundsAnimationController.BOUNDS;
22 import static com.android.server.wm.BoundsAnimationController.FADE_IN;
23 import static com.android.server.wm.BoundsAnimationController.NO_PIP_MODE_CHANGED_CALLBACKS;
24 import static com.android.server.wm.BoundsAnimationController.SCHEDULE_PIP_MODE_CHANGED_ON_END;
25 import static com.android.server.wm.BoundsAnimationController.SCHEDULE_PIP_MODE_CHANGED_ON_START;
26 import static com.android.server.wm.BoundsAnimationController.SchedulePipModeChangedState;
45 import com.android.server.wm.BoundsAnimationController.BoundsAnimator;
137 @BoundsAnimationController.AnimationType int mAnimationType;
155 boolean forceUpdate, @BoundsAnimationController.AnimationType int animationType) { in onAnimationStart()
206 private final BoundsAnimationController mController;
[all …]
DRecentsAnimationTest.java149 display.mDisplayContent.mBoundsAnimationController = mock(BoundsAnimationController.class); in testSetLaunchTaskBehindOfTargetActivity()
189 display.mDisplayContent.mBoundsAnimationController = mock(BoundsAnimationController.class); in testCancelAnimationOnVisibleStackOrderChange()
/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationTarget.java36 @BoundsAnimationController.AnimationType int animationType); in onAnimationStart()
DTaskStack.java37 import static com.android.server.wm.BoundsAnimationController.FADE_IN;
38 import static com.android.server.wm.BoundsAnimationController.NO_PIP_MODE_CHANGED_CALLBACKS;
39 import static com.android.server.wm.BoundsAnimationController.SCHEDULE_PIP_MODE_CHANGED_ON_END;
40 import static com.android.server.wm.BoundsAnimationController.SCHEDULE_PIP_MODE_CHANGED_ON_START;
41 import static com.android.server.wm.BoundsAnimationController.SchedulePipModeChangedState;
148 private @BoundsAnimationController.AnimationType int mAnimationType;
1586 @BoundsAnimationController.AnimationType int animationType) { in onAnimationStart()
1640 if (mAnimationType == BoundsAnimationController.FADE_IN) { in onAnimationEnd()
1741 @BoundsAnimationController.AnimationType int intendedAnimationType = in animateResizePinnedStack()
1749 intendedAnimationType = BoundsAnimationController.BOUNDS; in animateResizePinnedStack()
[all …]
DRecentsAnimation.java29 import static com.android.server.wm.BoundsAnimationController.BOUNDS;
30 import static com.android.server.wm.BoundsAnimationController.FADE_IN;
DBoundsAnimationController.java56 public class BoundsAnimationController { class
129 BoundsAnimationController(Context context, AppTransition transition, Handler handler, in BoundsAnimationController() method in BoundsAnimationController
DRecentsAnimationController.java30 import static com.android.server.wm.BoundsAnimationController.FADE_IN;
DDisplayContent.java282 BoundsAnimationController mBoundsAnimationController;
917 mBoundsAnimationController = new BoundsAnimationController(service.mContext, in DisplayContent()
/frameworks/base/services/
Dart-profile14441 HSPLcom/android/server/wm/-$$Lambda$BoundsAnimationController$3-yWz6AXIW5r1KElGtHEgHZdi5Q;->run()V
14442 PLcom/android/server/wm/-$$Lambda$BoundsAnimationController$MoVv_WhxoMrTVo-xz1qu2FMcYrM;->run()V
15710 HSPLcom/android/server/wm/BoundsAnimationController$AppTransitionNotifier;->onAppTransitionFinished…
15711 PLcom/android/server/wm/BoundsAnimationController$AppTransitionNotifier;->run()V
15712 PLcom/android/server/wm/BoundsAnimationController$BoundsAnimator;-><init>(Lcom/android/server/wm/Bo…
15713 PLcom/android/server/wm/BoundsAnimationController$BoundsAnimator;->getAnimationHandler()Landroid/an…
15714 PLcom/android/server/wm/BoundsAnimationController$BoundsAnimator;->onAnimationCancel(Landroid/anima…
15715 PLcom/android/server/wm/BoundsAnimationController$BoundsAnimator;->onAnimationEnd(Landroid/animatio…
15716 PLcom/android/server/wm/BoundsAnimationController$BoundsAnimator;->onAnimationStart(Landroid/animat…
15717 PLcom/android/server/wm/BoundsAnimationController$BoundsAnimator;->onAnimationUpdate(Landroid/anima…
[all …]