Searched refs:getCurrentBottomRoundness (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManagerTest.java | 147 Assert.assertEquals(1.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnLast() 170 Assert.assertEquals(1f, row.getCurrentBottomRoundness(), 0.0f); in testRoundnessPulsing() 175 Assert.assertEquals(mSmallRadiusRatio, row.getCurrentBottomRoundness(), 0.0f); in testRoundnessPulsing() 185 Assert.assertEquals(1.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnSecondSectionLast() 195 Assert.assertEquals(mSmallRadiusRatio, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnSecondSectionFirst() 205 Assert.assertEquals(mSmallRadiusRatio, mFirst.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnNew() 215 Assert.assertEquals(mSmallRadiusRatio, mFirst.getCurrentBottomRoundness(), 0.0f); in testCompleteReplacement() 226 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testNotCalledWhenRemoved() 238 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testRoundedWhenPinnedAndCollapsed() 250 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testRoundedWhenGoingAwayAndCollapsed() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableOutlineView.java | 51 ExpandableOutlineView::getCurrentBottomRoundness, 84 && getCurrentBottomRoundness() == 0.0f && !mAlwaysRoundBothCorners) { 138 float currentBottomRoundness = getCurrentBottomRoundness(); in getClipPath() 251 public float getCurrentBottomRoundness() { in getCurrentBottomRoundness() method in ExpandableOutlineView 256 return getCurrentBottomRoundness() * mOutlineRadius; in getCurrentBackgroundRadiusBottom()
|
D | ExpandableNotificationRow.java | 3090 getCurrentBottomRoundness() != 0.0f)) { 3131 mChildrenContainer.setCurrentBottomRoundness(getCurrentBottomRoundness()); 3144 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
|