Home
last modified time | relevance | path

Searched refs:isSmallScreen (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt73 whenever(ambientState.isSmallScreen).thenReturn(true)
331 whenever(ambientState.isSmallScreen).thenReturn(false)
H A DStackScrollAlgorithmTest.kt74 ambientState.isSmallScreen = true
196 ambientState.isSmallScreen = false
209 ambientState.isSmallScreen = false
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java587 public boolean isSmallScreen() { in isSmallScreen() method in AmbientState
H A DStackScrollAlgorithm.java190 if (ambientState.isSmallScreen()) { in interpolateFooterAlpha()
199 if (ambientState.isSmallScreen()) { in interpolateNotificationContentAlpha()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java230 if (ambientState.isSmallScreen()) { in updateState()