Home
last modified time | relevance | path

Searched refs:getCurrentTopRoundness (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManagerTest.java175 Assert.assertEquals(1f, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing()
180 Assert.assertEquals(mSmallRadiusRatio, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing()
200 Assert.assertEquals(1.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionFirst()
210 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnNew()
220 Assert.assertEquals(mSmallRadiusRatio, mFirst.getCurrentTopRoundness(), 0.0f); in testCompleteReplacement()
231 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testNotCalledWhenRemoved()
243 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundedWhenPinnedAndCollapsed()
255 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundedWhenGoingAwayAndCollapsed()
279 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testTrackingHeadsUpRoundedIfPushingUp()
291 Assert.assertEquals(0.5f, mFirst.getCurrentTopRoundness(), 0.0f); in testTrackingHeadsUpPartiallyRoundedIfPushingDown()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java44 ExpandableOutlineView::getCurrentTopRoundness,
83 if (!mCustomOutline && getCurrentTopRoundness() == 0.0f
137 float currentTopRoundness = getCurrentTopRoundness(); in getClipPath()
244 return getCurrentTopRoundness() * mOutlineRadius; in getCurrentBackgroundRadiusTop()
247 public float getCurrentTopRoundness() { in getCurrentTopRoundness() method in ExpandableOutlineView
H A DExpandableNotificationRow.java3222 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f,
3277 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java308 firstElementRoundness = expandableRow.getCurrentTopRoundness(); in updateAppearance()