HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentBottomRoundness (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationRoundnessManagerTest.java 80 Assert.assertEquals(1.0f, mSecond.getCurrentBottomRoundness(), 0.0f);
87 Assert.assertEquals(0.0f, mFirst.getCurrentBottomRoundness(), 0.0f);
94 Assert.assertEquals(0.0f, mFirst.getCurrentBottomRoundness(), 0.0f);
102 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f);
111 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f);
120 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f);
129 Assert.assertEquals(0.0f, mFirst.getCurrentBottomRoundness(), 0.0f);
138 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f);
147 Assert.assertEquals(0.0f, mFirst.getCurrentBottomRoundness(), 0.0f);
156 Assert.assertEquals(1.0f, mFirst.getCurrentBottomRoundness(), 0.0f)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 52 ExpandableOutlineView::getCurrentBottomRoundness,
315 public float getCurrentBottomRoundness() {
ExpandableNotificationRow.java     [all...]

Completed in 268 milliseconds