Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java111 private int mBottomOffsetBufferPx; field in PipTouchHandler
254 mBottomOffsetBufferPx = res.getDimensionPixelSize(R.dimen.pip_bottom_offset_buffer); in reloadResources()
349 if ((prevBottom - mBottomOffsetBufferPx) <= curBounds.top) { in adjustBoundsForRotation()
441 if (curBounds.top > prevBottom - mBottomOffsetBufferPx) { in onMovementBoundsChanged()
446 if (curBounds.top > toBottom - mBottomOffsetBufferPx) { in onMovementBoundsChanged()