Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java437 state.mCurrentYPosition = -state.scrollY; in initAlgorithmState()
536 algorithmState.mCurrentYPosition += mNotificationScrimPadding; in updatePositionsForState()
636 algorithmState.mCurrentYPosition += expansionFraction * gap;
642 viewState.setYTranslation(algorithmState.mCurrentYPosition);
723 algorithmState.mCurrentYPosition +=
728 setLocation(view.getViewState(), algorithmState.mCurrentYPosition, i);
1166 private float mCurrentYPosition; field in StackScrollAlgorithm.StackScrollAlgorithmState