Searched refs:mChildHeightMeasureSpec (Results 1 – 2 of 2) sorted by relevance
143 private int mChildHeightMeasureSpec; field in ViewPager1430 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);1449 child.measure(widthSpec, mChildHeightMeasureSpec);
177 private int mChildHeightMeasureSpec; field in ViewPager1610 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);1630 child.measure(widthSpec, mChildHeightMeasureSpec);