Home
last modified time | relevance | path

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

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