Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java366 final int prevBottom = mPipBoundsState.getMovementBounds().bottom in adjustBoundsForRotation() local
368 if ((prevBottom - mBottomOffsetBufferPx) <= curBounds.top) { in adjustBoundsForRotation()