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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java385 int myHeight = -1;
401 myHeight = heightSize;
409 height = myHeight;
455 measureChildHorizontal(child, params, myWidth, myHeight);
472 applyVerticalSizeRules(params, myHeight);
473 measureChild(child, params, myWidth, myHeight);
474 if (positionChildVertical(child, params, myHeight, isWrapContentHeight)) {
676 * @param myHeight Height of the RelativeLayout
678 private void measureChild(View child, LayoutParams params, int myWidth, int myHeight) { argument
688 myHeight);
692 measureChildHorizontal(View child, LayoutParams params, int myWidth, int myHeight) argument
848 positionChildVertical(View child, LayoutParams params, int myHeight, boolean wrapContent) argument
932 applyVerticalSizeRules(LayoutParams childParams, int myHeight) argument
1036 centerVertical(View child, LayoutParams params, int myHeight) argument
[all...]

Completed in 188 milliseconds