Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java291 private ActivatableNotificationView mFirstVisibleBackgroundChild = null; field in NotificationStackScrollLayout
802 if (mTrackingHeadsUp && mFirstVisibleBackgroundChild != null) { in getAppearStartPosition()
803 if (mFirstVisibleBackgroundChild.isAboveShelf()) { in getAppearStartPosition()
806 return mFirstVisibleBackgroundChild.getPinnedHeadsUpHeight(); in getAppearStartPosition()
2221 ActivatableNotificationView firstView = mFirstVisibleBackgroundChild; in updateBackgroundBounds()
2802 mAnimateNextBackgroundTop = firstChild != mFirstVisibleBackgroundChild; in updateFirstAndLastBackgroundViews()
2808 mFirstVisibleBackgroundChild = firstChild; in updateFirstAndLastBackgroundViews()
3428 if (row != null && (row == mFirstVisibleBackgroundChild in onHeightChanged()
3429 || row.getNotificationParent() == mFirstVisibleBackgroundChild)) { in onHeightChanged()