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