Searched refs:notGoneIndex (Results 1 – 6 of 6) sorted by relevance
254 int notGoneIndex = 0; in initAlgorithmState() local279 notGoneIndex = updateNotGoneIndex(state, notGoneIndex, v); in initAlgorithmState()317 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()318 notGoneIndex++; in initAlgorithmState()350 private int updateNotGoneIndex(StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument353 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()355 notGoneIndex++; in updateNotGoneIndex()356 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()
107 public int notGoneIndex; field in ExpandableViewState126 notGoneIndex = svs.notGoneIndex; in copyFrom()
4834 int notGoneIndex = 0;4838 return notGoneIndex;4841 notGoneIndex++;
217 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()252 int notGoneIndex = 0; in updateAppearance() local300 int clipTop = updateNotificationClipHeight(row, notificationClipEnd, notGoneIndex); in updateAppearance()314 mNotGoneIndex = notGoneIndex; in updateAppearance()334 if (notGoneIndex != 0 || !aboveShelf) { in updateAppearance()337 if (notGoneIndex == 0) { in updateAppearance()351 notGoneIndex++; in updateAppearance()399 mNotGoneIndex = notGoneIndex; in updateAppearance()
534 mViewState.notGoneIndex = -1; in resetViewState()