Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java49 private boolean mLastInSection; field in NotificationBackgroundView
87 && !mLastInSection) { in draw()
101 if (clipTop >= 0 && !mLastInSection) { in draw()
255 mLastInSection = lastInSection; in setLastInSection()
DActivatableNotificationView.java137 private boolean mLastInSection; field in ActivatableNotificationView
509 return mLastInSection; in isLastInSection()
518 if (lastInSection != mLastInSection) { in setLastInSection()
519 mLastInSection = lastInSection; in setLastInSection()