Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java48 private int mCollapsedSize; field in StackScrollAlgorithm
110 mCollapsedSize = context.getResources() in initConstants()
158 algorithmState.scrollY = (int) (scrollY + mCollapsedSize + bottomOverScroll); in getStackScrollState()
427 float scrollOffset = yPositionInScrollView - algorithmState.scrollY + mCollapsedSize; in updatePositionsForState()
454 childViewState.yTranslation, mCollapsedSize); in updatePositionsForState()
487 childViewState.yTranslation = Math.max(mCollapsedSize - algorithmState.scrollY, 0); in updatePositionsForState()
492 - childViewState.yTranslation, mCollapsedSize); in updatePositionsForState()
504 childViewState.yTranslation += topHeadsUpEntry.getHeadsUpHeight() - mCollapsedSize; in updatePositionsForState()
531 childState.height += row.getHeadsUpHeight() - mCollapsedSize; in updateHeadsUpStates()
591 mCollapsedSize - childHeight); in clampPositionToTopStackEnd()
[all …]
DNotificationStackScrollLayout.java108 private int mCollapsedSize; field in NotificationStackScrollLayout
272 int y = mCollapsedSize; in onDraw()
299 mCollapsedSize = context.getResources() in initView()
551 return mCollapsedSize; in getItemHeight()
1319 scrollRange = Math.max(scrollRange, firstChildMaxExpandHeight - mCollapsedSize); in getScrollRange()
1495 return mCollapsedSize + mBottomStackPeekSize + mCollapseSecondCardPadding; in getMinStackHeight()
1503 return mIntrinsicPadding + mCollapsedSize + mBottomStackPeekSize in getPeekHeight()