Home
last modified time | relevance | path

Searched refs:NO_PIP_MODE_CHANGED_CALLBACKS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java66 @IntDef({NO_PIP_MODE_CHANGED_CALLBACKS, SCHEDULE_PIP_MODE_CHANGED_ON_START,
70 public static final int NO_PIP_MODE_CHANGED_CALLBACKS = 0; field in BoundsAnimationController
236 if (mPrevSchedulePipModeChangedState == NO_PIP_MODE_CHANGED_CALLBACKS) { in onAnimationStart()
463 NO_PIP_MODE_CHANGED_CALLBACKS; in animateBoundsImpl()
DTaskStack.java38 import static com.android.server.wm.BoundsAnimationController.NO_PIP_MODE_CHANGED_CALLBACKS;
1712 NO_PIP_MODE_CHANGED_CALLBACKS; in animateResizePinnedStack()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java23 import static com.android.server.wm.BoundsAnimationController.NO_PIP_MODE_CHANGED_CALLBACKS;
304 : NO_PIP_MODE_CHANGED_CALLBACKS; in startImpl()