Home | History | Annotate | Download | only in stack

Lines Matching defs:newHeight

199             float newHeight = state.height * state.scale;
201 float newNotificationEnd = newYTranslation + newHeight;
210 ? newHeight
213 updateChildClippingAndBackground(state, newHeight, clipHeight,
214 newHeight - (previousNotificationStart - newYTranslation));
492 int newHeight = childHeight;
494 newHeight = (int) Math.max(Math.min(transitioningPositionStart + offset -
496 childViewState.height = newHeight;
498 childViewState.yTranslation = transitioningPositionStart + offset - newHeight
502 clampPositionToTopStackEnd(childViewState, newHeight);