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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java384 int myWidth = -1;
397 myWidth = widthSize;
405 width = myWidth;
441 if (isLayoutRtl() && myWidth == -1) {
442 myWidth = DEFAULT_WIDTH;
454 applyHorizontalSizeRules(params, myWidth, rules);
455 measureChildHorizontal(child, params, myWidth, myHeight);
457 if (positionChildHorizontal(child, params, myWidth, isWrapContentWidth)) {
473 measureChild(child, params, myWidth, myHeight);
481 width = Math.max(width, myWidth
678 measureChild(View child, LayoutParams params, int myWidth, int myHeight) argument
692 measureChildHorizontal(View child, LayoutParams params, int myWidth, int myHeight) argument
811 positionChildHorizontal(View child, LayoutParams params, int myWidth, boolean wrapContent) argument
877 applyHorizontalSizeRules(LayoutParams childParams, int myWidth, int[] rules) argument
1028 centerHorizontal(View child, LayoutParams params, int myWidth) argument
[all...]

Completed in 91 milliseconds