Searched refs:mFirstVisibleBackgroundChild (Results 1 – 1 of 1) sorted by relevance
291 private ActivatableNotificationView mFirstVisibleBackgroundChild = null; field in NotificationStackScrollLayout802 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()