Searched refs:avBounds (Results 1 – 1 of 1) sorted by relevance
298 final Rect avBounds = new Rect(); in onFinishInflate() local299 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()