Searched refs:notGoneIndex (Results 1 – 7 of 7) sorted by relevance
256 int notGoneIndex = 0; in initAlgorithmState() local281 notGoneIndex = updateNotGoneIndex(state, notGoneIndex, v); in initAlgorithmState()319 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()320 notGoneIndex++; in initAlgorithmState()352 private int updateNotGoneIndex(StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument355 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()357 notGoneIndex++; in updateNotGoneIndex()358 return notGoneIndex; in updateNotGoneIndex()
232 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()234 ((ExpandableView) (event.mChangingView)).getViewState().notGoneIndex; in calculateChildAnimationDelay()245 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()257 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()279 float index = viewState.notGoneIndex; in calculateDelayGoToFullShade()
108 public int notGoneIndex; field in ExpandableViewState128 notGoneIndex = svs.notGoneIndex; in copyFrom()
4841 int notGoneIndex = 0;4845 return notGoneIndex;4848 notGoneIndex++;
242 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()277 int notGoneIndex = 0; in updateAppearance() local325 int clipTop = updateNotificationClipHeight(row, notificationClipEnd, notGoneIndex); in updateAppearance()339 mNotGoneIndex = notGoneIndex; in updateAppearance()356 if (notGoneIndex != 0 || !aboveShelf) { in updateAppearance()359 if (notGoneIndex == 0) { in updateAppearance()373 notGoneIndex++; in updateAppearance()417 mNotGoneIndex = notGoneIndex; in updateAppearance()
550 mViewState.notGoneIndex = -1; in resetViewState()
499 viewState.notGoneIndex = -1; in applyRowState()