Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java254 int notGoneIndex = 0; in initAlgorithmState() local
279 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() argument
353 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()
355 notGoneIndex++; in updateNotGoneIndex()
356 return notGoneIndex; in updateNotGoneIndex()
DStackStateAnimator.java232 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()
DExpandableViewState.java107 public int notGoneIndex; field in ExpandableViewState
126 notGoneIndex = svs.notGoneIndex; in copyFrom()
DNotificationStackScrollLayout.java4834 int notGoneIndex = 0;
4838 return notGoneIndex;
4841 notGoneIndex++;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java217 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()
252 int notGoneIndex = 0; in updateAppearance() local
300 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java534 mViewState.notGoneIndex = -1; in resetViewState()