Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java177 expandableView.setTransformingInShelf(false); in applyToView()
232 expandableView.setTransformingInShelf(true); in animateTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java807 public void setTransformingInShelf(boolean transformingInShelf) { in setTransformingInShelf() method in ExpandableView