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