HomeSort by relevance Sort by last modified time
    Searched refs:mSendButton (Results 1 - 8 of 8) sorted by null

  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
RemoteInputView.java 74 private ImageButton mSendButton;
94 mSendButton = findViewById(R.id.remote_input_send);
95 mSendButton.setOnClickListener(this);
132 mSendButton.setVisibility(INVISIBLE);
169 if (v == mSendButton) {
229 mSendButton.setVisibility(VISIBLE);
249 mSendButton.setEnabled(mEditText.getText().length() != 0);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 81 private Button mSendButton;
138 mSendButton = (Button) findViewById(R.id.mms_send_button);
139 mSendButton.setOnClickListener(new View.OnClickListener() {
160 mSendButton.setEnabled(false);
212 mSendButton.setEnabled(false);
262 mSendButton.setEnabled(true);
311 mSendButton.setEnabled(true);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 79 private ImageButton mSendButton;
110 mSendButton = findViewById(R.id.remote_input_send);
111 mSendButton.setOnClickListener(this);
149 mSendButton.setVisibility(INVISIBLE);
197 if (v == mSendButton) {
326 mSendButton.setVisibility(VISIBLE);
347 mSendButton.setEnabled(mEditText.getText().length() != 0);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 118 private ImageButton mSendButton;
262 mSendButton = (ImageButton) findViewById(R.id.send_message_button);
263 mSendButton.setOnClickListener(new OnClickListener() {
269 mSendButton.setOnLongClickListener(new OnLongClickListener() {
281 mSendButton.setAccessibilityDelegate(new AccessibilityDelegate() {
671 UiUtils.revealOrHideViewWithAnimation(mSendButton, VISIBLE, null);
686 UiUtils.revealOrHideViewWithAnimation(mSendButton, GONE, null);
    [all...]
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 62 private Button mSendButton;
153 mSendButton = (Button) view.findViewById(R.id.button_send);
171 mSendButton.setOnClickListener(new View.OnClickListener() {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 62 private Button mSendButton;
153 mSendButton = (Button) view.findViewById(R.id.button_send);
171 mSendButton.setOnClickListener(new View.OnClickListener() {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 70 private Button mSendButton;
149 mSendButton = (Button) findViewById(R.id.button_send);
150 mSendButton.setOnClickListener(new OnClickListener() {
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 62 private Button mSendButton;
153 mSendButton = (Button) view.findViewById(R.id.button_send);
171 mSendButton.setOnClickListener(new View.OnClickListener() {

Completed in 1304 milliseconds