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.java63 private NotificationShelf mShelf; field in AmbientState
290 return mShelf.getHeight(); in getInnerHeight()
334 mShelf = shelf; in setShelf()
339 return mShelf; in getShelf()
DNotificationStackScrollLayout.java479 private NotificationShelf mShelf; field in NotificationStackScrollLayout
854 mShelf.onUiModeChanged();
892 int y = (int) mShelf.getTranslationY();
1187 mShelf.setMaxLayoutHeight(maxLayoutHeight);
1230 mShelf.updateAppearance();
1402 stackHeight = mTopPadding + mShelf.getIntrinsicHeight();
1405 int stackEndPosition = mMaxTopPadding + mShelf.getIntrinsicHeight();
1504 return -mTopPadding + getMinExpansionHeight() - mShelf.getIntrinsicHeight();
1553 if (mShelf.getVisibility() != GONE && visibleNotifCount > 1) {
1554 appearPosition += mShelf.getIntrinsicHeight() + mPaddingBetweenElements;
[all …]
DStackStateAnimator.java89 private NotificationShelf mShelf; field in StackStateAnimator
279 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade()
548 mShelf = shelf; in setShelf()