Searched defs:mBottomStackPeekSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java48 private int mBottomStackPeekSize; field in class:StackScrollAlgorithm
95 mBottomStackPeekSize,
115 mBottomStackPeekSize = context.getResources()
333 float bottomPeekStart = mInnerHeight - mBottomStackPeekSize;
453 mInnerHeight - mBottomStackPeekSize - mCollapseSecondCardPadding - childHeight);
607 int bottomPeekStart = mInnerHeight - mBottomStackPeekSize -
724 + mBottomStackSlowDownLength + mBottomStackPeekSize /* bottom stack */
H A DNotificationStackScrollLayout.java93 private int mBottomStackPeekSize; field in class:NotificationStackScrollLayout
242 y = (int) (getLayoutHeight() - mBottomStackPeekSize
245 y = (int) (getLayoutHeight() - mBottomStackPeekSize);
269 mBottomStackPeekSize = context.getResources()
464 translationY += (1 - partiallyThere) * (mBottomStackPeekSize +
491 return mBottomStackPeekSize;
1184 scrollRange = Math.max(0, contentHeight - mMaxLayoutHeight + mBottomStackPeekSize
1363 return mCollapsedSize + mBottomStackPeekSize + mCollapseSecondCardPadding;
1371 return mIntrinsicPadding + mCollapsedSize + mBottomStackPeekSize
1928 int emptyMargin = mMaxLayoutHeight - mContentHeight - mBottomStackPeekSize;
[all...]

Completed in 59 milliseconds