Searched refs:mSendButton (Results 1 – 1 of 1) sorted by relevance
76 private ImageButton mSendButton; field in RemoteInputView106 mSendButton = findViewById(R.id.remote_input_send); in onFinishInflate()107 mSendButton.setOnClickListener(this); in onFinishInflate()144 mSendButton.setVisibility(INVISIBLE); in sendRemoteInput()186 if (v == mSendButton) { in onClick()308 mSendButton.setVisibility(VISIBLE); in reset()329 mSendButton.setEnabled(mEditText.getText().length() != 0); in updateSendButton()