Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverviewTask.java59 final Rect taskBounds = mLauncher.getVisibleBounds(mTask); in dismiss() local
60 final int centerX = taskBounds.centerX(); in dismiss()
61 final int centerY = taskBounds.centerY(); in dismiss()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java194 final Rect taskBounds = new Rect(position[0], position[1], in onClick() local
201 taskBounds.width(), taskBounds.height(), mThumbnailView, 1f, in onClick()
210 taskId, thumbnail, taskBounds)); in onClick()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2508 Rect taskBounds = new Rect(); in shouldShiftThumbnailsForSplitSelect() local
2518 taskView.getBoundsOnScreen(taskBounds); in shouldShiftThumbnailsForSplitSelect()
2519 if (Rect.intersects(taskBounds, splitBounds)) { in shouldShiftThumbnailsForSplitSelect()