Searched refs:heightSpec (Results 1 – 2 of 2) sorted by relevance
184 … final int heightSpec = MeasureSpec.makeMeasureSpec(layoutParams.height, MeasureSpec.EXACTLY); in onLayout() local185 mButton.measure(widthSpec, heightSpec); in onLayout()243 int heightSpec; in stackApplications() local256 heightSpec = MeasureSpec.makeMeasureSpec(layoutParams.height, MeasureSpec.EXACTLY); in stackApplications()257 view.measure(widthSpec, heightSpec); in stackApplications()
177 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure() argument