Searched refs:notGoneIndex (Results 1 – 6 of 6) sorted by relevance
260 int notGoneIndex = 0; in initAlgorithmState() local280 notGoneIndex = updateNotGoneIndex(resultState, state, notGoneIndex, v); in initAlgorithmState()320 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()321 notGoneIndex++; in initAlgorithmState()354 StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument357 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()359 notGoneIndex++; in updateNotGoneIndex()360 return notGoneIndex; in updateNotGoneIndex()
183 float longerDurationFactor = viewState.notGoneIndex - mCurrentLastNotAddedIndex; in adaptDurationWhenGoingToFullShade()226 return viewState.notGoneIndex; in findLastNotAddedIndex()245 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()247 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()258 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()271 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()292 float index = viewState.notGoneIndex; in calculateDelayGoToFullShade()
112 public int notGoneIndex; field in ExpandableViewState133 notGoneIndex = svs.notGoneIndex; in copyFrom()
81 viewState.notGoneIndex = -1; in resetViewState()
4066 int notGoneIndex = 0;4070 return notGoneIndex;4073 notGoneIndex++;
212 mShelfState.notGoneIndex = Math.min(mShelfState.notGoneIndex, mNotGoneIndex); in updateState()247 int notGoneIndex = 0; in updateAppearance() local299 mNotGoneIndex = notGoneIndex; in updateAppearance()316 if (notGoneIndex != 0 || !aboveShelf) { in updateAppearance()319 if (notGoneIndex == 0) { in updateAppearance()333 notGoneIndex++; in updateAppearance()357 mNotGoneIndex = notGoneIndex; in updateAppearance()