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/
DAmbientState.java62 private NotificationShelf mShelf; field in AmbientState
349 return mShelf.getHeight(); in getInnerHeight()
393 mShelf = shelf; in setShelf()
398 return mShelf; in getShelf()
DNotificationStackScrollLayout.java414 private NotificationShelf mShelf; field in NotificationStackScrollLayout
1117 mShelf.updateAppearance();
1304 stackHeight = mTopPadding + mShelf.getIntrinsicHeight();
1307 int stackEndPosition = mMaxTopPadding + mShelf.getIntrinsicHeight();
1411 return -mTopPadding + getMinExpansionHeight() - mShelf.getIntrinsicHeight();
1462 if (mShelf.getVisibility() != GONE && visibleNotifCount > 1) {
1463 appearPosition += mShelf.getIntrinsicHeight() + mPaddingBetweenElements;
1467 } else if (mShelf.getVisibility() != GONE) {
1468 appearPosition += mShelf.getIntrinsicHeight();
2094 if (child.getVisibility() != View.GONE && child != mShelf) {
[all …]
DStackStateAnimator.java85 private NotificationShelf mShelf; field in StackStateAnimator
273 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade()
528 mShelf = shelf; in setShelf()