Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java278 int singleLineWidthSpec = widthMeasureSpec; in onMeasure() local
281 singleLineWidthSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
285 mSingleLineView.measure(singleLineWidthSpec, in onMeasure()