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 | 135 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/ |
D | ExpandableOutlineView.java | 45 ExpandableOutlineView::getCurrentTopRoundness, 295 public float getCurrentTopRoundness() { in getCurrentTopRoundness() method in ExpandableOutlineView
|
D | ExpandableNotificationRow.java | 3090 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f, 3125 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 | 368 firstElementRoundness = row.getCurrentTopRoundness(); in updateAppearance()
|