Home
last modified time | relevance | path

Searched refs:expandableViewState (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt415 assertFalse(expandableViewState.hidden)
431 assertTrue(expandableViewState.hidden)
447 assertFalse(expandableViewState.hidden)
468 expandableViewState.headsUpIsVisible = true
483 expandableViewState.headsUpIsVisible = true
528 expandableViewState.yTranslation = 50f
541 expandableViewState.yTranslation = -10f
554 expandableViewState.height = 20
555 expandableViewState.yTranslation = -100f
570 expandableViewState.height = 20
[all …]
H A DNotificationShelfTest.kt372 val expandableViewState = ExpandableViewState() regex
373 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState)
399 val expandableViewState = ExpandableViewState() regex
400 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState)
425 val expandableViewState = ExpandableViewState() regex
426 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState)
453 val expandableViewState = ExpandableViewState() regex
454 whenever(lastVisibleBackgroundChild.viewState).thenReturn(expandableViewState)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java466 private void setLocation(ExpandableViewState expandableViewState, float currentYPosition, in setLocation() argument
468 expandableViewState.location = ExpandableViewState.LOCATION_MAIN_AREA; in setLocation()
470 expandableViewState.location = ExpandableViewState.LOCATION_HIDDEN_TOP; in setLocation()