Searched refs:stashType (Results 1 – 2 of 2) sorted by relevance
58 @PipBoundsState.StashType int stashType) { in getSnapFraction() argument60 snapRectToClosestEdge(stackBounds, movementBounds, tmpBounds, stashType); in getSnapFraction()112 @PipBoundsState.StashType int stashType, int stashOffset, Rect displayBounds, in applySnapFraction() argument116 if (stashType != STASH_TYPE_NONE) { in applySnapFraction()117 stackBounds.offsetTo(stashType == STASH_TYPE_LEFT in applySnapFraction()130 @PipBoundsState.StashType int stashType) { in snapRectToClosestEdge() argument132 if (stashType == STASH_TYPE_LEFT) { in snapRectToClosestEdge()134 } else if (stashType == STASH_TYPE_RIGHT) { in snapRectToClosestEdge()
527 final int stashType =530 final float leftEdge = stashType == STASH_TYPE_LEFT540 mPipBoundsState.setStashed(stashType);