Home
last modified time | relevance | path

Searched defs:attachment (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentGridItemView.java38 boolean isItemSelected(MessagePartData attachment); in isItemSelected()
39 void onItemCheckedChanged(AttachmentGridItemView view, MessagePartData attachment); in onItemCheckedChanged()
40 void onItemClicked(AttachmentGridItemView view, MessagePartData attachment); in onItemClicked()
92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) { in bind()
H A DAttachmentGridView.java59 public boolean isItemSelected(final MessagePartData attachment) { in isItemSelected()
64 public void onItemClicked(final AttachmentGridItemView view, final MessagePartData attachment) { in onItemClicked()
73 public void onItemCheckedChanged(AttachmentGridItemView view, MessagePartData attachment) { in onItemCheckedChanged()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipAttachmentFormatTest.java53 BipAttachmentFormat attachment = new BipAttachmentFormat(contentType, charset, name, in testParse() local
77 BipAttachmentFormat attachment = new BipAttachmentFormat(contentType, charset, name, in testCreate() local
190 BipAttachmentFormat attachment = null; in testParsedAttachmentToString() local
248 BipAttachmentFormat attachment = null; in testCreatedAttachmentToString() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java72 boolean onAttachmentClick(MessagePartData attachment, Rect viewBoundsOnScreen, in onAttachmentClick()
234 final MessagePartData attachment = iterator.next(); in buildViews() local
405 public View findViewForAttachment(final MessagePartData attachment) { in findViewForAttachment()
417 final MessagePartData attachment; field in MultiAttachmentLayout.ViewWrapper
424 ViewWrapper(final View view, final MessagePartData attachment) { in ViewWrapper()
H A DAttachmentPreview.java240 final MessagePartData attachment = combinedAttachments.get(0); in onAttachmentsChanged() local
330 public boolean onAttachmentClick(final MessagePartData attachment, in onAttachmentClick()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DRequestGetMessage.java45 RequestGetMessage(String handle, MasClient.CharsetType charset, boolean attachment) { in RequestGetMessage()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DDraftMessageData.java340 private boolean addOneAttachmentNoNotify(final MessagePartData attachment) { in addOneAttachmentNoNotify()
365 private void addAttachment(final MessagePartData attachment, in addAttachment()
478 public void removeAttachment(final MessagePartData attachment) { in removeAttachment()
H A DPendingAttachmentData.java130 protected void onPostExecute(final MessagePartData attachment) { in loadAttachmentForDraft()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageView.java85 boolean onAttachmentClick(ConversationMessageView view, MessagePartData attachment, in onAttachmentClick()
1048 public boolean onAttachmentClick(final MessagePartData attachment, in onAttachmentClick()
1094 void bindView(View view, MessagePartData attachment); in bindView()
H A DConversationFragment.java680 final MessagePartData attachment) { in selectMessage()
1262 final MessagePartData attachment, final Rect imageBounds, final boolean longPress) { in onAttachmentClick()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java195 int attachment, in glFramebufferRenderbufferOES()
202 int attachment, in glFramebufferTexture2DOES()
236 int attachment, in glGetFramebufferAttachmentParameterivOES()
244 int attachment, in glGetFramebufferAttachmentParameterivOES()
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/
H A DWidgetConversationService.java249 final String attachment = mContext.getString(attachmentStringId); in getViewAt() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java828 int attachment, in glFramebufferRenderbufferOES()
837 int attachment, in glFramebufferTexture2DOES()
847 int attachment, in glGetFramebufferAttachmentParameterivOES()
857 int attachment, in glGetFramebufferAttachmentParameterivOES()
H A DGLErrorWrapper.java1453 public void glFramebufferRenderbufferOES(int target, int attachment, in glFramebufferRenderbufferOES()
1461 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES()
1505 int attachment, int pname, int[] params, int offset) { in glGetFramebufferAttachmentParameterivOES()
1513 int attachment, int pname, IntBuffer params) { in glGetFramebufferAttachmentParameterivOES()
H A DGLES20.java723 int attachment, in glFramebufferRenderbuffer()
732 int attachment, in glFramebufferTexture2D()
990 int attachment, in glGetFramebufferAttachmentParameteriv()
1000 int attachment, in glGetFramebufferAttachmentParameteriv()
H A DGLLogWrapper.java3555 public void glFramebufferRenderbufferOES(int target, int attachment, in glFramebufferRenderbufferOES()
3568 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES()
3634 int attachment, int pname, int[] params, int offset) { in glGetFramebufferAttachmentParameterivOES()
3648 int attachment, int pname, IntBuffer params) { in glGetFramebufferAttachmentParameterivOES()
H A DGLES31Ext.java499 int attachment, in glFramebufferTextureEXT()
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduComposer.java965 final PositionMarker attachment = mStack.mark(); in makeMessageBody() local
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduComposer.java942 PositionMarker attachment = mStack.mark(); in makeMessageBody() local
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1982 int attachment, in glFramebufferRenderbufferOES()
1991 int attachment, in glFramebufferTexture2DOES()
2037 int attachment, in glGetFramebufferAttachmentParameterivOES()
2047 int attachment, in glGetFramebufferAttachmentParameterivOES()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java299 View attachment = findViewById(R.id.remote_input_content_container); in setAttachment() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessageNotificationState.java491 final String attachment = context.getString(message); in MultiMessageNotificationState() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3027 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbu… in android_glFramebufferRenderbufferOES__IIII()
3039 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint lev… in android_glFramebufferTexture2DOES__IIIII()
3052 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint… in android_glGetFramebufferAttachmentParameterivOES__III_3II()
3103 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) { in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java1174 public void setAttachment(int attachment) throws IllegalArgumentException { in setAttachment()
H A DBluetoothMapContent.java612 int attachment = c.getInt(fi.mMessageColAttachment); in setAttachment() local
624 int attachment = c.getInt(fi.mMessageColAttachment); in setAttachment() local

12