Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt75 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/
DNotificationSectionsManager.kt208 firstChild.requestTopRoundness(1f, SECTION, animated) in <lambda>()
222 noMoreFirstChild.requestTopRoundness(0f, SECTION) in <lambda>()
DNotificationChildrenContainer.java1591 mGroupHeaderWrapper.requestTopRoundness(
1598 mMinimizedGroupHeaderWrapper.requestTopRoundness(
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java258 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/
DActivatableNotificationViewTest.kt93 mView.requestTopRoundness(1f, SourceType.from("")) in roundnessShouldBeTheSame_after_onDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DRoundableTest.kt41 roundable.requestTopRoundness(value = 1f, sourceType = SOURCE1) in requestTopRoundness_update_and_invalidate_targetView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java569 anv.requestTopRoundness(topValue, SHELF_SCROLL, /* animate = */ false);