Searched refs:recentsViewLocation (Results 1 – 1 of 1) sorted by relevance
126 int[] recentsViewLocation = new int[2]; in onBusEvent() local127 mRv.getLocationInWindow(recentsViewLocation); in onBusEvent()128 mTaskViewOffset.set(mTaskView.getLeft() - recentsViewLocation[0] + event.tlOffset.x, in onBusEvent()129 mTaskView.getTop() - recentsViewLocation[1] + event.tlOffset.y); in onBusEvent()