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.java76 private ImageButton mSendButton; field in RemoteInputView
106 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()