Searched refs:getCurrentTopRoundness (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManagerTest.java | 138 Assert.assertEquals(0.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnLast() 158 Assert.assertEquals(1f, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing() 163 Assert.assertEquals(0f, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing() 173 Assert.assertEquals(0.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionLast() 183 Assert.assertEquals(1.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionFirst() 193 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnNew() 203 Assert.assertEquals(0.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testCompleteReplacement() 214 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testNotCalledWhenRemoved() 226 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundedWhenPinnedAndCollapsed() 238 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundedWhenGoingAwayAndCollapsed() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 45 ExpandableOutlineView::getCurrentTopRoundness, 295 public float getCurrentTopRoundness() { in getCurrentTopRoundness() method in ExpandableOutlineView
|
D | ExpandableNotificationRow.java | 3071 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f, 3106 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ActivityLaunchAnimator.java | 142 mNotificationCornerRadius = Math.max(mSourceNotification.getCurrentTopRoundness(), in AnimationRunner()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 346 firstElementRoundness = row.getCurrentTopRoundness(); in updateAppearance()
|