Searched refs:mSendButton (Results 1 – 1 of 1) sorted by relevance
126 private ImageButton mSendButton; field in RemoteInputView258 mSendButton.setImageTintList(accentColor); in setBackgroundTintColor()270 mSendButton = findViewById(R.id.remote_input_send); in onFinishInflate()271 mSendButton.setOnClickListener(this); in onFinishInflate()378 mSendButton.setVisibility(INVISIBLE); in startSending()410 if (v == mSendButton) { in onClick()687 mSendButton.setVisibility(VISIBLE); in reset()701 mSendButton.setVisibility(VISIBLE); in reset()723 mSendButton.setEnabled(mEditText.length() != 0 || mEntry.remoteInputAttachment != null); in updateSendButton()