Home
last modified time | relevance | path

Searched refs:prevBottom (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java347 final int prevBottom = mPipBoundsState.getMovementBounds().bottom in adjustBoundsForRotation() local
349 if ((prevBottom - mBottomOffsetBufferPx) <= curBounds.top) { in adjustBoundsForRotation()
425 final int prevBottom = mPipBoundsState.getMovementBounds().bottom in onMovementBoundsChanged() local
439 if (prevBottom < toBottom) { in onMovementBoundsChanged()
441 if (curBounds.top > prevBottom - mBottomOffsetBufferPx) { in onMovementBoundsChanged()
444 } else if (prevBottom > toBottom) { in onMovementBoundsChanged()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/animation/
H A DPopupTransitionAnimation.java238 final int prevBottom = mDestRect.bottom; in computeDestRect() local
243 mDestRect.bottom = prevBottom; in computeDestRect()