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.java183 final Rect taskBounds = mLauncher.getVisibleBounds(mTask); in dismissBySwipingUp() local
184 final int centerX = taskBounds.centerX(); in dismissBySwipingUp()
185 final int centerY = taskBounds.bottom - 1; in dismissBySwipingUp()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java226 final Rect taskBounds = new Rect(position[0], position[1], in startActivity() local
233 taskBounds.width(), taskBounds.height(), mThumbnailView, 1f, in startActivity()
243 taskId, thumbnail, taskBounds)); in startActivity()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java974 int splitPosition, Rect taskBounds) { in SplitFromDesktopController()
976 taskBounds)); in SplitFromDesktopController()
996 int splitPosition, Rect taskBounds) { in enterSplitSelect() argument
1012 new DesktopSplitRecentsAnimationListener(splitPosition, taskBounds); in enterSplitSelect()
1031 DesktopSplitRecentsAnimationListener(int splitPosition, Rect taskBounds) { in DesktopSplitRecentsAnimationListener() argument
1033 mTaskBounds.set(taskBounds); in DesktopSplitRecentsAnimationListener()