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

  /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);
  /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 188 milliseconds