HomeSort by relevance Sort by last modified time
    Searched full:conversationfragment (Results 1 - 9 of 9) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationActivity.java 37 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
156 final ConversationFragment conversationFragment = getConversationFragment();
159 if (hasFocus && conversationFragment != null) {
160 conversationFragment.setConversationFocus();
181 final ConversationFragment conversation = getConversationFragment();
204 final ConversationFragment conversationFragment = getConversationFragment();
205 if (conversationFragment != null && conversationFragment.onNavigationUpPressed())
    [all...]
ConversationActivityUiState.java 66 // ConversationFragment is attached. This is a transient state that's not persisted as
ConversationInputManager.java 47 * ConversationFragment that take user inputs, i.e. media picker, SIM selector and
ConversationFragment.java 116 public class ConversationFragment extends Fragment implements ConversationDataListener,
439 * restored from saved instance state, the ConversationFragment is created automatically by
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationFragmentTest.java 37 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
51 public class ConversationFragmentTest extends FragmentTestCase<ConversationFragment> {
67 super(ConversationFragment.class);
101 final ConversationFragment fragment = getFragment();
  /packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoViewController.java 40 import com.android.messaging.ui.conversation.ConversationFragment;
162 new ConversationFragment.SaveAttachmentTask(((Activity) getActivity()),
  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreview.java 41 import com.android.messaging.ui.conversation.ConversationFragment;
177 ConversationFragment.MESSAGE_ANIMATION_MAX_WAIT);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
AbstractConversationListActivity.java 116 // ConversationFragment doing similar things
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DraftMessageData.java 79 // ALL_CHANGED intentionally doesn't include WIDGET_CHANGED. ConversationFragment needs to
    [all...]

Completed in 143 milliseconds