Home
last modified time | relevance | path

Searched refs:belowSpeedBump (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java92 public boolean belowSpeedBump; field in ExpandableViewState
132 belowSpeedBump = svs.belowSpeedBump; in copyFrom()
165 expandableView.setBelowSpeedBump(this.belowSpeedBump); in applyToView()
220 expandableView.setBelowSpeedBump(this.belowSpeedBump); in animateTo()
H A DStackScrollAlgorithm.java269 int belowSpeedBump = speedBumpIndex; in updateSpeedBumpState() local
276 childViewState.belowSpeedBump = i >= belowSpeedBump; in updateSpeedBumpState()
H A DNotificationChildrenContainer.java680 childState.belowSpeedBump = parentState.belowSpeedBump;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java241 viewState.belowSpeedBump = getSpeedBumpIndex() == 0; in updateState()