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/stack/
DAmbientState.java51 private NotificationShelf mShelf; field in AmbientState
230 mShelf = shelf; in setShelf()
234 return mShelf; in getShelf()
DNotificationStackScrollLayout.java361 private NotificationShelf mShelf; field in NotificationStackScrollLayout
605 mShelf.setMaxLayoutHeight(maxLayoutHeight); in setMaxLayoutHeight()
638 mShelf.updateAppearance(); in onPreDrawDuringAnimation()
828 appearPosition += mShelf.getIntrinsicHeight(); in getAppearEndPosition()
1847 if (child.getVisibility() != View.GONE && child != mShelf) { in getFirstChildNotGone()
1911 if (child.getVisibility() != View.GONE && child != mShelf) { in getLastChildNotGone()
1926 if (child.getVisibility() != View.GONE && !child.willBeGone() && child != mShelf) { in getNotGoneChildCount()
1958 expandableView = mShelf; in updateContentHeight()
2235 ActivatableNotificationView lastView = mShelf.hasItemsInStableShelf() in updateBackgroundBounds()
2236 ? mShelf in updateBackgroundBounds()
[all …]
DStackStateAnimator.java78 private NotificationShelf mShelf; field in StackStateAnimator
279 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade()
519 mShelf = shelf; in setShelf()