Searched refs:belowSpeedBump (Results 1 – 4 of 4) sorted by relevance
90 public boolean belowSpeedBump; field in ExpandableViewState126 belowSpeedBump = svs.belowSpeedBump; in copyFrom()159 expandableView.setBelowSpeedBump(this.belowSpeedBump); in applyToView()206 expandableView.setBelowSpeedBump(this.belowSpeedBump); in animateTo()
138 int belowSpeedBump = ambientState.getSpeedBumpIndex(); in updateSpeedBumpState() local145 childViewState.belowSpeedBump = i >= belowSpeedBump; in updateSpeedBumpState()
572 childState.belowSpeedBump = parentState.belowSpeedBump;
238 viewState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0; in updateState()