Home
last modified time | relevance | path

Searched refs:mComposeMessageView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java143 private ComposeMessageView mComposeMessageView; field in ConversationFragment
197 mComposeMessageView.updateConversationSelfIdOnExternalChange(selfId);
266 mComposeMessageView.hideAllComposeInputs(false /* animate */);
457 getActivity(), this, mComposeMessageView, mHost, getFragmentManagerToUse(), in onActivityCreated()
458 mBinding, mComposeMessageView.getDraftDataModel(), savedInstanceState); in onActivityCreated()
459 mComposeMessageView.setInputManager(inputManager); in onActivityCreated()
460 mComposeMessageView.setConversationDataModel(BindingBase.createBindingReference(mBinding)); in onActivityCreated()
464 BindingBase.createBindingReference(mComposeMessageView.getDraftDataModel()); in onActivityCreated()
534 final Rect startRect = UiUtils.getMeasuredBoundsOnScreen(mComposeMessageView); in onCreateView()
535 final View composeBubbleView = mComposeMessageView.findViewById( in onCreateView()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java51 private ComposeMessageView mComposeMessageView; field in AttachmentPreview
76 mComposeMessageView.clearAttachments(); in onFinishInflate()
106 mComposeMessageView = composeMessageView; in setComposeMessageView()
333 mComposeMessageView.onAttachmentPreviewLongClicked(); in onAttachmentClick()
338 mComposeMessageView.displayPhoto(attachment.getContentUri(), viewBoundsOnScreen); in onAttachmentClick()