Searched refs:mChildHeightMeasureSpec (Results 1 – 2 of 2) sorted by relevance
169 private int mChildHeightMeasureSpec; field in ViewPager1455 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);1474 child.measure(widthSpec, mChildHeightMeasureSpec);
183 private int mChildHeightMeasureSpec; field in ViewPager1605 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);1624 child.measure(widthSpec, mChildHeightMeasureSpec);