Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java936 int taskStart = mOrientationHandler.getChildStart(tv) + (int) tv.getOffsetAdjustment( in isTaskViewWithinBounds() local
940 int taskEnd = taskStart + taskSize; in isTaskViewWithinBounds()
941 return (taskStart >= start && taskStart <= end) || (taskEnd >= start in isTaskViewWithinBounds()