Home
last modified time | relevance | path

Searched refs:givenWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java131 final int givenWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
133 int wrapContentWidthSpec = MeasureSpec.makeMeasureSpec(givenWidth, in onMeasure()
162 if (totalWidth > givenWidth - endMargin) { in onMeasure()
163 int overFlow = totalWidth - givenWidth + endMargin; in onMeasure()
176 mTotalWidth = Math.min(totalWidth, givenWidth); in onMeasure()
177 setMeasuredDimension(givenWidth, givenHeight); in onMeasure()