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.java64 private NotificationShelf mShelf; field in AmbientState
289 return mShelf.getHeight(); in getInnerHeight()
333 mShelf = shelf; in setShelf()
338 return mShelf; in getShelf()
DNotificationStackScrollLayout.java449 private NotificationShelf mShelf; field in NotificationStackScrollLayout
770 mShelf.onUiModeChanged();
809 int y = (int) mShelf.getTranslationY();
1102 mShelf.setMaxLayoutHeight(maxLayoutHeight);
1145 mShelf.updateAppearance();
1317 stackHeight = mTopPadding + mShelf.getIntrinsicHeight();
1320 int stackEndPosition = mMaxTopPadding + mShelf.getIntrinsicHeight();
1421 return -mTopPadding + getMinExpansionHeight() - mShelf.getIntrinsicHeight();
1473 if (notGoneChildCount >= 1 && mShelf.getVisibility() != GONE) {
1474 appearPosition += mShelf.getIntrinsicHeight();
[all …]
DStackStateAnimator.java88 private NotificationShelf mShelf; field in StackStateAnimator
278 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade()
546 mShelf = shelf; in setShelf()