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.java141 Assert.assertEquals(1.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnLast()
164 Assert.assertEquals(1f, row.getCurrentBottomRoundness(), 0.0f); in testRoundnessPulsing()
169 Assert.assertEquals(0f, row.getCurrentBottomRoundness(), 0.0f); in testRoundnessPulsing()
179 Assert.assertEquals(1.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnSecondSectionLast()
189 Assert.assertEquals(0.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnSecondSectionFirst()
199 Assert.assertEquals(0.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnNew()
209 Assert.assertEquals(0.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testCompleteReplacement()
220 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testNotCalledWhenRemoved()
232 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f); in testRoundedWhenPinnedAndCollapsed()
244 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,
277 public float getCurrentBottomRoundness() { in getCurrentBottomRoundness() method in ExpandableOutlineView
DExpandableNotificationRow.java3088 getCurrentBottomRoundness() != 0.0f)) {
3109 mChildrenContainer.setCurrentBottomRoundness(getCurrentBottomRoundness());
3122 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java155 mSourceNotification.getCurrentBottomRoundness()); in AnimationRunner()