Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java433 public void setLastInSection(boolean lastInSection) { in setLastInSection() method in ActivatableNotificationView
435 super.setLastInSection(lastInSection); in setLastInSection()
436 mBackgroundNormal.setLastInSection(lastInSection); in setLastInSection()
437 mBackgroundDimmed.setLastInSection(lastInSection); in setLastInSection()
DNotificationBackgroundView.java254 public void setLastInSection(boolean lastInSection) { in setLastInSection() method in NotificationBackgroundView
DExpandableView.java778 public void setLastInSection(boolean lastInSection) { in setLastInSection() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java98 view.setLastInSection(lastInSection); in updateViewWithoutCallback()