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