Searched refs:screenEnd (Results 1 – 1 of 1) sorted by relevance
1342 int screenEnd = screenStart + getPagedOrientationHandler().getMeasuredSize(this); in isTaskViewVisible() local1343 return isTaskViewWithinBounds(tv, screenStart, screenEnd); in isTaskViewVisible()1353 int screenEnd = screenStart + getPagedOrientationHandler().getMeasuredSize(this); in isTaskViewFullyVisible() local1354 return isTaskViewFullyWithinBounds(tv, screenStart, screenEnd); in isTaskViewFullyVisible()3995 int screenEnd = screenStart in createTaskDismissAnimation()4004 shouldRebalance = taskEnd >= screenEnd - mPageSpacing; in createTaskDismissAnimation()