HomeSort by relevance Sort by last modified time
    Searched refs:pendingItem (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DocumentImagePicker.java 45 * @param pendingItem a temporary attachment data for showing the placeholder state.
47 void onDocumentSelected(PendingAttachmentData pendingItem);
121 final PendingAttachmentData pendingItem =
124 mListener.onDocumentSelected(pendingItem);
MediaPicker.java 99 * @param pendingItem the pending attachment data being loaded.
101 void onPendingItemAdded(PendingAttachmentData pendingItem);
648 void dispatchPendingItemAdded(final PendingAttachmentData pendingItem) {
653 mListener.onPendingItemAdded(pendingItem);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInputManager.java 75 void onPendingAttachmentAdded(PendingAttachmentData pendingItem);
407 public void onPendingItemAdded(final PendingAttachmentData pendingItem) {
408 mSink.onPendingAttachmentAdded(pendingItem);
ComposeMessageView.java 540 public void onPendingAttachmentAdded(final PendingAttachmentData pendingItem) {
541 mBinding.getData().addPendingAttachment(pendingItem, mBinding);
    [all...]

Completed in 70 milliseconds