Searched refs:notGoneIndex (Results 1 – 5 of 5) sorted by relevance
55 public int notGoneIndex; field in StackViewState81 notGoneIndex = svs.notGoneIndex; in copyFrom()
261 int notGoneIndex = 0; in initAlgorithmState() local266 notGoneIndex = updateNotGoneIndex(resultState, state, notGoneIndex, v); in initAlgorithmState()289 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()290 notGoneIndex++; in initAlgorithmState()301 StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument304 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()306 notGoneIndex++; in updateNotGoneIndex()307 return notGoneIndex; in updateNotGoneIndex()
179 return viewState.notGoneIndex; in findLastNotAddedIndex()202 float longerDurationFactor = viewState.notGoneIndex - mCurrentLastNotAddedIndex; in startStackAnimations()338 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()340 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()351 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()358 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()388 return Math.abs(referenceIndex - viewState.notGoneIndex) * ANIMATION_DELAY_PER_ELEMENT_DARK; in calculateDelayDark()392 float index = viewState.notGoneIndex; in calculateDelayGoToFullShade()
86 viewState.notGoneIndex = -1; in resetViewState()
3445 int notGoneIndex = 0; in getNotGoneIndex() local3449 return notGoneIndex; in getNotGoneIndex()3452 notGoneIndex++; in getNotGoneIndex()