Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationTopLineView.java111 final int givenWidth = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
114 int wrapContentWidthSpec = MeasureSpec.makeMeasureSpec(givenWidth, MeasureSpec.AT_MOST); in onMeasure()
145 if (totalWidth > givenWidth - endMargin) { in onMeasure()
146 int overFlow = totalWidth - givenWidth + endMargin; in onMeasure()
165 setMeasuredDimension(givenWidth, wrapHeight ? maxChildHeight : givenHeight); in onMeasure()