Searched refs:notGoneIndex (Results 1 – 5 of 5) sorted by relevance
444 int notGoneIndex = 0; in initAlgorithmState() local451 notGoneIndex = updateNotGoneIndex(state, notGoneIndex, v); in initAlgorithmState()460 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()461 notGoneIndex++; in initAlgorithmState()506 private int updateNotGoneIndex(StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument509 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()511 notGoneIndex++; in updateNotGoneIndex()512 return notGoneIndex; in updateNotGoneIndex()
115 public int notGoneIndex; field in ExpandableViewState133 notGoneIndex = svs.notGoneIndex; in copyFrom()
259 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()261 ((ExpandableView) (event.mChangingView)).getViewState().notGoneIndex; in calculateChildAnimationDelay()272 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()284 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()306 float index = viewState.notGoneIndex; in calculateDelayGoToFullShade()
238 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()395 int notGoneIndex = 0; in updateAppearance() local429 int clipTop = updateNotificationClipHeight(child, notificationClipEnd, notGoneIndex); in updateAppearance()438 mNotGoneIndex = notGoneIndex; in updateAppearance()456 if (notGoneIndex != 0 || !aboveShelf) { in updateAppearance()461 notGoneIndex++; in updateAppearance()513 mNotGoneIndex = notGoneIndex; in updateAppearance()
668 mViewState.notGoneIndex = -1; in resetViewState()