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.java117 private ImageButton mSendButton; field in RemoteInputView
238 mSendButton.setImageTintList(accentColor); in setBackgroundTintColor()
250 mSendButton = findViewById(R.id.remote_input_send); in onFinishInflate()
251 mSendButton.setOnClickListener(this); in onFinishInflate()
393 mSendButton.setVisibility(INVISIBLE); in sendRemoteInput()
458 if (v == mSendButton) { in onClick()
630 mSendButton.setVisibility(VISIBLE); in reset()
652 mSendButton.setEnabled(mEditText.length() != 0 || mEntry.remoteInputAttachment != null); in updateSendButton()