Searched refs:mCurrentYPosition (Results 1 – 1 of 1) sorted by relevance
356 state.mCurrentYPosition = -state.scrollY; in initAlgorithmState()456 algorithmState.mCurrentYPosition += mNotificationScrimPadding; in updatePositionsForState()557 algorithmState.mCurrentYPosition += expansionFraction * gap;563 viewState.setYTranslation(algorithmState.mCurrentYPosition);625 algorithmState.mCurrentYPosition +=630 setLocation(view.getViewState(), algorithmState.mCurrentYPosition, i);1026 private float mCurrentYPosition; field in StackScrollAlgorithm.StackScrollAlgorithmState