Searched refs:screenEnd (Results 1 – 1 of 1) sorted by relevance
1037 int screenEnd = screenStart + mOrientationHandler.getMeasuredSize(this); in isTaskViewVisible() local1038 return isTaskViewWithinBounds(tv, screenStart, screenEnd); in isTaskViewVisible()1048 int screenEnd = screenStart + mOrientationHandler.getMeasuredSize(this); in isTaskViewFullyVisible() local1049 return isTaskViewFullyWithinBounds(tv, screenStart, screenEnd); in isTaskViewFullyVisible()3197 int screenEnd = in createTaskDismissAnimation()3205 shouldRebalance = taskEnd >= screenEnd - mPageSpacing; in createTaskDismissAnimation()