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/notification/stack/
DStackScrollAlgorithm.java444 int notGoneIndex = 0; in initAlgorithmState() local
451 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() argument
509 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()
511 notGoneIndex++; in updateNotGoneIndex()
512 return notGoneIndex; in updateNotGoneIndex()
DExpandableViewState.java115 public int notGoneIndex; field in ExpandableViewState
133 notGoneIndex = svs.notGoneIndex; in copyFrom()
DStackStateAnimator.java259 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java238 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()
395 int notGoneIndex = 0; in updateAppearance() local
429 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java668 mViewState.notGoneIndex = -1; in resetViewState()