Searched refs:customMessage (Results 1 – 5 of 5) sorted by relevance
41 private EditText customMessage; field in MessageComposerFragment54 return customMessage == null ? null : customMessage.getText().toString(); in getMessage()65 customMessage = (EditText) view.findViewById(R.id.custom_message); in onCreateView()68 customMessage.addTextChangedListener(this); in onCreateView()69 customMessage.setOnEditorActionListener(this); in onCreateView()73 customMessage.setFilters(new InputFilter[] {new InputFilter.LengthFilter(charLimit)}); in onCreateView()74 customMessage.addTextChangedListener( in onCreateView()96 customMessage.setText(((TextView) view).getText()); in onClick()97 customMessage.setSelection(customMessage.getText().length()); in onClick()118 customMessage.getText().clear(); in clearComposer()
48 private EditText customMessage; field in MessageFragment66 return customMessage == null ? null : customMessage.getText().toString(); in getMessage()83 customMessage = view.findViewById(R.id.custom_message); in onCreateView()84 customMessage.addTextChangedListener(this); in onCreateView()85 customMessage.setOnEditorActionListener(this); in onCreateView()92 customMessage.setFilters(new InputFilter[] {new InputFilter.LengthFilter(charLimit)}); in onCreateView()108 if (!TextUtils.isEmpty(customMessage.getText())) { in onClick()109 getListener().onMessageFragmentSendMessage(customMessage.getText().toString()); in onClick()112 customMessage.setText(((TextView) view).getText()); in onClick()113 customMessage.setSelection(customMessage.getText().length()); in onClick()
267 final CharSequence customMessage = mCallback.consumeCustomMessage();268 if (customMessage != null) {269 mKeyguardViewController.showErrorMessage(customMessage);
273 public void showErrorMessage(CharSequence customMessage) { in showErrorMessage() argument274 showMessage(customMessage, Utils.getColorError(mView.getContext())); in showErrorMessage()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...