Searched refs:shelfIndex (Results 1 – 2 of 2) sorted by relevance
169 public void setSpeedBumpIndex(int shelfIndex) { in setSpeedBumpIndex() argument170 mSpeedBumpIndex = shelfIndex; in setSpeedBumpIndex()
279 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade() local282 if (index > shelfIndex) { in calculateDelayGoToFullShade()283 float diff = index - shelfIndex; in calculateDelayGoToFullShade()286 index = shelfIndex; in calculateDelayGoToFullShade()