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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 247 int notGoneIndex = 0;
255 notGoneIndex = updateNotGoneIndex(resultState, state, notGoneIndex, v);
285 // handle the notgoneIndex for the children as well
293 childState.notGoneIndex = notGoneIndex;
294 notGoneIndex++;
321 StackScrollAlgorithmState state, int notGoneIndex,
324 viewState.notGoneIndex = notGoneIndex;
    [all...]
StackStateAnimator.java 171 float longerDurationFactor = viewState.notGoneIndex - mCurrentLastNotAddedIndex;
214 return viewState.notGoneIndex;
233 int ownIndex = viewState.notGoneIndex;
235 .getViewStateForView(event.changingView).notGoneIndex;
246 int ownIndex = viewState.notGoneIndex;
259 .getViewStateForView(viewAfterChangingView).notGoneIndex;
280 float index = viewState.notGoneIndex;
StackScrollState.java 81 viewState.notGoneIndex = -1;
ExpandableViewState.java 106 public int notGoneIndex;
127 notGoneIndex = svs.notGoneIndex;
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 174 mShelfState.notGoneIndex = Math.min(mShelfState.notGoneIndex, mNotGoneIndex);
204 int notGoneIndex = 0;
251 mNotGoneIndex = notGoneIndex;
268 if (notGoneIndex != 0 || !aboveShelf) {
271 notGoneIndex++;
280 mNotGoneIndex = notGoneIndex;

Completed in 126 milliseconds