Home
last modified time | relevance | path

Searched defs:attachments (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallPagerAdapter.java31 @Nullable private MultimediaData attachments; field in InCallPagerAdapter
36 @Nullable MultimediaData attachments, in InCallPagerAdapter()
72 public void setAttachments(@Nullable MultimediaData attachments) { in setAttachments()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentChooserFragmentTest.java91 private void loadWith(final List<MessagePartData> attachments) { in loadWith()
140 final List<MessagePartData> attachments = TestDataFactory.getTestDraftAttachments(); in testUnselect() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_create_functions_vk.cpp49 void CreateAttachmentDescriptions(const array_view<const RenderPassDesc::AttachmentDesc> attachment… in CreateAttachmentDescriptions()
83 void CreateAttachmentDescriptions2(const array_view<const RenderPassDesc::AttachmentDesc> attachmen… in CreateAttachmentDescriptions2()
123 … CreateAttachmentDescriptionsCompatibility(const array_view<const RenderPassDesc::AttachmentDesc> … in CreateAttachmentDescriptionsCompatibility()
149 …CreateAttachmentDescriptionsCompatibility2(const array_view<const RenderPassDesc::AttachmentDesc> … in CreateAttachmentDescriptionsCompatibility2()
249 … const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); in CreateRenderPassCombined() local
430 … const auto attachments = array_view(renderPassDesc.attachments, renderPassDesc.attachmentCount); in CreateRenderPassCombined2() local
H A Dpipeline_create_functions_vk.h42 Attachment attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/
H A DWidgetConversationService.java180 final List<MessagePartData> attachments = message.getAttachments(); in getViewAt() local
411 final List<MessagePartData> attachments = message.getAttachments(); in updateViewContent() local
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/
H A DMultiAttachmentLayoutTest.java114 private Iterable<MessagePartData> createAttachmentList(final MessagePartData... attachments) { in createAttachmentList()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java164 public void bindAttachments(final Iterable<MessagePartData> attachments, in bindAttachments()
209 private void determineLayout(final Iterable<MessagePartData> attachments, final int count) { in determineLayout()
227 private void buildViews(final Iterable<MessagePartData> attachments, in buildViews()
H A DAttachmentPreview.java153 final List<MessagePartData> attachments = draftMessageData.getReadOnlyAttachments(); in onAttachmentsChanged() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp312 …WebGLAttachmentInfo info, std::vector<WebGLAttachment*>& attachments, WebGLAttachment* attachedObj… in CheckStatus()
351 std::vector<WebGLAttachment*> attachments = {nullptr, nullptr, nullptr}; in CheckStatus() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakReporter.java143 final ArrayList<Uri> attachments = Lists.newArrayList(dumpUri); in getIntent() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentChooserFragment.java161 public void onAttachmentsLoaded(final List<MessagePartData> attachments) { in onAttachmentsLoaded()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp722 std::vector<MmsAttachment> attachments; in MmsSendReqDecodeTest() local
784 std::vector<MmsAttachment> attachments; in MmsRetrieveConfDecodeTest() local
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeUtility.java355 public static void collectParts(Part part, ArrayList<Part> viewables, ArrayList<Part> attachments) in collectParts()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java647 final List<MessagePartData> attachments = params[0]; in doInBackgroundTimed() local
687 final List<MessagePartData> attachments = in updateVisualsOnDraftChanged() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h210 BASE_NS::vector<RenderNodeAttachment> attachments; member
336 BASE_NS::vector<Attachment> attachments; member
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp381 …if (const auto attachments = interface_cast<IAttachmentContainer>(attach->GetAttachmentContainer(t… in Attach() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1018 std::vector<MmsAttachment> attachments = {}; variable
1044 std::vector<MmsAttachment> attachments = {}; variable
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_msg.cpp301 bool MmsMsg::GetAllAttachment(std::vector<MmsAttachment> &attachments) in GetAllAttachment()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp587 array_view<RenderPassDesc::AttachmentDesc> attachments) in MapColorAttachments()
618 array_view<RenderPassDesc::AttachmentDesc> attachments) in MapDepthAttachments()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessageNotificationState.java735 final List<MessagePartData> attachments = convMessageData.getAttachments(); in buildConversationPageForWearable() local
993 final List<MessagePartData> attachments = convMessageData.getAttachments(); in getMostInterestingAttachment() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp237 auto attachments = cont.GetAttachmentContainer(); in ImportIAttach() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DDraftMessageData.java276 public void addAttachments(final Collection<? extends MessagePartData> attachments) { in addAttachments()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java724 List<Uri> attachments = extras.getParcelableArrayList(Intent.EXTRA_STREAM); in assertActionSendMultiple() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1738 int[] attachments, in glInvalidateFramebuffer()
1747 java.nio.IntBuffer attachments in glInvalidateFramebuffer()
1755 int[] attachments, in glInvalidateSubFramebuffer()
1768 java.nio.IntBuffer attachments, in glInvalidateSubFramebuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1008 AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUNT]; member
1027 …RenderPassDesc::AttachmentDesc attachments[PipelineStateConstants::MAX_RENDER_PASS_ATTACHMENT_COUN… member

12