Searched defs:heightSpec (Results 1 – 2 of 2) sorted by relevance
184 … final int heightSpec = MeasureSpec.makeMeasureSpec(layoutParams.height, MeasureSpec.EXACTLY); in onLayout() local243 int heightSpec; in stackApplications() local
177 protected void onMeasure(int widthSpec, int heightSpec) { in onMeasure()