HomeSort by relevance Sort by last modified time
    Searched full:button (Results 626 - 650 of 3903) sorted by null

<<21222324252627282930>>

  /development/samples/ApiDemos/res/layout/
surface_view_overlay.xml 43 <Button android:id="@+id/hideme1"
50 <Button android:id="@+id/hideme2"
67 <Button android:id="@+id/vis"
72 <Button android:id="@+id/invis"
77 <Button android:id="@+id/gone"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java 24 import android.widget.Button;
71 Button leftButton = (Button) findViewById(R.id.left_text_button);
72 Button rightButton = (Button) findViewById(R.id.right_text_button);
Forwarding.java 28 import android.widget.Button;
49 <td class="DescrColumn">Forwards the user to another activity when its button is pressed</td>
66 // Watch for button clicks.
67 Button goButton = (Button)findViewById(R.id.go);
NotificationDisplay.java 52 ImageButton button = new ImageButton(this); local
53 button.setImageResource(getIntent().getIntExtra("moodimg", 0));
54 button.setOnClickListener(this);
61 container.addView(button, lp);
71 // Pressing on the button brings the user back to our mood ring,
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 23 import android.widget.Button;
32 // Button handler for Submit/Cancel.
68 Button btn = (Button) findViewById(R.id.cancel);
71 btn = (Button) findViewById(R.id.submit);
  /external/chromium/chrome/browser/chromeos/login/
keyboard_switch_menu.cc 14 #include "views/controls/button/menu_button.h"
32 // the menu button.
41 views::MenuButton* button = static_cast<views::MenuButton*>(source); local
43 int reverse_offset = button->width() + button->menu_offset().x() * 2;
take_photo_view.h 9 #include "views/controls/button/button.h"
48 // throbber above the picture. Disables snapshot button until frame is
53 // frame and disables snapshot button until new frame is received.
66 virtual void ButtonPressed(views::Button* sender, const views::Event& event);
user_image_view.h 11 #include "views/controls/button/button.h"
59 // throbber above the picture. Disables snapshot button until frame is
64 // frame and disables snapshot button until new frame is received.
74 virtual void ButtonPressed(views::Button* sender, const views::Event& event);
  /external/chromium/chrome/browser/debugger/manual_tests/
heap-profiler-test-snapshots-comparison.html 53 <li>press 'Take heap snapshot' button
56 <input type="button" name="changeStuff" value="this button" onclick="changeStuff()" />;
57 <li>press 'Take heap snapshot' button again;
76 TEST 2. Change display to percent view (using the percent button on the
  /external/chromium/chrome/browser/resources/options/chromeos/
change_picture_options.js 37 $('take-photo-button').addEventListener('click',
40 $('choose-file-button').addEventListener('click',
47 * Handler for when the user clicks on "Take photo" button.
57 * Handler for when the user clicks on "Choose a file" button.
94 * Inserts received images before "Choose file" button.
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.html 65 <div class="button-strip">
66 <button id="clearBrowserDataDismiss" i18n-content="cancel"></button>
67 <button id="clearBrowserDataCommit"
69 </button>
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 14 // A button cell that handles drawing/highlighting of buttons in the
20 BOOL empty_; // is this an "empty" button placeholder button cell?
37 // Create a button cell which draws with a theme.
43 // Initialize a button cell which draws with a theme.
  /external/chromium/chrome/browser/ui/cocoa/
menu_button.h 14 // This a button which displays a user-provided menu "attached" below it upon
18 // There are two different behaviors of this button depending on the value of
21 // used for the Wrench menu, for example. When the property is NO, the button
37 // in the button. This might change if we ever switch to a pop-up. Our direct
42 // Whether or not to open the menu when the button is clicked. Otherwise, the
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.h 39 // The close button.
42 // Tracking region for the close button.
64 // Callback function for the close button.
67 // Callback function for the options button.
74 // button handler.
  /external/webkit/LayoutTests/dom/html/level2/html/
button07.js 49 docsLoaded += preload(docRef, "doc", "button");
78 The type of button
79 The value of attribute type of the button element is read and checked against the expected value.
97 doc = load(docRef, "doc", "button");
98 nodeList = doc.getElementsByTagName("button");
button09.js 49 docsLoaded += preload(docRef, "doc", "button");
79 The value of attribute value of the button element is read and checked against the expected value.
97 doc = load(docRef, "doc", "button");
98 nodeList = doc.getElementsByTagName("button");
103 assertEquals("typeLink","Reset Disabled Button",vvalue);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
button07.js 49 docsLoaded += preload(docRef, "doc", "button");
78 The type of button
79 The value of attribute type of the button element is read and checked against the expected value.
97 doc = load(docRef, "doc", "button");
98 nodeList = doc.getElementsByTagName("button");
button09.js 49 docsLoaded += preload(docRef, "doc", "button");
79 The value of attribute value of the button element is read and checked against the expected value.
97 doc = load(docRef, "doc", "button");
98 nodeList = doc.getElementsByTagName("button");
103 assertEquals("typeLink","Reset Disabled Button",vvalue);
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusableTest.java 27 import android.widget.Button;
35 private Button mButton;
66 // go down to button
68 assertTrue("button should have focus", mButton.isFocused());
82 assertTrue("button should have focus",
  /frameworks/base/services/java/com/android/server/am/
BaseErrorDialog.java 27 import android.widget.Button;
56 Button b = (Button)findViewById(R.id.button1);
60 b = (Button)findViewById(R.id.button2);
64 b = (Button)findViewById(R.id.button3);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
DialogActivity.java 25 import android.widget.Button;
36 private Button mButton1;
37 private Button mButton2;
52 mButton1 = new Button(this);
62 mButton2 = new Button(this);
EditTextActivityDialog.java 27 import android.widget.Button;
40 private Button mButton1;
41 private Button mButton2;
54 mButton1 = new Button(this);
62 mButton2 = new Button(this);
  /packages/apps/Mms/apptests/res/layout/
sms_send_intent_test.xml 45 <Button
50 <Button
55 <Button
60 <Button
65 <Button
  /packages/apps/Settings/src/com/android/settings/
DebugIntentSender.java 21 import android.widget.Button;
38 private Button mSendBroadcastButton;
39 private Button mStartActivityButton;
82 mSendBroadcastButton = (Button) findViewById(R.id.sendbroadcast);
85 mStartActivityButton = (Button) findViewById(R.id.startactivity);
  /packages/experimental/RpcPerformance/res/layout/
main.xml 51 <Button
68 <Button
87 <Button
104 <Button
122 <Button
137 <Button
154 <Button
169 <Button
186 <Button
201 <Button
    [all...]

Completed in 354 milliseconds

<<21222324252627282930>>