Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java77 private HybridNotificationView mAmbientSingleLineChild; field in NotificationContentView
282 if (mAmbientSingleLineChild != null) { in onMeasure()
284 ViewGroup.LayoutParams layoutParams = mAmbientSingleLineChild.getLayoutParams(); in onMeasure()
295 width - mSingleLineWidthIndention + mAmbientSingleLineChild.getPaddingEnd(), in onMeasure()
298 mAmbientSingleLineChild.measure(ambientSingleLineWidthSpec, in onMeasure()
301 maxChildHeight = Math.max(maxChildHeight, mAmbientSingleLineChild.getMeasuredHeight()); in onMeasure()
414 return mAmbientSingleLineChild; in getAmbientSingleLineChild()
625 } else if (mAmbientSingleLineChild != null && isVisibleOrTransitioning( in getMinContentHeightHint()
627 hint = mAmbientSingleLineChild.getHeight(); in getMinContentHeightHint()
762 View v = mIsChildInGroup ? mAmbientSingleLineChild : mAmbientChild; in getShowingAmbientView()
[all …]