Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationRoundnessLogger.kt36 isLastInSection: Boolean,
46 bool2 = isLastInSection
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java863 public boolean isLastInSection() { in isLastInSection() method in ExpandableView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java863 row.isLastInSection() ? 1f : (mSmallCornerRadius / mLargeCornerRadius); in clampHunToMaxTranslation()