Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java148 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/
DExpandableOutlineView.java44 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
DExpandableNotificationRow.java3089 && contentView.shouldClipToRounding(getCurrentTopRoundness() != 0.0f,
3144 return getCurrentBottomRoundness() == 0.0f && getCurrentTopRoundness() == 0.0f;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java308 firstElementRoundness = expandableRow.getCurrentTopRoundness(); in updateAppearance()