Home
last modified time | relevance | path

Searched refs:mShelf (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java441 private NotificationShelf mShelf; field in NotificationStackScrollLayout
1301 mShelf.updateAppearance();
1560 stackHeight = getTopPadding() + mShelf.getIntrinsicHeight();
1563 int stackEndPosition = mMaxTopPadding + mShelf.getIntrinsicHeight();
1664 return -getTopPadding() + getMinExpansionHeight() - mShelf.getIntrinsicHeight();
1722 if (mShelf.getVisibility() != GONE) {
1723 appearPosition += mShelf.getIntrinsicHeight() + mPaddingBetweenElements;
1727 } else if (mShelf.getVisibility() != GONE) {
1728 appearPosition += mShelf.getIntrinsicHeight();
1748 if (mShelf.getVisibility() != GONE && visibleNotifCount > 1) {
[all …]
DAmbientState.java79 private NotificationShelf mShelf; field in AmbientState
455 return mShelf.getHeight(); in getInnerHeight()
499 mShelf = shelf; in setShelf()
504 return mShelf; in getShelf()
DStackStateAnimator.java97 private NotificationShelf mShelf; field in StackStateAnimator
305 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade()
817 mShelf = shelf; in setShelf()