Searched refs:requestBottomRoundness (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | Roundable.kt | 142 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/ |
D | NotificationSectionsManager.kt | 216 lastChild.requestBottomRoundness(1f, SECTION, animated) in <lambda>() 225 noMoreLastChild.requestBottomRoundness(0f, SECTION) in <lambda>()
|
D | StackScrollAlgorithm.java | 1007 row.requestBottomRoundness(bottomValue, STACK_SCROLL_ALGO); in clampHunToMaxTranslation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | RoundableTest.kt | 49 roundable.requestBottomRoundness(value = 1f, sourceType = SOURCE1) in requestBottomRoundness_update_and_invalidate_targetView()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainerTest.java | 246 mChildrenContainer.requestBottomRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_last_child()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 581 anv.requestBottomRoundness(bottomValue, SHELF_SCROLL, /* animate = */ false);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 657 group.requestBottomRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_childrenContainer()
|