Searched refs:mSendButton (Results 1 – 1 of 1) sorted by relevance
123 private ImageButton mSendButton; field in RemoteInputView251 mSendButton.setImageTintList(accentColor); in setBackgroundTintColor()263 mSendButton = findViewById(R.id.remote_input_send); in onFinishInflate()264 mSendButton.setOnClickListener(this); in onFinishInflate()371 mSendButton.setVisibility(INVISIBLE); in startSending()403 if (v == mSendButton) { in onClick()657 mSendButton.setVisibility(VISIBLE); in reset()676 mSendButton.setEnabled(mEditText.length() != 0 || mEntry.remoteInputAttachment != null); in updateSendButton()