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

<<11121314151617181920>>

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MainActivity.java 28 import android.widget.Button;
43 Button mPlayButton;
44 Button mPauseButton;
45 Button mSkipButton;
46 Button mRewindButton;
47 Button mStopButton;
48 Button mEjectButton;
60 mPlayButton = (Button) findViewById(R.id.playbutton);
61 mPauseButton = (Button) findViewById(R.id.pausebutton);
62 mSkipButton = (Button) findViewById(R.id.skipbutton)
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentDialogSupport.java 31 import android.widget.Button;
44 + "Press the show button below to see the first dialog; pressing "
48 // Watch for button clicks.
49 Button button = (Button)findViewById(R.id.show); local
50 button.setOnClickListener(new OnClickListener() {
92 + "you will need to press the bottom show button)";
155 // Watch for button clicks.
156 Button button = (Button)v.findViewById(R.id.show) local
    [all...]
FragmentAlertDialogSupport.java 31 import android.widget.Button;
47 // Watch for button clicks.
48 Button button = (Button)findViewById(R.id.show); local
49 button.setOnClickListener(new OnClickListener() {
FragmentDialogOrActivitySupport.java 29 import android.widget.Button;
48 // Watch for button clicks.
49 Button button = (Button)findViewById(R.id.show_dialog); local
50 button.setOnClickListener(new OnClickListener() {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h 51 * The current button state is returned as a button bitmask, which can
59 * The current button state is returned as a button bitmask, which can
113 Button 1: Left mouse button
114 Button 2: Middle mouse button
115 Button 3: Right mouse button
    [all...]
  /packages/apps/Mms/apptests/src/com/android/mms/tests/
SmsSendIntentTestActivity.java 28 import android.widget.Button;
35 // without the user having to confirm or press a send button. This app uses the intent:
61 Button sendButton = (Button) findViewById(R.id.sms_send_message);
68 Button sendMultiButton = (Button) findViewById(R.id.sms_send_multi_message);
75 Button sendLongButton = (Button) findViewById(R.id.sms_send_long_message);
82 Button primeButton = (Button) findViewById(R.id.sms_prime_message)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_mouse.h 51 * The current button state is returned as a button bitmask, which can
59 * The current button state is returned as a button bitmask, which can
113 Button 1: Left mouse button
114 Button 2: Middle mouse button
115 Button 3: Right mouse button
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_mouse.h 51 * The current button state is returned as a button bitmask, which can
59 * The current button state is returned as a button bitmask, which can
113 Button 1: Left mouse button
114 Button 2: Middle mouse button
115 Button 3: Right mouse button
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_mouse.h 55 * The current button state is returned as a button bitmask, which can
63 * The current button state is returned as a button bitmask, which can
117 Button 1: Left mouse button
118 Button 2: Middle mouse button
119 Button 3: Right mouse button
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_mouse.h 51 * The current button state is returned as a button bitmask, which can
59 * The current button state is returned as a button bitmask, which can
113 Button 1: Left mouse button
114 Button 2: Middle mouse button
115 Button 3: Right mouse button
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
linear_layout_locale.xml 31 <Button android:layout_height="wrap_content"
44 <Button android:layout_height="wrap_content"
56 <Button android:layout_height="wrap_content"
69 <Button android:layout_height="wrap_content"
81 <Button android:layout_height="wrap_content"
94 <Button android:layout_height="wrap_content"
106 <Button android:layout_height="wrap_content"
119 <Button android:layout_height="wrap_content"
131 <Button android:layout_height="wrap_content"
144 <Button android:layout_height="wrap_content
    [all...]
linear_layout_ltr.xml 31 <Button android:layout_height="wrap_content"
44 <Button android:layout_height="wrap_content"
56 <Button android:layout_height="wrap_content"
69 <Button android:layout_height="wrap_content"
81 <Button android:layout_height="wrap_content"
94 <Button android:layout_height="wrap_content"
106 <Button android:layout_height="wrap_content"
119 <Button android:layout_height="wrap_content"
131 <Button android:layout_height="wrap_content"
144 <Button android:layout_height="wrap_content
    [all...]
linear_layout_rtl.xml 31 <Button android:layout_height="wrap_content"
44 <Button android:layout_height="wrap_content"
56 <Button android:layout_height="wrap_content"
69 <Button android:layout_height="wrap_content"
81 <Button android:layout_height="wrap_content"
94 <Button android:layout_height="wrap_content"
106 <Button android:layout_height="wrap_content"
119 <Button android:layout_height="wrap_content"
131 <Button android:layout_height="wrap_content"
144 <Button android:layout_height="wrap_content
    [all...]
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 53 import android.widget.Button;
109 final Button readButton = (Button) findViewById(R.id.read_button);
126 final Button writeButton = (Button) findViewById(R.id.write_button);
135 final Button writeLoopButton = (Button) findViewById(R.id.write_loop_button);
150 final Button dnsButton = (Button) findViewById(R.id.dns_button);
177 final Button httpButton = (Button) findViewById(R.id.http_button)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_IdsTest.java 30 import android.widget.Button;
57 Button buttonOk = (Button) activity.findViewById(R.id.ok);
58 Button buttonCancel = (Button) activity.findViewById(R.id.cancel);
77 assertSame(buttonCancel, (Button) activity.findViewById(0x9999));
  /development/samples/ApiDemos/res/layout/
scroll_view_1.xml 34 <Button
44 <Button
54 <Button
64 <Button
74 <Button
84 <Button
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentAlertDialog.java 30 import android.widget.Button;
46 // Watch for button clicks.
47 Button button = (Button)findViewById(R.id.show); local
48 button.setOnClickListener(new OnClickListener() {
FragmentDialogOrActivity.java 30 import android.widget.Button;
49 // Watch for button clicks.
50 Button button = (Button)findViewById(R.id.show_dialog); local
51 button.setOnClickListener(new OnClickListener() {
  /development/samples/RandomMusicPlayer/res/layout/
main.xml 37 <Button android:id="@+id/rewindbutton"
42 <Button android:id="@+id/playbutton"
47 <Button android:id="@+id/pausebutton"
52 <Button android:id="@+id/skipbutton"
64 <Button android:id="@+id/stopbutton"
69 <Button android:id="@+id/ejectbutton"
  /development/samples/RandomMusicPlayer/res/layout-land/
main.xml 36 <Button android:id="@+id/rewindbutton"
41 <Button android:id="@+id/playbutton"
46 <Button android:id="@+id/pausebutton"
51 <Button android:id="@+id/skipbutton"
56 <Button android:id="@+id/stopbutton"
61 <Button android:id="@+id/ejectbutton"
  /external/chromium/chrome/browser/accessibility/
renderer_accessibility_browsertest.cc 100 "<body><input type='button' value='push' /><input type='checkbox' />"
128 const WebAccessibility& button = body.children[0]; local
129 EXPECT_EQ(WebAccessibility::ROLE_BUTTON, button.role);
131 "input", GetAttr(button, WebAccessibility::ATTR_HTML_TAG).c_str());
132 EXPECT_STREQ("push", UTF16ToUTF8(button.name).c_str());
134 "inline-block", GetAttr(button, WebAccessibility::ATTR_DISPLAY).c_str());
135 ASSERT_EQ(2U, button.html_attributes.size());
136 EXPECT_STREQ("type", UTF16ToUTF8(button.html_attributes[0].first).c_str());
137 EXPECT_STREQ("button", UTF16ToUTF8(button.html_attributes[0].second).c_str())
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-fake-workers.html 87 <li id="s3"><button onclick="startWorkers()" id="startButton">Start Worker</button></li>
93 <button onclick="causeError()">Cause Error</button>
94 <li id="s9"><button onclick="stopWorker()">Stop Worker</button></li>
profiler-test-focus-and-exclude.html 16 <li>press 'Start profiling' button
19 <li>press 'Stop profiling' button
31 on selected function' button (eye on the right of the status bar);
36 <li>press 'Restore all functions' button;
56 'Exclude selected function' (cross) button on the status bar;
60 <li>press 'Restore all functions' button;
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_views.cc 40 button()->extension()->browser_action());
44 return GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
53 BrowserActionButton* button = local
54 GetContainer(browser_)->GetBrowserActionViewAt(index)->button();
55 return button->extension()->id();
60 GetContainer(browser_)->GetBrowserActionViewAt(index)->button()->
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.html 5 <link rel="stylesheet" href="chrome://resources/css/button.css">
58 <div class="button-strip">
59 <button id="connect" i18n-content="connect" ></button>
60 <button id="cancel" i18n-content="cancel"></button>

Completed in 357 milliseconds

<<11121314151617181920>>