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);
183 private int mChildHeightMeasureSpec; field in ViewPager1618 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);1638 child.measure(widthSpec, mChildHeightMeasureSpec);