Home | History | Annotate | Download | only in launcher2

Lines Matching refs:heightSize

500         int heightSize = MeasureSpec.getSize(heightMeasureSpec);
506 if (widthSize <= 0 || heightSize <= 0) {
524 if (DEBUG) Log.d(TAG, "PagedView.onMeasure(): " + widthSize + ", " + heightSize);
548 MeasureSpec.makeMeasureSpec(heightSize - verticalPadding, childHeightMode);
557 heightSize = maxChildHeight + verticalPadding;
560 setMeasuredDimension(widthSize, heightSize);