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/
DNotificationContentView.java75 private HybridNotificationView mSingleLineView; field in NotificationContentView
256 if (mSingleLineView != null) { in onMeasure()
261 width - mSingleLineWidthIndention + mSingleLineView.getPaddingEnd(), in onMeasure()
264 mSingleLineView.measure(singleLineWidthSpec, in onMeasure()
266 maxChildHeight = Math.max(maxChildHeight, mSingleLineView.getMeasuredHeight()); in onMeasure()
757 return mSingleLineView.getHeight(); in getMinHeight()
826 || (visibleType == VISIBLE_TYPE_SINGLELINE && mSingleLineView != null) in selectLayout()
850 forceUpdateVisibility(VISIBLE_TYPE_SINGLELINE, mSingleLineView, mSingleLineView); in forceUpdateVisibilities()
925 mSingleLineView, mSingleLineView); in updateViewVisibilities()
989 return mSingleLineView; in getTransformableViewForVisibleType()
[all …]