Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java256 int notGoneIndex = 0; in initAlgorithmState() local
281 notGoneIndex = updateNotGoneIndex(state, notGoneIndex, v); in initAlgorithmState()
319 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()
320 notGoneIndex++; in initAlgorithmState()
352 private int updateNotGoneIndex(StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument
355 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()
357 notGoneIndex++; in updateNotGoneIndex()
358 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.java108 public int notGoneIndex; field in ExpandableViewState
128 notGoneIndex = svs.notGoneIndex; in copyFrom()
DNotificationStackScrollLayout.java4841 int notGoneIndex = 0;
4845 return notGoneIndex;
4848 notGoneIndex++;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java242 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()
277 int notGoneIndex = 0; in updateAppearance() local
325 int clipTop = updateNotificationClipHeight(row, notificationClipEnd, notGoneIndex); in updateAppearance()
339 mNotGoneIndex = notGoneIndex; in updateAppearance()
356 if (notGoneIndex != 0 || !aboveShelf) { in updateAppearance()
359 if (notGoneIndex == 0) { in updateAppearance()
373 notGoneIndex++; in updateAppearance()
417 mNotGoneIndex = notGoneIndex; in updateAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java550 mViewState.notGoneIndex = -1; in resetViewState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java499 viewState.notGoneIndex = -1; in applyRowState()