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.java135 Assert.assertEquals(0.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnLast()
152 Assert.assertEquals(1f, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing()
156 Assert.assertEquals(0f, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing()
166 Assert.assertEquals(0.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionLast()
176 Assert.assertEquals(1.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionFirst()
186 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnNew()
196 Assert.assertEquals(0.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testCompleteReplacement()
207 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testNotCalledWhenRemoved()
219 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundedWhenPinnedAndCollapsed()
231 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,
295 public float getCurrentTopRoundness() { in getCurrentTopRoundness() method in ExpandableOutlineView
DExpandableNotificationRow.java3090 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f,
3125 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java142 mNotificationCornerRadius = Math.max(mSourceNotification.getCurrentTopRoundness(), in AnimationRunner()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java368 firstElementRoundness = row.getCurrentTopRoundness(); in updateAppearance()