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

<<21222324252627282930>>

  /packages/apps/Mms/res/layout/
edit_slide_activity.xml 94 <Button android:id="@+id/preview_button"
100 <Button android:id="@+id/replace_image_button"
106 <Button android:id="@+id/remove_slide_button"
139 <Button android:id="@+id/done_button"
mms_downloading_view.xml 26 <Button android:id="@+id/btn_download_msg"
  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 33 import android.widget.Button;
49 private Button mDone;
92 // Done button.
93 mDone = (Button) findViewById(R.id.done);
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 34 import android.widget.Button;
42 private Button mSaveButton;
56 mSaveButton = (Button) findViewById(R.id.create);
59 ((Button)findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
RenamePlaylist.java 32 import android.widget.Button;
41 private Button mSaveButton;
57 mSaveButton = (Button) findViewById(R.id.create);
60 ((Button)findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
  /packages/apps/Phone/res/drawable/
manage_conference_photo_button.xml 17 <!-- StateListDrawable for the big "Manage conference" button that we show
  /packages/apps/Phone/res/drawable-finger/
btn_dial_action.xml 17 <!-- Background resource for dial button for the various 12 key dialers. -->
btn_dial_delete.xml 17 <!-- Background resource for backspace button for the various 12 key dialers. -->
  /packages/apps/Phone/res/layout/
manage_conference_panel.xml 19 button while on a conference call. -->
124 <!-- The grey footer, background behind the "Back to call" button -->
132 <!-- The "Back to call" button -->
133 <Button android:id="@+id/manage_done"
  /packages/apps/Phone/res/values/
config.xml 27 a "Dismiss" button on the SIM network unlock screen.
99 ENDCALL button does.)
102 button (since it's too easy to press the key accidentally as you
108 <!-- If true, show an onscreen "Dial" button in the dialer.
  /packages/apps/Settings/res/layout/
display.xml 44 <Button android:id="@+id/save"
master_clear_final.xml 30 <Button android:id="@+id/execute_master_clear"
master_clear_primary.xml 31 <Button android:id="@+id/initiate_master_clear"
media_format_final.xml 30 <Button android:id="@+id/execute_media_format"
media_format_primary.xml 31 <Button android:id="@+id/initiate_media_format"
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 43 import android.widget.Button;
141 /** Page left button */
142 private Button mLeftButton = null;
144 /** Page right button */
145 private Button mRightButton = null;
173 Button b = (Button)findViewById(R.id.user_dictionary_left_button);
186 b = (Button)findViewById(R.id.user_dictionary_right_button);
366 * Process the event when the button on the "Delete word" dialog is pushed
369 * @param button The button that is pushe
    [all...]
  /packages/wallpapers/MagicSmoke/res/layout/
selector.xml 34 <Button
  /packages/wallpapers/MagicSmoke/res/values/
strings.xml 32 <!-- button label -->
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 29 import org.eclipse.swt.widgets.Button;
140 // "OK" button
141 Button ok = new Button(shell, SWT.PUSH);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 76 import org.eclipse.swt.widgets.Button;
103 private Button mProjButton;
107 private Button mSearchButton;
114 private Button mContainerSearchButton;
115 private Button mTestContainerRadioButton;
116 private Button mTestRadioButton;
166 mTestRadioButton = new Button(comp, SWT.RADIO);
197 mProjButton = new Button(comp, SWT.PUSH);
223 mSearchButton = new Button(comp, SWT.PUSH);
244 mTestContainerRadioButton = new Button(comp, SWT.RADIO)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialogTest.java 31 import android.widget.Button;
46 private Button mPositiveButton;
47 private Button mNegativeButton;
48 private Button mNeutralButton;
329 private void performClick(final Button button) throws Throwable {
332 button.performClick();
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 40 import android.widget.Button;
145 final Button b = (Button) mActivity.findViewById(R.id.button1);
146 // let the button be touch mode.
328 final Button b = (Button) mActivity.findViewById(R.id.button1);
329 // let the button be touch mode.
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysevents.cc 239 button, each next is not send while last one is holded */
243 /* Add any mouse button events */
262 /* mouse up doesn't give which button was released,
265 So we need to store button in mouse down, and restore
268 first button down (ie. it's no send if we click another button
274 /* Add any mouse button events */
  /external/webkit/WebCore/inspector/front-end/
WatchExpressionsSidebarPane.js 46 var addElement = document.createElement("button");
47 addElement.setAttribute("type", "button");
51 var refreshElement = document.createElement("button");
52 refreshElement.setAttribute("type", "button");
229 deleteButton.type = "button";
231 deleteButton.addStyleClass("enabled-button");
232 deleteButton.addStyleClass("delete-button");
audits.css 49 button.clear-audit-results-status-bar-item .glyph {
194 .audit-launcher-view div.button-container {
209 .audit-launcher-view button {
219 .audit-launcher-view button {
226 .audit-launcher-view button:active {
231 body.inactive .audit-launcher-view button, .audit-launcher-view button:disabled {

Completed in 161 milliseconds

<<21222324252627282930>>