Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java245 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay() local
248 int difference = Math.abs(ownIndex - changingIndex); in calculateChildAnimationDelay()
258 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay() local
272 if (ownIndex >= nextIndex) { in calculateChildAnimationDelay()
274 ownIndex++; in calculateChildAnimationDelay()
276 int difference = Math.abs(ownIndex - nextIndex); in calculateChildAnimationDelay()