Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt142 fun requestBottomRoundness( in <lambda>() method
186 fun requestBottomRoundness( in <lambda>() method
190 return requestBottomRoundness( in <lambda>()
219 requestBottomRoundness(value = bottom, sourceType = sourceType, animate = animate) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt216 lastChild.requestBottomRoundness(1f, SECTION, animated) in <lambda>()
225 noMoreLastChild.requestBottomRoundness(0f, SECTION) in <lambda>()
DStackScrollAlgorithm.java1007 row.requestBottomRoundness(bottomValue, STACK_SCROLL_ALGO); in clampHunToMaxTranslation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DRoundableTest.kt49 roundable.requestBottomRoundness(value = 1f, sourceType = SOURCE1) in requestBottomRoundness_update_and_invalidate_targetView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java246 mChildrenContainer.requestBottomRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java581 anv.requestBottomRoundness(bottomValue, SHELF_SCROLL, /* animate = */ false);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java657 group.requestBottomRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_childrenContainer()