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.java83 private HybridNotificationView mSingleLineView; field in NotificationContentView
269 if (mSingleLineView != null) { in onMeasure()
274 width - mSingleLineWidthIndention + mSingleLineView.getPaddingEnd(), in onMeasure()
277 mSingleLineView.measure(singleLineWidthSpec, in onMeasure()
279 maxChildHeight = Math.max(maxChildHeight, mSingleLineView.getMeasuredHeight()); in onMeasure()
738 return mSingleLineView.getHeight(); in getMinHeight()
798 || (visibleType == VISIBLE_TYPE_SINGLELINE && mSingleLineView != null) in selectLayout()
822 forceUpdateVisibility(VISIBLE_TYPE_SINGLELINE, mSingleLineView, mSingleLineView); in forceUpdateVisibilities()
897 mSingleLineView, mSingleLineView); in updateViewVisibilities()
957 return mSingleLineView; in getTransformableViewForVisibleType()
[all …]