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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java341 int myHeight = -1;
357 myHeight = heightSize;
365 height = myHeight;
399 measureChildHorizontal(child, params, myWidth, myHeight);
414 applyVerticalSizeRules(params, myHeight);
415 measureChild(child, params, myWidth, myHeight);
416 if (positionChildVertical(child, params, myHeight, isWrapContentHeight)) {
589 * @param myHeight Height of the RelativeLayout
591 private void measureChild(View child, LayoutParams params, int myWidth, int myHeight) { argument
601 myHeight);
605 measureChildHorizontal(View child, LayoutParams params, int myWidth, int myHeight) argument
728 positionChildVertical(View child, LayoutParams params, int myHeight, boolean wrapContent) argument
819 applyVerticalSizeRules(LayoutParams childParams, int myHeight) argument
929 centerVertical(View child, LayoutParams params, int myHeight) argument
[all...]

Completed in 470 milliseconds