Searched refs:getCurrentTopRoundness (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManagerTest.java | 148 Assert.assertEquals(mSmallRadiusRatio, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnLast() 171 Assert.assertEquals(1f, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing() 176 Assert.assertEquals(mSmallRadiusRatio, row.getCurrentTopRoundness(), 0.0f); in testRoundnessPulsing() 186 Assert.assertEquals(mSmallRadiusRatio, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionLast() 196 Assert.assertEquals(1.0f, mSecond.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnSecondSectionFirst() 206 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundnessSetOnNew() 216 Assert.assertEquals(mSmallRadiusRatio, mFirst.getCurrentTopRoundness(), 0.0f); in testCompleteReplacement() 227 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testNotCalledWhenRemoved() 239 Assert.assertEquals(1.0f, mFirst.getCurrentTopRoundness(), 0.0f); in testRoundedWhenPinnedAndCollapsed() 251 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 | 44 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
|
D | ExpandableNotificationRow.java | 3089 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f, 3144 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 308 firstElementRoundness = expandableRow.getCurrentTopRoundness(); in updateAppearance()
|