Home
last modified time | relevance | path

Searched refs:mSendButton (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java123 private ImageButton mSendButton; field in RemoteInputView
251 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()