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.java245 int notGoneIndex = 0; in initAlgorithmState() local
252 notGoneIndex = updateNotGoneIndex(state, notGoneIndex, v); in initAlgorithmState()
262 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()
263 notGoneIndex++; in initAlgorithmState()
306 private int updateNotGoneIndex(StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument
309 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()
311 notGoneIndex++; in updateNotGoneIndex()
312 return notGoneIndex; in updateNotGoneIndex()
DStackStateAnimator.java227 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()
229 ((ExpandableView) (event.mChangingView)).getViewState().notGoneIndex; in calculateChildAnimationDelay()
240 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()
252 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
274 float index = viewState.notGoneIndex; in calculateDelayGoToFullShade()
DExpandableViewState.java107 public int notGoneIndex; field in ExpandableViewState
126 notGoneIndex = svs.notGoneIndex; in copyFrom()
DNotificationStackScrollLayout.java4348 int notGoneIndex = 0; in getNotGoneIndex() local
4352 return notGoneIndex; in getNotGoneIndex()
4355 notGoneIndex++; in getNotGoneIndex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java182 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()
228 int notGoneIndex = 0; in updateAppearance() local
268 int clipTop = updateNotificationClipHeight(child, notificationClipEnd, notGoneIndex); in updateAppearance()
278 mNotGoneIndex = notGoneIndex; in updateAppearance()
296 if (notGoneIndex != 0 || !aboveShelf) { in updateAppearance()
299 if (notGoneIndex == 0) { in updateAppearance()
313 notGoneIndex++; in updateAppearance()
351 mNotGoneIndex = notGoneIndex; in updateAppearance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java567 mViewState.notGoneIndex = -1; in resetViewState()