HomeSort by relevance Sort by last modified time
    Searched full:button (Results 526 - 550 of 1669) sorted by null

<<21222324252627282930>>

  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 59 NSButton *button = (NSButton *)view;
60 [button setAction:@selector(webKitHandleButtonPress:)];
61 if ([button tag] == NSAlertOtherReturn)
62 [button setKeyEquivalent:@"\033"];
95 // to map the button tag to the corresponding selector
  /external/webkit/WebKitTools/iExploder/htdocs/
cssvalues.in 69 button
70 button-bevel
187 menulist-button
226 push-button
282 square-button
  /frameworks/base/core/java/android/content/
DialogInterface.java 26 * The identifier for the positive button.
31 * The identifier for the negative button.
36 * The identifier for the neutral button.
114 * This method will be invoked when a button in the dialog is clicked.
117 * @param which The button that was clicked (e.g.
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 40 import android.widget.Button;
81 private Button mButtonPositive;
87 private Button mButtonNegative;
93 private Button mButtonNeutral;
142 // Button clicks have Message.what as the BUTTON{1,2,3} constant
251 * Sets a click listener or a message to be sent when the button is clicked.
254 * @param whichButton Which button, can be one of
258 * @param text The text to display in positive button.
287 throw new IllegalArgumentException("Button does not exist")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
PopupWindowVisibility.java 25 import android.widget.Button;
36 private Button mHide;
37 private Button mShow;
48 mHide = (Button) findViewById(R.id.hide);
51 mShow = (Button) findViewById(R.id.show);
DrawableBgMinSizeTest.java 28 import android.widget.Button;
40 private Button mChangeBackgroundsButton;
61 mChangeBackgroundsButton = (Button) a.findViewById(R.id.change_backgrounds);
  /frameworks/base/docs/html/resources/tutorials/views/
hello-relativelayout.jd 36 &lt;Button
44 &lt;Button
58 to define its own relative position. For example, the last {@link android.widget.Button} is
60 identified by the ID <code>ok</code> (which is the previous {@link android.widget.Button}).</p>
88 <li>{@link android.widget.Button}</li>
  /packages/apps/Gallery3D/res/values/
strings.xml 49 <!-- Movie View Start Playing button "Resume from bookmark" -->
52 <!-- Movie View Start Playing button "Beginning" -->
56 <!-- Button indicating that the cropped image should be saved -->
58 <!-- Button indicating that the cropped image should be reverted back to the original -->
76 <!-- Details dialog "OK" button. Dismisses dialog. -->
  /packages/apps/IM/plugin/com/android/im/plugin/
BrandingResourceIDs.java 133 * The label of the add contact button on the add contact screen
173 * The string of the toast displayed when auto sign in button on the account
178 * The string of the toast displayed when the remember password button on
196 * The label of the button to accept the term of use.
200 * The label of the button to decline the term of use.
  /packages/apps/IM/res/layout/
chat_view.xml 85 <Button android:id="@+id/btnAccept"
90 <Button android:id="@+id/btnDecline"
116 <Button android:id="@+id/btnApproveSubscription"
121 <Button android:id="@+id/btnDeclineSubscription"
167 <Button android:id="@+id/btnSend"
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 33 import android.widget.Button;
48 private Button mOk;
49 private Button mCancel;
137 mOk = (Button)findViewById(R.id.ok_button);
138 mCancel = (Button)findViewById(R.id.cancel_button);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 31 import org.eclipse.swt.widgets.Button;
48 private Button mIsLibrary;
50 // private Button mSplitByDensity;
85 mIsLibrary = new Button(libraryGroup, SWT.CHECK);
103 mSplitByDensity = new Button(g, SWT.CHECK);
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 196 case BUTTON:
213 case BUTTON:
275 case BUTTON:
314 case BUTTON:
350 case BUTTON:
389 case BUTTON:
436 case BUTTON:
472 case BUTTON:
536 case BUTTON:
590 case BUTTON
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsevents.c 580 void GS_vgamousecallback(int button, int dx, int dy)
592 /* Swap button 1 and 3 */
593 button_1 = (button & 0x04) >> 2;
594 button_3 = (button & 0x01) << 2;
595 button &= ~0x05;
596 button |= (button_1|button_3);
600 state_changed = button_state ^ button;
603 if ( button & (1<<i) ) {
621 int button = 0; local
669 button = (~mousebuf[i]) & 0x07
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
ui-events.jd 29 respective action occurs on that object. For instance, when a View (such as a Button) is touched,
38 Perhaps you want to extend the {@link android.widget.Button}
85 <p>The example below shows how to register an on-click listener for a Button. </p>
91 // do something when the button is clicked
97 // Capture our button from layout
98 Button button = (Button)findViewById(R.id.corky);
100 button.setOnClickListener(mCorkyListener);
111 Button button = (Button)findViewById(R.id.corky)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
InstalledAppDetails.java 57 import android.widget.Button;
75 private Button mUninstallButton;
78 private Button mActivitiesButton;
88 private Button mClearCacheButton;
90 private Button mForceStopButton;
91 private Button mClearDataButton;
92 private Button mMoveAppButton;
281 // Disable button for system applications.
337 // Get Control button panel
339 mForceStopButton = (Button) btnPanel.findViewById(R.id.left_button)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetConfigure.java 57 // out of the widget placement if they press the back button.
66 // Bind the action for the save button.
89 // When the button is clicked, save the string in our prefs and return that they
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCode.java 76 // Set the OnClickListener for the button so we see when it's pressed.
77 findViewById(R.id.button).setOnClickListener(mClickListener);
83 /** Called when the button is pushed */
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 27 import android.widget.Button;
39 private Button mAddAccountButton;
55 mAddAccountButton = (Button) findViewById(R.id.addContactButton);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataridevmouse.c 103 static int atari_GetButton(int button)
105 switch(button)
133 /* Mouse button events */
  /external/webkit/WebCore/platform/gtk/
MouseEventGtk.cpp 65 if (event->button == 1)
67 else if (event->button == 2)
69 else if (event->button == 3)
  /frameworks/base/core/res/res/layout/
keyguard_screen_glogin_unlock.xml 93 <Button
115 <!-- emergency call button at bottom center -->
116 <Button
keyguard_screen_password_portrait.xml 81 <!-- emergency call button -->
82 <Button
91 style="@style/Widget.Button.Transparent"
keyguard_screen_sim_pin_portrait.xml 100 <!-- The emergency button should take the rest of the space and be centered vertically -->
108 <!-- emergency call button -->
109 <Button
search_bar.xml 52 <!-- Inner layout contains the app icon, button(s) and EditText -->
86 <!-- This button can switch between text and icon "modes" -->
87 <Button

Completed in 214 milliseconds

<<21222324252627282930>>