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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java75 private ImageButton mSendButton; field in class:RemoteInputView
104 mSendButton = (ImageButton) findViewById(R.id.remote_input_send);
105 mSendButton.setOnClickListener(this);
142 mSendButton.setVisibility(INVISIBLE);
184 if (v == mSendButton) {
293 mSendButton.setVisibility(VISIBLE);
314 mSendButton.setEnabled(mEditText.getText().length() != 0);

Completed in 51 milliseconds