Home | History | Annotate | Download | only in widget

Lines Matching refs:childEnd

603      * @param childEnd The right or bottom field of the child's layout params
613 private int getChildMeasureSpec(int childStart, int childEnd,
621 int tempEnd = childEnd;
635 if (childStart >= 0 && childEnd >= 0) {