Searched defs:notGoneIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DExpandableViewState.java106 public int notGoneIndex; field in class:ExpandableViewState
127 notGoneIndex = svs.notGoneIndex;
H A DStackScrollAlgorithm.java250 int notGoneIndex = 0;
272 notGoneIndex = updateNotGoneIndex(resultState, state, notGoneIndex, v);
312 childState.notGoneIndex = notGoneIndex;
313 notGoneIndex++;
340 StackScrollAlgorithmState state, int notGoneIndex,
343 viewState.notGoneIndex = notGoneIndex;
345 notGoneIndex
339 updateNotGoneIndex(StackScrollState resultState, StackScrollAlgorithmState state, int notGoneIndex, ExpandableView v) argument
[all...]

Completed in 42 milliseconds