Searched refs:updateViewWithShelf (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackScrollAlgorithmTest.kt | 414 stackScrollAlgorithm.updateViewWithShelf(expandableView, expandableViewState, shelfStart) 430 stackScrollAlgorithm.updateViewWithShelf(expandableView, expandableViewState, shelfStart) 446 stackScrollAlgorithm.updateViewWithShelf(expandableView, expandableViewState, shelfStart)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackScrollAlgorithm.java | 614 updateViewWithShelf(view, viewState, shelfStart); 635 void updateViewWithShelf(ExpandableView view, ExpandableViewState viewState, float shelfStart) { in updateViewWithShelf() method
|