Searched refs:notGoneIndex (Results 1 – 6 of 6) sorted by relevance
245 int notGoneIndex = 0; in initAlgorithmState() local252 notGoneIndex = updateNotGoneIndex(state, notGoneIndex, v); in initAlgorithmState()262 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()263 notGoneIndex++; in initAlgorithmState()306 private int updateNotGoneIndex(StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument309 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()311 notGoneIndex++; in updateNotGoneIndex()312 return notGoneIndex; in updateNotGoneIndex()
227 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()229 ((ExpandableView) (event.mChangingView)).getViewState().notGoneIndex; in calculateChildAnimationDelay()240 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()252 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()274 float index = viewState.notGoneIndex; in calculateDelayGoToFullShade()
107 public int notGoneIndex; field in ExpandableViewState126 notGoneIndex = svs.notGoneIndex; in copyFrom()
4348 int notGoneIndex = 0; in getNotGoneIndex() local4352 return notGoneIndex; in getNotGoneIndex()4355 notGoneIndex++; in getNotGoneIndex()
182 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()228 int notGoneIndex = 0; in updateAppearance() local268 int clipTop = updateNotificationClipHeight(child, notificationClipEnd, notGoneIndex); in updateAppearance()278 mNotGoneIndex = notGoneIndex; in updateAppearance()296 if (notGoneIndex != 0 || !aboveShelf) { in updateAppearance()299 if (notGoneIndex == 0) { in updateAppearance()313 notGoneIndex++; in updateAppearance()351 mNotGoneIndex = notGoneIndex; in updateAppearance()
567 mViewState.notGoneIndex = -1; in resetViewState()