Searched refs:footerItem (Results 1 – 2 of 2) sorted by relevance
1687 final ConversationFooterItem footerItem = mAdapter.getFooterItem(); in processInPlaceUpdates() local1688 if (footerItem != null) { in processInPlaceUpdates()1689 footerItem.invalidateMeasurement(); in processInPlaceUpdates()1703 final ConversationFooterItem footerItem = mAdapter.removeFooterItem(); in processNewOutgoingMessage() local1705 if (footerItem != null) { in processNewOutgoingMessage()1706 mConversationContainer.removeViewAtAdapterIndex(footerItem.getPosition()); in processNewOutgoingMessage()1718 if (footerItem != null) { in processNewOutgoingMessage()1719 footerItem.setLastMessageHeaderItem(getLastMessageHeaderItem()); in processNewOutgoingMessage()1720 footerItem.invalidateMeasurement(); in processNewOutgoingMessage()1721 mAdapter.addItem(footerItem); in processNewOutgoingMessage()
90 public void bind(ConversationFooterItem footerItem) { in bind() argument91 mFooterItem = footerItem; in bind()112 public void rebind(ConversationFooterItem footerItem) { in rebind() argument113 bind(footerItem); in rebind()