Searched refs:titleWidthSpec (Results 1 – 2 of 2) sorted by relevance
275 final int titleWidthSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in onMeasure() local276 mTitleLayout.measure(titleWidthSpec, childSpecHeight); in onMeasure()
337 final int titleWidthSpec = MeasureSpec.makeSafeMeasureSpec(contentWidth, in onMeasure() local339 mTitleLayout.measure(titleWidthSpec, childSpecHeight); in onMeasure()