Searched refs:heightSpec (Results 1 – 1 of 1) sorted by relevance
4931 int heightSpec = View.MeasureSpec.makeMeasureSpec(200, View.MeasureSpec.EXACTLY); in testPivot() local4932 view.measure(widthSpec, heightSpec); in testPivot()