Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java137 mCurrentLastNotAddedIndex = findLastNotAddedIndex(finalState); in startAnimationForEvents()
216 private int findLastNotAddedIndex(StackScrollState finalState) { in findLastNotAddedIndex() method in StackStateAnimator