Lines Matching refs:top

189          * @param stackRectOut the stack rect, we only write out the top of the stack
200 taskStackBounds.top + topMargin,
202 taskStackBounds.top + topMargin + ffHeight);
204 taskStackBounds.top,
208 stackRectOut.top += ffPaddedHeight;
210 stackRectOut.top += topMargin;
234 // The freeform workspace bounds, inset by the top system insets and is a fixed height
237 // The stack bounds, inset from the top system insets, and runs to the bottom of the screen
251 // The base top margin for the stack from the system insets
266 // The initial offset that the focused task is from the top
275 // The height between the top margin and the top of the focused task
278 // The height between the bottom margin and the top of task in front of the focused task
432 * Computes the stack and task rects. The given task stack bounds already has the top/right
453 mStackActionButtonRect.set(mStackRect.left, mStackRect.top - topMargin,
454 mStackRect.right, mStackRect.top + mFocusedTopPeekHeight);
456 // Anchor the task rect top aligned to the stack rect
458 mTaskRect.set(mStackRect.left, mStackRect.top, mStackRect.right, mStackRect.top + height);
592 // For small stacks, position the tasks so that they are top aligned to under
649 int top = taskView.getTop() - mTaskRect.top;
650 float focusedRangeX = getNormalizedXFromFocusedY(top, FROM_TOP);
651 float unfocusedRangeX = getNormalizedXFromUnfocusedY(top, FROM_TOP);
795 float screenY = tmpTransform.rect.top;
881 transformOut.rect.offset(windowRect.left, windowRect.top);
943 int centerYOffset = (mStackRect.top - mTaskRect.top) +
964 // dim when the task is scrolled back towards the top of the screen
975 y = (mStackRect.top - mTaskRect.top) +
993 transformOut.visible = (transformOut.rect.top < mStackRect.bottom) &&
994 (frontTransform == null || transformOut.rect.top != frontTransform.rect.top);
1005 * Returns the scroll progress to scroll to such that the top of the task is at the top of the
1017 * Returns the original scroll progress to scroll to such that the top of the task is at the top
1025 * Returns the scroll progress to scroll to such that the top of the task at the initial top
1058 * top and right system insets (but not the bottom inset) and left/right paddings, but _not_
1059 * the top/bottom padding or insets.
1063 taskStackBounds.set(windowRect.left, windowRect.top + topInset,