Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java142 Assert.assertEquals(0.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnLast()
165 Assert.assertEquals(1f, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing()
170 Assert.assertEquals(0f, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing()
180 Assert.assertEquals(0.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionLast()
190 Assert.assertEquals(1.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionFirst()
200 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnNew()
210 Assert.assertEquals(0.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testCompleteReplacement()
221 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testNotCalledWhenRemoved()
233 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundedWhenPinnedAndCollapsed()
245 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundedWhenGoingAwayAndCollapsed()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java45 ExpandableOutlineView::getCurrentTopRoundness,
273 public float getCurrentTopRoundness() { in getCurrentTopRoundness() method in ExpandableOutlineView
DExpandableNotificationRow.java3087 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f,
3122 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java154 mNotificationCornerRadius = Math.max(mSourceNotification.getCurrentTopRoundness(), in AnimationRunner()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java341 firstElementRoundness = expandableRow.getCurrentTopRoundness(); in updateAppearance()