Home
last modified time | relevance | path

Searched refs:mLastVisibleBackgroundChild (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java55 private ActivatableNotificationView mLastVisibleBackgroundChild; field in AmbientState
247 mLastVisibleBackgroundChild = lastVisibleBackgroundChild; in setLastVisibleBackgroundChild()
251 return mLastVisibleBackgroundChild; in getLastVisibleBackgroundChild()
DNotificationStackScrollLayout.java292 private ActivatableNotificationView mLastVisibleBackgroundChild = null; field in NotificationStackScrollLayout
2237 : mLastVisibleBackgroundChild; in updateBackgroundBounds()
2413 if (mLastVisibleBackgroundChild != null) { in getPeekHeight()
2803 mAnimateNextBackgroundBottom = lastChild != mLastVisibleBackgroundChild; in updateFirstAndLastBackgroundViews()
2809 mLastVisibleBackgroundChild = lastChild; in updateFirstAndLastBackgroundViews()
3457 if (row != mLastVisibleBackgroundChild) { in updateScrollPositionOnExpandInBottom()