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

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 603 int attachmentViewIndex = -1;
606 existingAttachmentView = mMessageAttachmentsView.getChildAt(++attachmentViewIndex);
611 View attachmentView = mMessageAttachmentsView.getChildAt(attachmentViewIndex);
617 mMessageAttachmentsView.addView(attachmentView, attachmentViewIndex);
622 attachmentViewIndex++;
625 while (attachmentViewIndex < mMessageAttachmentsView.getChildCount()) {
626 final View attachmentView = mMessageAttachmentsView.getChildAt(attachmentViewIndex);
628 mMessageAttachmentsView.removeViewAt(attachmentViewIndex);
    [all...]

Completed in 169 milliseconds