Searched refs:mSendButton (Results 1 – 1 of 1) sorted by relevance
83 private ImageButton mSendButton; field in RemoteInputView114 mSendButton = findViewById(R.id.remote_input_send); in onFinishInflate()115 mSendButton.setOnClickListener(this); in onFinishInflate()157 mSendButton.setVisibility(INVISIBLE); in sendRemoteInput()206 if (v == mSendButton) { in onClick()354 mSendButton.setVisibility(VISIBLE); in reset()375 mSendButton.setEnabled(mEditText.getText().length() != 0); in updateSendButton()