Searched refs:performUiStateUpdate (Results 1 – 1 of 1) sorted by relevance
161 performUiStateUpdate(newState, true); in onGetOrCreateConversation()174 performUiStateUpdate(STATE_CONVERSATION_ONLY, true); in onStartMessageCompose()186 performUiStateUpdate(STATE_CONTACT_PICKER_ONLY_ADD_MORE_CONTACTS, true); in onAddMoreParticipants()200 performUiStateUpdate(STATE_CONTACT_PICKER_ONLY_MAX_PARTICIPANTS, false); in onParticipantCountUpdated()203 performUiStateUpdate(STATE_CONTACT_PICKER_ONLY_ADD_MORE_CONTACTS, false); in onParticipantCountUpdated()207 private void performUiStateUpdate(final int conversationContactState, final boolean animate) { in performUiStateUpdate() method in ConversationActivityUiState