HomeSort by relevance Sort by last modified time
    Searched refs:NO_PIP_MODE_CHANGED_CALLBACKS (Results 1 - 3 of 3) 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;
92 NO_PIP_MODE_CHANGED_CALLBACKS;
BoundsAnimationController.java 64 @IntDef({NO_PIP_MODE_CHANGED_CALLBACKS, SCHEDULE_PIP_MODE_CHANGED_ON_START,
68 public static final int NO_PIP_MODE_CHANGED_CALLBACKS = 0;
213 if (mPrevSchedulePipModeChangedState == NO_PIP_MODE_CHANGED_CALLBACKS) {
397 NO_PIP_MODE_CHANGED_CALLBACKS;
  /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;
289 : NO_PIP_MODE_CHANGED_CALLBACKS;

Completed in 114 milliseconds