Searched refs:mSingleLineView (Results 1 – 1 of 1) sorted by relevance
75 private HybridNotificationView mSingleLineView; field in NotificationContentView256 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 …]