Searched refs:mSingleLineView (Results 1 – 1 of 1) sorted by relevance
84 private HybridNotificationView mSingleLineView; field in NotificationContentView277 if (mSingleLineView != null) { in onMeasure()282 width - mSingleLineWidthIndention + mSingleLineView.getPaddingEnd(), in onMeasure()285 mSingleLineView.measure(singleLineWidthSpec, in onMeasure()287 maxChildHeight = Math.max(maxChildHeight, mSingleLineView.getMeasuredHeight()); in onMeasure()796 return mSingleLineView.getHeight(); in getMinHeight()801 View v = mIsChildInGroup ? mSingleLineView : mAmbientChild; in getShowingAmbientView()865 || (visibleType == VISIBLE_TYPE_SINGLELINE && mSingleLineView != null) in selectLayout()889 forceUpdateVisibility(VISIBLE_TYPE_SINGLELINE, mSingleLineView, mSingleLineView); in forceUpdateVisibilities()965 mSingleLineView, mSingleLineView); in updateViewVisibilities()[all …]