Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java300 final float offsetBufferPx = BOTTOM_OFFSET_BUFFER_DP in onMovementBoundsChanged() local
309 if ((Math.min(prevBottom, toBottom) - offsetBufferPx) <= curBounds.top in onMovementBoundsChanged()
310 && curBounds.top <= (Math.max(prevBottom, toBottom) + offsetBufferPx)) { in onMovementBoundsChanged()