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.java97 private HybridNotificationView mSingleLineView; field in NotificationContentView
284 if (mSingleLineView != null) { in onMeasure()
289 width - mSingleLineWidthIndention + mSingleLineView.getPaddingEnd(), in onMeasure()
292 mSingleLineView.measure(singleLineWidthSpec, in onMeasure()
294 maxChildHeight = Math.max(maxChildHeight, mSingleLineView.getMeasuredHeight()); in onMeasure()
775 return mSingleLineView.getHeight(); in getMinHeight()
835 || (visibleType == VISIBLE_TYPE_SINGLELINE && mSingleLineView != null) in selectLayout()
859 forceUpdateVisibility(VISIBLE_TYPE_SINGLELINE, mSingleLineView, mSingleLineView); in forceUpdateVisibilities()
934 mSingleLineView, mSingleLineView); in updateViewVisibilities()
994 return mSingleLineView; in getTransformableViewForVisibleType()
[all …]