Searched refs:taskBounds (Results 1 – 3 of 3) sorted by relevance
59 final Rect taskBounds = mLauncher.getVisibleBounds(mTask); in dismiss() local60 final int centerX = taskBounds.centerX(); in dismiss()61 final int centerY = taskBounds.centerY(); in dismiss()
194 final Rect taskBounds = new Rect(position[0], position[1], in onClick() local201 taskBounds.width(), taskBounds.height(), mThumbnailView, 1f, in onClick()210 taskId, thumbnail, taskBounds)); in onClick()
2508 Rect taskBounds = new Rect(); in shouldShiftThumbnailsForSplitSelect() local2518 taskView.getBoundsOnScreen(taskBounds); in shouldShiftThumbnailsForSplitSelect()2519 if (Rect.intersects(taskBounds, splitBounds)) { in shouldShiftThumbnailsForSplitSelect()