Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java298 final Rect avBounds = new Rect(); in onFinishInflate() local
299 mTaskView.getBoundsOnScreen(avBounds); in onFinishInflate()
305 if (motionEvent.getRawY() >= avBounds.top in onFinishInflate()
306 && motionEvent.getRawY() <= avBounds.bottom in onFinishInflate()
307 && (motionEvent.getRawX() < avBounds.left in onFinishInflate()
308 || motionEvent.getRawX() > avBounds.right)) { in onFinishInflate()