Searched refs:shelfIndex (Results 1 – 2 of 2) sorted by relevance
291 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade() local294 if (index > shelfIndex) { in calculateDelayGoToFullShade()295 float diff = index - shelfIndex; in calculateDelayGoToFullShade()298 index = shelfIndex; in calculateDelayGoToFullShade()
206 public void setSpeedBumpIndex(int shelfIndex) { in setSpeedBumpIndex() argument207 mSpeedBumpIndex = shelfIndex; in setSpeedBumpIndex()