HomeSort by relevance Sort by last modified time
    Searched refs:notGoneIndex (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackViewState.java 51 public int notGoneIndex;
77 notGoneIndex = svs.notGoneIndex;
StackScrollAlgorithm.java 261 int notGoneIndex = 0;
266 notGoneIndex = updateNotGoneIndex(resultState, state, notGoneIndex, v);
281 // handle the notgoneIndex for the children as well
289 childState.notGoneIndex = notGoneIndex;
290 notGoneIndex++;
301 StackScrollAlgorithmState state, int notGoneIndex,
304 viewState.notGoneIndex = notGoneIndex;
    [all...]
StackStateAnimator.java 179 return viewState.notGoneIndex;
202 float longerDurationFactor = viewState.notGoneIndex - mCurrentLastNotAddedIndex;
338 int ownIndex = viewState.notGoneIndex;
340 .getViewStateForView(event.changingView).notGoneIndex;
351 int ownIndex = viewState.notGoneIndex;
358 .getViewStateForView(viewAfterChangingView).notGoneIndex;
388 return Math.abs(referenceIndex - viewState.notGoneIndex) * ANIMATION_DELAY_PER_ELEMENT_DARK;
392 float index = viewState.notGoneIndex;
    [all...]
StackScrollState.java 86 viewState.notGoneIndex = -1;
NotificationStackScrollLayout.java     [all...]

Completed in 98 milliseconds