Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt88 shelf.updateActualWidth(/* fractionToShade */ 0f, /* shortestWidth */ 10f)
91 shelf.updateActualWidth(/* fractionToShade */ 0.5f, /* shortestWidth */ 10f)
94 shelf.updateActualWidth(/* fractionToShade */ 1f, /* shortestWidth */ 10f)
103 shelf.updateActualWidth(/* fraction */ 0f, /* shortestWidth */ 10f)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java297 public void updateActualWidth(float fractionToShade, float shortestWidth) { in updateActualWidth() method in NotificationShelf
486 updateActualWidth(fractionToShade, shortestWidth); in updateAppearance()