Searched refs:requestTopRoundness (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | Roundable.kt | 75 fun requestTopRoundness( in <lambda>() method 119 fun requestTopRoundness( in <lambda>() method 123 return requestTopRoundness( in <lambda>() 217 requestTopRoundness(value = top, sourceType = sourceType, animate = animate) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSectionsManager.kt | 208 firstChild.requestTopRoundness(1f, SECTION, animated) in <lambda>() 222 noMoreFirstChild.requestTopRoundness(0f, SECTION) in <lambda>()
|
D | NotificationChildrenContainer.java | 1591 mGroupHeaderWrapper.requestTopRoundness( 1598 mMinimizedGroupHeaderWrapper.requestTopRoundness(
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainerTest.java | 258 mChildrenContainer.requestTopRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_header() 271 mChildrenContainer.requestTopRoundness(1f, SourceType.from(""), false); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_headerLowPriority()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ActivatableNotificationViewTest.kt | 93 mView.requestTopRoundness(1f, SourceType.from("")) in roundnessShouldBeTheSame_after_onDensityOrFontScaleChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | RoundableTest.kt | 41 roundable.requestTopRoundness(value = 1f, sourceType = SOURCE1) in requestTopRoundness_update_and_invalidate_targetView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 569 anv.requestTopRoundness(topValue, SHELF_SCROLL, /* animate = */ false);
|