Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java260 int notGoneIndex = 0; in initAlgorithmState() local
280 notGoneIndex = updateNotGoneIndex(resultState, state, notGoneIndex, v); in initAlgorithmState()
320 childState.notGoneIndex = notGoneIndex; in initAlgorithmState()
321 notGoneIndex++; in initAlgorithmState()
354 StackScrollAlgorithmState state, int notGoneIndex, in updateNotGoneIndex() argument
357 viewState.notGoneIndex = notGoneIndex; in updateNotGoneIndex()
359 notGoneIndex++; in updateNotGoneIndex()
360 return notGoneIndex; in updateNotGoneIndex()
DStackStateAnimator.java183 float longerDurationFactor = viewState.notGoneIndex - mCurrentLastNotAddedIndex; in adaptDurationWhenGoingToFullShade()
226 return viewState.notGoneIndex; in findLastNotAddedIndex()
245 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()
247 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()
258 int ownIndex = viewState.notGoneIndex; in calculateChildAnimationDelay()
271 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()
292 float index = viewState.notGoneIndex; in calculateDelayGoToFullShade()
DExpandableViewState.java112 public int notGoneIndex; field in ExpandableViewState
133 notGoneIndex = svs.notGoneIndex; in copyFrom()
DStackScrollState.java81 viewState.notGoneIndex = -1; in resetViewState()
DNotificationStackScrollLayout.java4066 int notGoneIndex = 0;
4070 return notGoneIndex;
4073 notGoneIndex++;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java212 mShelfState.notGoneIndex = Math.min(mShelfState.notGoneIndex, mNotGoneIndex); in updateState()
247 int notGoneIndex = 0; in updateAppearance() local
299 mNotGoneIndex = notGoneIndex; in updateAppearance()
316 if (notGoneIndex != 0 || !aboveShelf) { in updateAppearance()
319 if (notGoneIndex == 0) { in updateAppearance()
333 notGoneIndex++; in updateAppearance()
357 mNotGoneIndex = notGoneIndex; in updateAppearance()