Searched refs:mSendButton (Results 1 – 1 of 1) sorted by relevance
117 private ImageButton mSendButton; field in RemoteInputView238 mSendButton.setImageTintList(accentColor); in setBackgroundTintColor()250 mSendButton = findViewById(R.id.remote_input_send); in onFinishInflate()251 mSendButton.setOnClickListener(this); in onFinishInflate()393 mSendButton.setVisibility(INVISIBLE); in sendRemoteInput()458 if (v == mSendButton) { in onClick()630 mSendButton.setVisibility(VISIBLE); in reset()652 mSendButton.setEnabled(mEditText.length() != 0 || mEntry.remoteInputAttachment != null); in updateSendButton()