Home
last modified time | relevance | path

Searched refs:notGoneIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackViewState.java55 public int notGoneIndex; field in StackViewState
81 notGoneIndex = svs.notGoneIndex; in copyFrom()
DStackScrollAlgorithm.java261 int notGoneIndex = 0; in initAlgorithmState() local
266 notGoneIndex = updateNotGoneIndex(resultState, state, notGoneIndex, v); in initAlgorithmState()
289 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()
290 notGoneIndex++; in initAlgorithmState()
301 StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument
304 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()
306 notGoneIndex++; in updateNotGoneIndex()
307 return notGoneIndex; in updateNotGoneIndex()
DStackStateAnimator.java179 return viewState.notGoneIndex; in findLastNotAddedIndex()
202 float longerDurationFactor = viewState.notGoneIndex - mCurrentLastNotAddedIndex; in startStackAnimations()
338 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()
340 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()
351 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()
358 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()
388 return Math.abs(referenceIndex - viewState.notGoneIndex) * ANIMATION_DELAY_PER_ELEMENT_DARK; in calculateDelayDark()
392 float index = viewState.notGoneIndex; in calculateDelayGoToFullShade()
DStackScrollState.java86 viewState.notGoneIndex = -1; in resetViewState()
DNotificationStackScrollLayout.java3445 int notGoneIndex = 0; in getNotGoneIndex() local
3449 return notGoneIndex; in getNotGoneIndex()
3452 notGoneIndex++; in getNotGoneIndex()