Searched refs:shouldShowAdvisory (Results 1 – 1 of 1) sorted by relevance
69 private boolean shouldShowAdvisory; field in RttChatAdapter93 if (shouldShowAdvisory && position == POSITION_ADVISORY) { in getItemViewType()124 return shouldShowAdvisory ? rttMessages.size() + 1 : rttMessages.size(); in getItemCount()152 if (shouldShowAdvisory) { in toMessagePosition()164 if (shouldShowAdvisory) { in toItemPosition()215 shouldShowAdvisory = false; in hideAdvisory()220 shouldShowAdvisory = true; in showAdvisory()