Searched defs:stashType (Results 1 – 2 of 2) sorted by relevance
58 @PipBoundsState.StashType int stashType) { in getSnapFraction()112 @PipBoundsState.StashType int stashType, int stashOffset, Rect displayBounds, in applySnapFraction()130 @PipBoundsState.StashType int stashType) { in snapRectToClosestEdge()
115 final int stashType = disallowStashing ? STASH_TYPE_NONE : placement.getStashType(); in recalculatePipBounds() local