Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt575 val expandableViewState = ExpandableViewState() in <lambda>() constant
591 val expandableViewState = ExpandableViewState() in <lambda>() constant
607 val expandableViewState = ExpandableViewState() in <lambda>() constant
616 val expandableViewState = ExpandableViewState() in <lambda>() constant
633 val expandableViewState = ExpandableViewState() in <lambda>() constant
650 val expandableViewState = ExpandableViewState() in <lambda>() constant
667 val expandableViewState = ExpandableViewState() in <lambda>() constant
684 val expandableViewState = ExpandableViewState() in <lambda>() constant
701 val expandableViewState = ExpandableViewState() in <lambda>() constant
717 val expandableViewState = ExpandableViewState() in <lambda>() constant
[all …]
DNotificationShelfTest.kt344 val expandableViewState = ExpandableViewState() in updateState_withNullLastVisibleBackgroundChild_hideShelf() constant
370 val expandableViewState = ExpandableViewState() in updateState_withNullFirstViewInShelf_hideShelf() constant
395 val expandableViewState = ExpandableViewState() in updateState_withCollapsedShade_hideShelf() constant
422 val expandableViewState = ExpandableViewState() in updateState_withHiddenSectionBeforeShelf_hideShelf() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java546 private void setLocation(ExpandableViewState expandableViewState, float currentYPosition, in setLocation()