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