Searched defs:childState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java287 StackViewState childState
289 childState.notGoneIndex = notGoneIndex;
411 StackViewState childState = resultState.getViewStateForView(row);
414 childState.location = StackViewState.LOCATION_FIRST_HUN;
417 float unmodifiedEndLocation = childState.yTranslation + childState.height;
420 clampHunToTop(ambientState, row, childState);
421 clampHunToMaxTranslation(ambientState, row, childState);
424 childState.yTranslation = Math.max(childState
439 clampHunToTop(AmbientState ambientState, ExpandableNotificationRow row, StackViewState childState) argument
448 clampHunToMaxTranslation(AmbientState ambientState, ExpandableNotificationRow row, StackViewState childState) argument
[all...]
H A DNotificationChildrenContainer.java450 StackViewState childState = resultState.getViewStateForView(child);
455 if (updateChildStateForExpandedGroup(child, parentHeight, childState, yPosition)) {
458 childState.isBottomClipped = true;
461 childState.hidden = false;
462 childState.height = intrinsicHeight;
463 childState.isBottomClipped = false;
465 childState.yTranslation = yPosition;
468 childState.zTranslation = childrenExpanded
471 childState.dimmed = parentState.dimmed;
472 childState
530 updateChildStateForExpandedGroup(ExpandableNotificationRow child, int parentHeight, StackViewState childState, int yPosition) argument
[all...]

Completed in 991 milliseconds