HomeSort by relevance Sort by last modified time
    Searched refs:belowSpeedBump (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ExpandableViewState.java 93 public boolean belowSpeedBump;
125 belowSpeedBump = svs.belowSpeedBump;
165 expandableView.setBelowSpeedBump(this.belowSpeedBump);
215 expandableView.setBelowSpeedBump(this.belowSpeedBump);
StackScrollAlgorithm.java 110 int belowSpeedBump = ambientState.getSpeedBumpIndex();
117 childViewState.belowSpeedBump = i >= belowSpeedBump;
NotificationChildrenContainer.java 575 childState.belowSpeedBump = parentState.belowSpeedBump;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 169 mShelfState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0;

Completed in 253 milliseconds