Searched refs:homeLp (Results 1 – 1 of 1) sorted by relevance
935 final ViewGroup.LayoutParams homeLp = homeLayout.getLayoutParams(); in onMeasure() local937 if (homeLp.width < 0) { in onMeasure()940 homeWidthSpec = MeasureSpec.makeMeasureSpec(homeLp.width, MeasureSpec.EXACTLY); in onMeasure()