Searched refs:STASH_TYPE_NONE (Results 1 – 9 of 9) sorted by relevance
106 PipBoundsState.STASH_TYPE_NONE, DEFAULT_STASH_OFFSET, DISPLAY_BOUNDS, in testApplySnapFraction_notStashed_isNotOffBounds()161 PipBoundsState.STASH_TYPE_NONE); in testSnapRectToClosestEdge_rightEdge()173 PipBoundsState.STASH_TYPE_NONE); in testSnapRectToClosestEdge_leftEdge()185 PipBoundsState.STASH_TYPE_NONE); in testSnapRectToClosestEdge_topEdge()197 PipBoundsState.STASH_TYPE_NONE); in testSnapRectToClosestEdge_bottomEdge()
19 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE;115 final int stashType = disallowStashing ? STASH_TYPE_NONE : placement.getStashType(); in recalculatePipBounds()147 mPendingStash = placement.getStashType() != STASH_TYPE_NONE in schedulePinnedStackPlacement()184 if (placement.getStashType() != STASH_TYPE_NONE && shouldStash) { in applyPlacement()
27 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE59 @PipBoundsState.StashType val stashType: Int = STASH_TYPE_NONE,214 return STASH_TYPE_NONE221 else -> STASH_TYPE_NONE
20 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE;38 return getSnapFraction(stackBounds, movementBounds, STASH_TYPE_NONE); in getSnapFraction()116 if (stashType != STASH_TYPE_NONE) { in applySnapFraction()
56 public static final int STASH_TYPE_NONE = 0; field in PipBoundsState63 STASH_TYPE_NONE,85 private int mStashedState = STASH_TYPE_NONE;240 new PictureInPictureUiState(stashedState != STASH_TYPE_NONE /* isStashed */) in setStashed()258 return mStashedState != STASH_TYPE_NONE; in isStashed()
18 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE;132 mPipBoundsState.setStashed(STASH_TYPE_NONE); in performAccessibilityAction()
22 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE;201 mPipBoundsState.setStashed(STASH_TYPE_NONE); in PipTouchHandler()882 mPipBoundsState.setStashed(STASH_TYPE_NONE); in onUp()925 mPipBoundsState.setStashed(STASH_TYPE_NONE); in onUp()
24 import static com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE;385 velY = mPipBoundsState.getStashedState() == STASH_TYPE_NONE ? 0 : velY; in stashToEdge()
26 import com.android.wm.shell.common.pip.PipBoundsState.STASH_TYPE_NONE599 assertEquals(STASH_TYPE_NONE, actual.stashType)