Searched refs:taskBounds (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | OverviewTask.java | 183 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/ |
D | TaskShortcutFactory.java | 226 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/ |
D | SplitSelectStateController.java | 974 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()
|