Home
last modified time | relevance | path

Searched refs:taskBounds (Results 1 – 2 of 2) 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/recents_ui_overrides/src/com/android/quickstep/
DTaskShortcutFactory.java177 final Rect taskBounds = new Rect(position[0], position[1], in onClick() local
184 taskBounds.width(), taskBounds.height(), mThumbnailView, 1f, in onClick()
193 taskId, thumbnail, taskBounds)); in onClick()