Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1342 int screenEnd = screenStart + getPagedOrientationHandler().getMeasuredSize(this); in isTaskViewVisible() local
1343 return isTaskViewWithinBounds(tv, screenStart, screenEnd); in isTaskViewVisible()
1353 int screenEnd = screenStart + getPagedOrientationHandler().getMeasuredSize(this); in isTaskViewFullyVisible() local
1354 return isTaskViewFullyWithinBounds(tv, screenStart, screenEnd); in isTaskViewFullyVisible()
3995 int screenEnd = screenStart in createTaskDismissAnimation()
4004 shouldRebalance = taskEnd >= screenEnd - mPageSpacing; in createTaskDismissAnimation()