Searched refs:prevBottom (Results 1 – 2 of 2) sorted by relevance
347 final int prevBottom = mPipBoundsState.getMovementBounds().bottom in adjustBoundsForRotation() local349 if ((prevBottom - mBottomOffsetBufferPx) <= curBounds.top) { in adjustBoundsForRotation()425 final int prevBottom = mPipBoundsState.getMovementBounds().bottom in onMovementBoundsChanged() local439 if (prevBottom < toBottom) { in onMovementBoundsChanged()441 if (curBounds.top > prevBottom - mBottomOffsetBufferPx) { in onMovementBoundsChanged()444 } else if (prevBottom > toBottom) { in onMovementBoundsChanged()
238 final int prevBottom = mDestRect.bottom; in computeDestRect() local243 mDestRect.bottom = prevBottom; in computeDestRect()