Home
last modified time | relevance | path

Searched refs:toItemPosition (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatAdapter.java137 notifyItemInserted(toItemPosition(lastIndexOfLocalMessage)); in updateCurrentLocalMessage()
143 notifyItemRemoved(toItemPosition(lastIndexOfLocalMessage)); in updateCurrentLocalMessage()
146 notifyItemChanged(toItemPosition(lastIndexOfLocalMessage)); in updateCurrentLocalMessage()
160 private int toItemPosition(int messagePosition) { in toItemPosition() method in RttChatAdapter
180 messageListener.onUpdateLocalMessage(toItemPosition(lastIndexOfLocalMessage)); in addLocalMessage()
187 notifyItemChanged(toItemPosition(lastIndexOfLocalMessage)); in submitLocalMessage()
210 toItemPosition(RttChatMessage.getLastIndexRemoteMessage(rttMessages))); in addRemoteMessage()