Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java252 state.mCurrentYPosition = -state.scrollY; in initAlgorithmState()
343 algorithmState.mCurrentYPosition += mNotificationScrimPadding; in updatePositionsForState()
449 algorithmState.mCurrentYPosition += expansionFraction * mGapHeight; in updateChild()
453 viewState.yTranslation = algorithmState.mCurrentYPosition; in updateChild()
512 algorithmState.mCurrentYPosition += viewState.height in updateChild()
517 setLocation(view.getViewState(), algorithmState.mCurrentYPosition, i); in updateChild()
793 private int mCurrentYPosition; field in StackScrollAlgorithmState