Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java89 public boolean belowSpeedBump; field in ExpandableViewState
124 belowSpeedBump = svs.belowSpeedBump; in copyFrom()
157 expandableView.setBelowSpeedBump(this.belowSpeedBump); in applyToView()
201 expandableView.setBelowSpeedBump(this.belowSpeedBump); in animateTo()
DStackScrollAlgorithm.java138 int belowSpeedBump = ambientState.getSpeedBumpIndex(); in updateSpeedBumpState() local
145 childViewState.belowSpeedBump = i >= belowSpeedBump; in updateSpeedBumpState()
DNotificationChildrenContainer.java571 childState.belowSpeedBump = parentState.belowSpeedBump;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java213 viewState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0; in updateState()