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.java83 private ImageButton mSendButton; field in RemoteInputView
114 mSendButton = findViewById(R.id.remote_input_send); in onFinishInflate()
115 mSendButton.setOnClickListener(this); in onFinishInflate()
157 mSendButton.setVisibility(INVISIBLE); in sendRemoteInput()
206 if (v == mSendButton) { in onClick()
354 mSendButton.setVisibility(VISIBLE); in reset()
375 mSendButton.setEnabled(mEditText.getText().length() != 0); in updateSendButton()