Searched refs:taskStackBounds (Results 1 – 2 of 2) sorted by relevance
193 Rect taskStackBounds, int topMargin, int freeformGap, int stackBottomOffset) { in computeRects() argument196 int availableHeight = taskStackBounds.height() - topMargin - stackBottomOffset; in computeRects()199 freeformRectOut.set(taskStackBounds.left, in computeRects()200 taskStackBounds.top + topMargin, in computeRects()201 taskStackBounds.right, in computeRects()202 taskStackBounds.top + topMargin + ffHeight); in computeRects()203 stackRectOut.set(taskStackBounds.left, in computeRects()204 taskStackBounds.top, in computeRects()205 taskStackBounds.right, in computeRects()206 taskStackBounds.bottom); in computeRects()[all …]
508 Rect taskStackBounds = new Rect(); in getDockedTaskStackBounds() local515 taskStackBounds); in getDockedTaskStackBounds()516 return taskStackBounds; in getDockedTaskStackBounds()