Searched refs:algorithmState (Results 1 – 1 of 1) sorted by relevance
140 StackScrollAlgorithmState algorithmState = mTempAlgorithmState; in getStackScrollState() local145 algorithmState.itemsInTopStack = 0.0f; in getStackScrollState()146 algorithmState.partialInTop = 0.0f; in getStackScrollState()147 algorithmState.lastTopStackIndex = 0; in getStackScrollState()148 algorithmState.scrolledPixelsTop = 0; in getStackScrollState()149 algorithmState.itemsInBottomStack = 0.0f; in getStackScrollState()150 algorithmState.partialInBottom = 0.0f; in getStackScrollState()158 algorithmState.scrollY = (int) (scrollY + mCollapsedSize + bottomOverScroll); in getStackScrollState()160 updateVisibleChildren(resultState, algorithmState); in getStackScrollState()163 findNumberOfItemsInTopStackAndUpdateState(resultState, algorithmState, ambientState); in getStackScrollState()[all …]