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.java142 private ComposeMessageView mComposeMessageView; field in ConversationFragment
195 mComposeMessageView.updateConversationSelfIdOnExternalChange(selfId);
264 mComposeMessageView.hideAllComposeInputs(false /* animate */);
455 getActivity(), this, mComposeMessageView, mHost, getFragmentManagerToUse(), in onActivityCreated()
456 mBinding, mComposeMessageView.getDraftDataModel(), savedInstanceState); in onActivityCreated()
457 mComposeMessageView.setInputManager(inputManager); in onActivityCreated()
458 mComposeMessageView.setConversationDataModel(BindingBase.createBindingReference(mBinding)); in onActivityCreated()
462 BindingBase.createBindingReference(mComposeMessageView.getDraftDataModel()); in onActivityCreated()
532 final Rect startRect = UiUtils.getMeasuredBoundsOnScreen(mComposeMessageView); in onCreateView()
533 final View composeBubbleView = mComposeMessageView.findViewById( in onCreateView()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java51 private ComposeMessageView mComposeMessageView; field in AttachmentPreview
74 mComposeMessageView.clearAttachments(); in onFinishInflate()
104 mComposeMessageView = composeMessageView; in setComposeMessageView()
321 mComposeMessageView.onAttachmentPreviewLongClicked(); in onAttachmentClick()
326 mComposeMessageView.displayPhoto(attachment.getContentUri(), viewBoundsOnScreen); in onAttachmentClick()