Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java291 int ambientSingleLineWidthSpec = widthMeasureSpec; in onMeasure() local
294 ambientSingleLineWidthSpec = MeasureSpec.makeMeasureSpec( in onMeasure()
298 mAmbientSingleLineChild.measure(ambientSingleLineWidthSpec, in onMeasure()