Searched refs:belowSpeedBump (Results 1 – 4 of 4) sorted by relevance
89 public boolean belowSpeedBump; field in ExpandableViewState124 belowSpeedBump = svs.belowSpeedBump; in copyFrom()157 expandableView.setBelowSpeedBump(this.belowSpeedBump); in applyToView()201 expandableView.setBelowSpeedBump(this.belowSpeedBump); in animateTo()
148 int belowSpeedBump = speedBumpIndex; in updateSpeedBumpState() local155 childViewState.belowSpeedBump = i >= belowSpeedBump; in updateSpeedBumpState()
612 childState.belowSpeedBump = parentState.belowSpeedBump;
177 viewState.belowSpeedBump = mHostLayoutController.getSpeedBumpIndex() == 0; in updateState()