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.java65 private NotificationShelf mShelf; field in AmbientState
286 return mShelf.getHeight(); in getInnerHeight()
330 mShelf = shelf; in setShelf()
335 return mShelf; in getShelf()
DNotificationStackScrollLayout.java450 private NotificationShelf mShelf; field in NotificationStackScrollLayout
758 mShelf.onUiModeChanged();
797 int y = (int) mShelf.getTranslationY();
1079 mShelf.setMaxLayoutHeight(maxLayoutHeight);
1122 mShelf.updateAppearance();
1294 stackHeight = mTopPadding + mShelf.getIntrinsicHeight();
1297 int stackEndPosition = mMaxTopPadding + mShelf.getIntrinsicHeight();
1380 return -mTopPadding + getMinExpansionHeight() - mShelf.getIntrinsicHeight();
1432 if (notGoneChildCount >= 1 && mShelf.getVisibility() != GONE) {
1433 appearPosition += mShelf.getIntrinsicHeight();
[all …]
DStackStateAnimator.java87 private NotificationShelf mShelf; field in StackStateAnimator
278 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade()
542 mShelf = shelf; in setShelf()