HomeSort by relevance Sort by last modified time
    Searched refs:Button (Results 776 - 800 of 1156) sorted by null

<<31323334353637383940>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 38 import android.widget.Button;
118 Button makeDiscoverableButton = (Button) findViewById(R.id.bt_make_discoverable_button);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 28 import android.widget.Button;
82 private Button mStartTestButton;
206 mStartTestButton = (Button) findViewById(R.id.start_test_button);
213 // Hitting the pass button goes to the next test activity.
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 35 import android.widget.Button;
70 * {@link Button} to remove this managed profile.
72 private Button mButtonRemoveProfile;
140 mButtonRemoveProfile = (Button) view.findViewById(R.id.remove_profile);
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 39 import android.widget.Button;
62 private Button mSendButton;
153 mSendButton = (Button) view.findViewById(R.id.button_send);
170 // Initialize the send button with a listener that for click events
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 38 import android.widget.Button;
69 * Button to show a notification.
71 private Button mShowNotificationButton;
124 mShowNotificationButton = (Button) view.findViewById(R.id.show_notification_button);
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 35 import android.widget.Button;
70 * {@link Button} to remove this managed profile.
72 private Button mButtonRemoveProfile;
140 mButtonRemoveProfile = (Button) view.findViewById(R.id.remove_profile);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 39 import android.widget.Button;
62 private Button mSendButton;
153 mSendButton = (Button) view.findViewById(R.id.button_send);
170 // Initialize the send button with a listener that for click events
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 38 import android.widget.Button;
69 * Button to show a notification.
71 private Button mShowNotificationButton;
124 mShowNotificationButton = (Button) view.findViewById(R.id.show_notification_button);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 37 import android.widget.Button;
70 private Button mSendButton;
148 // Initialize the send button with a listener that for click events
149 mSendButton = (Button) findViewById(R.id.button_send);
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 35 import android.widget.Button;
136 Button download = (Button)findViewById(R.id.download);
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicManagedProfileFragment.java 35 import android.widget.Button;
70 * {@link Button} to remove this managed profile.
72 private Button mButtonRemoveProfile;
140 mButtonRemoveProfile = (Button) view.findViewById(R.id.remove_profile);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 38 import android.widget.Button;
69 * Button to show a notification.
71 private Button mShowNotificationButton;
124 mShowNotificationButton = (Button) view.findViewById(R.id.show_notification_button);
  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 31 import android.widget.Button;
56 * translate, and press the "Go" button.
162 Button b = (Button) findViewById(R.id.go);
  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.cc 40 #include "ui/views/controls/button/checkbox.h"
41 #include "ui/views/controls/button/label_button.h"
217 // Restore button.
220 restore_button_->SetStyle(views::Button::STYLE_BUTTON);
234 // Restore button row.
323 void SessionCrashedBubbleView::ButtonPressed(views::Button* sender,
376 void SessionCrashedBubbleView::RestorePreviousSession(views::Button* sender) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ImmersiveModeConfirmation.java 45 import android.widget.Button;
243 final Button ok = (Button) mClingLayout.findViewById(R.id.ok);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 37 import android.widget.Button;
93 private Button mDismissAllButton;
222 mDismissAllButton = (Button) findViewById(R.id.dismiss_all);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 26 import android.widget.Button;
57 private Button mDateView;
81 mDateView = (Button) findViewById(R.id.date_view);
  /packages/apps/InCallUI/src/com/android/incallui/
AnswerFragment.java 32 import android.widget.Button;
294 // Enable/disable the send button based on whether there is a message in the EditText
306 final Button sendButton = mCustomMessagePopup.getButton(
318 // Send button starts out disabled
319 final Button sendButton = mCustomMessagePopup.getButton(DialogInterface.BUTTON_POSITIVE);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 30 import android.widget.Button;
397 Button send = (Button)mActivity.findViewById(R.id.send_button);
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 42 import android.widget.Button;
88 private Button mContinueButton;
116 mContinueButton = (Button) view.findViewById(R.id.next_button);
  /packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java 40 import android.widget.Button;
65 private Button mSubmitButton;
66 private Button mCancelButton;
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
QuotedTextView.java 29 import android.widget.Button;
42 * or forward. A close button is included in the upper right to remove
66 private Button mRespondInlineButton;
94 mRespondInlineButton = (Button) findViewById(R.id.respond_inline_button);
328 // No text to copy; disable the respond inline button.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 33 import android.widget.Button;
182 final Button firstButton = (Button) findViewById(R.id.first_button);
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 33 import android.widget.Button;
46 private Button mLaunchButton;
62 mLaunchButton = (Button) findViewById(R.id.launch_settings);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 34 import org.eclipse.swt.widgets.Button;
114 final Button browseButton = new Button(composite, SWT.PUSH);

Completed in 1885 milliseconds

<<31323334353637383940>>