Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java422 final int expandedY = mPositioner.getExpandedViewYTopAligned(); in dragBubbleOut() local
424 y > expandedY + mBubbleSizePx || y < expandedY - mBubbleSizePx; in dragBubbleOut()