Searched refs:belowSpeedBump (Results 1 – 4 of 4) sorted by relevance
93 public boolean belowSpeedBump; field in ExpandableViewState131 belowSpeedBump = svs.belowSpeedBump; in copyFrom()172 expandableView.setBelowSpeedBump(this.belowSpeedBump); in applyToView()226 expandableView.setBelowSpeedBump(this.belowSpeedBump); in animateTo()
119 int belowSpeedBump = ambientState.getSpeedBumpIndex(); in updateSpeedBumpState() local126 childViewState.belowSpeedBump = i >= belowSpeedBump; in updateSpeedBumpState()
618 childState.belowSpeedBump = parentState.belowSpeedBump;
207 mShelfState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0; in updateState()