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

<<41424344454647484950>>

  /frameworks/base/docs/html/guide/topics/ui/
declaring-layout.jd 87 to hold a {@link android.widget.TextView} and a {@link android.widget.Button}:</p>
98 &lt;Button android:id="@+id/button"
101 android:text="Hello, I am a Button" />
165 &lt;Button android:id="&#64;+id/my_button"
174 Button myButton = (Button) findViewById(R.id.my_button);
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 56 import android.widget.Button;
144 Button deleteButton = (Button) findViewById(R.id.button_delete);
151 Button shareButton = (Button) findViewById(R.id.button_share);
158 Button closeButton = (Button) findViewById(R.id.button_close);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 61 import android.widget.Button;
100 private Button mDownloadButton;
337 mDownloadButton = (Button) findViewById(R.id.btn_download_msg);
417 // Show the 'Play' button and bind message info on it.
419 // Set call-back for the 'Play' button.
428 // same time, allows the slide show play button to work.
441 // OnClick Listener for the playback button
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 55 import android.widget.Button;
229 final Button button = (Button) findViewById(button_id); local
230 button.setOnClickListener(new View.OnClickListener() {
232 button.requestFocus();
233 button.setEnabled(false);
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 227 * Overriden so that with each valid button press, we start sending
257 * Overriden so that with each valid button up, we stop sending
597 View button; local
600 button = dialerView.findViewById(viewId);
602 button.setOnTouchListener(this);
603 button.setClickable(true);
604 button.setOnKeyListener(this);
638 // if the button is recognized
642 // Append the character mapped to this button, to the display.
    [all...]
  /cts/tests/res/values/
strings.xml 27 <string name="explain">1. click start. \n2. if above image shaked, then press pass button,
28 else press failed button.</string>
37 Press back button and notice we don\'t see the previous activity.
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 37 import android.widget.Button;
306 final Button dialogTestButton5 = (Button) findViewById(R.id.dialog_test_button_5);
  /development/apps/CustomLocale/src/com/android/customlocale/
CustomLocaleActivity.java 33 import android.widget.Button;
85 Button newLocaleButton = (Button) findViewById(R.id.new_locale);
  /external/bluetooth/glib/gio/
gdrive.c 137 * GDrive::eject-button:
140 * Emitted when the physical eject button (if any) of a drive has
143 g_signal_new (I_("eject-button"),
  /external/qemu/docs/
ANDROID-SKIN-FILES.TXT 192 - 'image' : PNG image of the high-lighting for the button
195 the button. A typical one has 50% opacity. The highlight will be drawn
201 The name of each button must correspond to the list of key symbols
  /external/webkit/WebCore/inspector/front-end/
Panel.js 43 // <button class="toolbar-item resources toggleable">
46 // </button>
48 this._toolbarItem = document.createElement("button");
  /external/webkit/WebCore/manual-tests/
select_hr.html 214 "opt 2" does not get highlighted after clicking the button.</p>
221 <input type="button" value="Change selection to 'opt 2'" onclick="document.getElementById('s12').selectedIndex = 1;"></input>
230 <input type="button" value="Change selection to 'opt 2'" onclick="document.getElementById('s13').selectedIndex = 1;"></input>
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 46 // of buttons, so that our button images are large enough to properly fit
200 // It makes sure we have enough space for the button text.
215 // If it is a disabled button, simply paint it to the master picture.
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumWin.cpp 258 return evt.shiftKey() && evt.button() == LeftButton;
271 // In layout test mode, we force the button "girth" (i.e., the length of
272 // the button along the axis of the scrollbar) to be a fixed size.
  /frameworks/base/docs/html/resources/articles/
layout-tricks-merge.jd 158 ((Button) findViewById(R.id.okcancelbar_ok)).setText(text);
162 ((Button) findViewById(R.id.okcancelbar_cancel)).setText(text);
170 <code>OkCancelBar</code>. Each button is included from the same external XML
painless-threading.jd 15 <p>For instance, if you touch the a button on screen, the UI thread dispatches
30 with a button that invokes <code>Thread.sleep(2000)</code> in its
32 The button will remain in its pressed state for about 2 seconds before
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
SimUnlockScreen.java 34 import android.widget.Button;
54 private Button mEmergencyCallButton;
95 mEmergencyCallButton = (Button) findViewById(R.id.emergencyCall);
  /packages/apps/AccountsAndSyncSettings/res/values/
strings.xml 90 <!-- Button label to add an account -->
98 <!-- Button label to remove current account -->
102 <!-- Button shown when this activity is run from SetupWizard -->
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 39 import android.widget.Button;
122 ((Button)findViewById(R.id.cancel)).setOnClickListener(this);
331 * TODO: Perhaps use stronger button names than "OK" and "Cancel" (e.g. "Allow" / "Deny")
  /packages/apps/IM/src/com/android/im/app/
AccountActivity.java 48 import android.widget.Button;
80 Button mBtnSignIn;
95 mBtnSignIn = (Button)findViewById(R.id.btnSignIn);
  /prebuilt/common/jython/
LICENSE 96 BY CLICKING ON THE "ACCEPT" BUTTON WHERE INDICATED, OR BY INSTALLING,
170 9. By clicking on the "ACCEPT" button where indicated, or by installing,
174 [ACCEPT BUTTON]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 49 import org.eclipse.swt.widgets.Button;
128 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
172 * Handles response to the Browse button by creating a Package dialog.
UiPackageAttributeNode.java 52 import org.eclipse.swt.widgets.Button;
129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
173 * Handles response to the Browse button by creating a Package dialog.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 39 import org.eclipse.swt.widgets.Button;
101 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH);
171 * <pre> "&lt;Button android:test="@string/my_[caret]_string..." </pre>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ProjectCheckPage.java 40 import org.eclipse.swt.widgets.Button;
106 Button browseButton = new Button(projectComposite, SWT.PUSH);

Completed in 130 milliseconds

<<41424344454647484950>>