Searched defs:childHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java360 int childHeight = getMaxAllowedChildHeight(child);
362 + childHeight
376 float nextYPosition = currentYPosition + childHeight +
383 numberOfElementsCompletelyIn, i, childHeight, childViewState, scrollOffset);
384 clampPositionToTopStackEnd(childViewState, childHeight);
387 if (childViewState.yTranslation + childHeight + mPaddingBetweenElements
395 childHeight);
405 bottomStackStart, childViewState, childHeight);
411 childViewState, childHeight);
417 clampYTranslation(childViewState, childHeight);
448 clampYTranslation(StackScrollState.ViewState childViewState, int childHeight) argument
460 clampPositionToBottomStackStart(StackScrollState.ViewState childViewState, int childHeight) argument
473 clampPositionToTopStackEnd(StackScrollState.ViewState childViewState, int childHeight) argument
490 updateStateForChildTransitioningInBottom(StackScrollAlgorithmState algorithmState, float transitioningPositionStart, float bottomPeakStart, float currentYPosition, StackScrollState.ViewState childViewState, int childHeight) argument
516 updateStateForChildFullyInBottomStack(StackScrollAlgorithmState algorithmState, float transitioningPositionStart, StackScrollState.ViewState childViewState, int childHeight) argument
543 updateStateForTopStackChild(StackScrollAlgorithmState algorithmState, int numberOfElementsCompletelyIn, int i, int childHeight, StackScrollState.ViewState childViewState, float scrollOffset) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java999 int childWidth, int childHeight) {
1003 getTotalMargin(child, false), childHeight);
998 measureChildWithMargins2(View child, int parentWidthSpec, int parentHeightSpec, int childWidth, int childHeight) argument
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java888 int childWidth, int childHeight) {
892 getTotalMargin(child, false), childHeight);
887 measureChildWithMargins2(View child, int parentWidthSpec, int parentHeightSpec, int childWidth, int childHeight) argument

Completed in 1158 milliseconds