Home
last modified time | relevance | path

Searched refs:getCurrentBottomRoundness (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java134 Assert.assertEquals(1.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnLast()
151 Assert.assertEquals(1f, row.getCurrentBottomRoundness(), 0.0f); in testRoundnessPulsing()
155 Assert.assertEquals(0f, row.getCurrentBottomRoundness(), 0.0f); in testRoundnessPulsing()
165 Assert.assertEquals(1.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnSecondSectionLast()
175 Assert.assertEquals(0.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnSecondSectionFirst()
185 Assert.assertEquals(0.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnNew()
195 Assert.assertEquals(0.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testCompleteReplacement()
206 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testNotCalledWhenRemoved()
218 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testRoundedWhenPinnedAndCollapsed()
230 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testRoundedWhenGoingAwayAndCollapsed()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java52 ExpandableOutlineView::getCurrentBottomRoundness,
299 public float getCurrentBottomRoundness() { in getCurrentBottomRoundness() method in ExpandableOutlineView
DExpandableNotificationRow.java3091 getCurrentBottomRoundness() != 0.0f)) {
3112 mChildrenContainer.setCurrentBottomRoundness(getCurrentBottomRoundness());
3125 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java143 mSourceNotification.getCurrentBottomRoundness()); in AnimationRunner()