Searched refs:compactMessagingView (Results 1 – 1 of 1) sorted by relevance
31 private val compactMessagingView: ViewGroup = requireNotNull(view as? ViewGroup) constant47 conversationIconView = compactMessagingView.requireViewById(R.id.conversation_icon) in resolveViews()48 titleView = compactMessagingView.findViewById(R.id.title) in resolveViews()49 headerTextSecondary = compactMessagingView.findViewById(R.id.header_text_secondary) in resolveViews()50 subText = compactMessagingView.findViewById(R.id.header_text) in resolveViews()51 facePileTop = compactMessagingView.findViewById(R.id.conversation_face_pile_top) in resolveViews()52 facePileBottom = compactMessagingView.findViewById(R.id.conversation_face_pile_bottom) in resolveViews()54 compactMessagingView.findViewById(R.id.conversation_face_pile_bottom_background) in resolveViews()56 expandBtn = compactMessagingView.requireViewById(R.id.expand_button) in resolveViews()