Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java110 private HybridNotificationView mSingleLineView; field in NotificationContentView
339 if (mSingleLineView != null) { in onMeasure()
344 width - mSingleLineWidthIndention + mSingleLineView.getPaddingEnd(), in onMeasure()
347 mSingleLineView.measure(singleLineWidthSpec, in onMeasure()
349 maxChildHeight = Math.max(maxChildHeight, mSingleLineView.getMeasuredHeight()); in onMeasure()
563 if (mSingleLineView != null) { in setSingleLineView()
564 mOnContentViewInactiveListeners.remove(mSingleLineView); in setSingleLineView()
565 mSingleLineView.animate().cancel(); in setSingleLineView()
566 removeView(mSingleLineView); in setSingleLineView()
569 mSingleLineView = null; in setSingleLineView()
[all …]