Searched refs:h_spec (Results 1 – 2 of 2) sorted by relevance
143 int h_spec = MeasureSpec.makeMeasureSpec(h, MeasureSpec.EXACTLY); in renderImage() local144 content.measure(w_spec, h_spec); in renderImage()
606 int h_spec = MeasureSpec.makeMeasureSpec(height, heightMode); in measureView() local607 viewToMeasure.measure(w_spec, h_spec); in measureView()