Home
last modified time | relevance | path

Searched defs:childViewState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java181 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child); in updateSpeedBumpState() local
273 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child); in updateDimmedActivatedHideSensitive() local
358 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child); in updatePositionsForState() local
448 private void clampYTranslation(StackScrollState.ViewState childViewState, int childHeight) { in clampYTranslation()
460 private void clampPositionToBottomStackStart(StackScrollState.ViewState childViewState, in clampPositionToBottomStackStart()
473 private void clampPositionToTopStackEnd(StackScrollState.ViewState childViewState, in clampPositionToTopStackEnd()
492 StackScrollState.ViewState childViewState, int childHeight) { in updateStateForChildTransitioningInBottom()
517 float transitioningPositionStart, StackScrollState.ViewState childViewState, in updateStateForChildFullyInBottomStack()
545 StackScrollState.ViewState childViewState, float scrollOffset) { in updateStateForTopStackChild()
608 StackScrollState.ViewState childViewState = resultState.getViewStateForView(child); in findNumberOfItemsInTopStackAndUpdateState() local
[all …]
DNotificationStackScrollLayout.java381 ViewState childViewState = mCurrentStackScrollState.getViewStateForView(child); in getChildLocation() local