Home
last modified time | relevance | path

Searched refs:updateActualWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt78 shelf.updateActualWidth(/* fractionToShade */ 0f, /* shortestWidth */ 10f) in testShadeWidth_BasedOnFractionToShade()
81 shelf.updateActualWidth(/* fractionToShade */ 0.5f, /* shortestWidth */ 10f) in testShadeWidth_BasedOnFractionToShade()
84 shelf.updateActualWidth(/* fractionToShade */ 1f, /* shortestWidth */ 10f) in testShadeWidth_BasedOnFractionToShade()
94 shelf.updateActualWidth(/* fraction */ 0f, /* shortestWidth */ 10f) in testShelfIsLong_WhenNotOnLockscreen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java285 public void updateActualWidth(float fractionToShade, float shortestWidth) { in updateActualWidth() method in NotificationShelf
492 updateActualWidth(fractionToShade, shortestWidth); in updateAppearance()