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

<<31323334353637383940>>

  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 84 // button that was clicked on dialog close.
189 // default the button clicked to be the cancel button.
196 //get the contact pick button within the number field
309 // The neutral button (button3) is always the toggle.
314 // record the button that was clicked.
333 // send the clicked button over to the listener.
OtaUtils.java 44 import android.widget.Button;
102 public Button otaEndButton;
103 public Button otaActivateButton;
104 public Button otaSkipButton;
105 public Button otaNextButton;
121 public Button otaTryAgainButton;
714 if (DBG) log("Activation End Call Button Clicked!");
727 if (DBG) log("OTA Speaker button Clicked!");
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeWin.cpp 54 // Button constants
87 // button states
171 m_buttonTheme = OpenThemeData(0, L"Button");
520 // only uses a "normal" look for the drop down button.
675 // The <select> box must be at least 12px high for the button to render nicely on Windows
678 // Position the text correctly within the select box and make the box wide enough to fit the dropdown button
702 // Paint the dropdown button on the inner edge of the text field,
711 // Outset the top, right, and bottom borders of the button so that they coincide with the <select>'s border.
812 // Make sure the scaled button stays square and will fit in its parent's box
816 // Center the button vertically. Round up though, so if it has to be one pixel off-center, it wil
    [all...]
RenderThemeSafari.cpp 495 // This also guarantees the HTML4 <button> will match our rendering by default, since we're using a consistent
507 // (1) Push-button is the constant for the default Aqua system button. Push buttons will not scale vertically and will not allow
508 // custom fonts or colors. <input>s use this constant. This button will allow custom colors and font weights/variants but won't
510 // (2) square-button is the constant for the square button. This button will allow custom fonts and colors and will scale vertically.
511 // (3) Button is the constant that means "pick the best button as appropriate." <button>s use this constant. This button wil
    [all...]
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 117 <dd><em>String resource</em>. The text to display in the button that executes the search. By
118 default, the button shows a search icon (a magnifying glass), which is ideal for
128 and will default to "actionSearch" (provides the "search" button instead of a carriage
220 <td>Display a voice search button. This only
227 <td>The voice search button will take the user directly
233 <td>The voice search button will take
237 search UI and clicked the search button.</td>
279 of a button, based on the current query or focused suggestion. ?For example, the Contacts
287 available and reasonable action keys to the call button and menu button. Also note that actio
    [all...]
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 34 import org.eclipse.swt.widgets.Button;
327 // Initialize to false, set when the user clicks the button.
361 final Button checkbox = new Button(shell, SWT.CHECK);
369 final Button button = new Button(shell, SWT.PUSH);
370 button.setLayoutData(new GridData(GridData.HORIZONTAL_ALIGN_CENTER));
371 button.setText(BUTTON_TEXT);
372 button.addSelectionListener(new SelectionAdapter()
    [all...]
  /development/simulator/app/
PhoneWindow.cpp 437 * it's a "select" button or pressing in on the d-pad. Ditto for
608 * Unlike more conventional button tracking, we highlight on mouse-over
641 * Left button has been released. Do something clever.
674 * Track mouse motion so we can do mouse-over button highlighting.
686 //printf("Mouse now in dev window, clearing button highlight\n");
693 /* right-button movement */
721 * Check to see if we're on top of a button. If our "on top of
749 /* still hovering over same button */
751 /* mouse has moved, possibly to a new button */
873 /* draw background image and "button patches" *
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ChatView.java 61 import android.widget.Button;
131 private Button mSendButton;
305 mSendButton = (Button)findViewById(R.id.btnSend);
312 Button acceptInvitation = (Button)findViewById(R.id.btnAccept);
313 Button declineInvitation= (Button)findViewById(R.id.btnDecline);
315 Button approveSubscription = (Button)findViewById(R.id.btnApproveSubscription);
316 Button declineSubscription = (Button)findViewById(R.id.btnDeclineSubscription)
    [all...]
AddContactActivity.java 40 import android.widget.Button;
68 Button mInviteButton;
111 mInviteButton = (Button) findViewById(R.id.invite);
  /external/quake/quake/src/WinQuake/kit/
3DFX.TXT 85 4) Create a Desktop Shortcut for GLQuake: Using the right mouse button
151 6. I have a three button mouse, but I can't use or set the middle
152 button in GLQuake, what's wrong?
154 To use a three button mouse with GLQuake, your Windows mouse driver
157 Also, make certain that your Mouse control panel sets the middle button
181 9. When I hit ALT-TAB or the Windows start button to switch to another
  /external/webkit/WebCore/platform/gtk/
gtkdrawing.h 173 * Paints the button of a GtkScrollbar. flags is a GtkArrowType giving
361 * Get the inner-border value for a GtkButton widget (button or tree header)
370 /** Get the focus metrics for a treeheadercell, button, checkbox, or radio button.
404 * Get the desired size of a dropdown arrow button
422 * Get the desired size of a toolbar button dropdown arrow
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 85 <p>For example, a simple vertical layout with a text view and a button looks like this:</p>
96 &lt;Button android:id="@+id/button"
99 android:text="Hello, I am a Button" />
103 <p>Notice that the LinearLayout element contains both the TextView and the Button. You can nest
152 to be notified when it is "clicked" (such as when a button is selected), implement OnClickListener and define
  /packages/apps/Mms/res/values/
strings.xml 92 <!-- Text of a button appearing for MMS messages that have not yet been downloaded, causing the message
95 <!-- Message displayed in place of the "download message" button once it has been pressed,
111 <!-- Button text on edit slide screen indicating the user wants to finish editing that slide -->
159 <!-- Button next to an attachment during message composition to view the attachment (imperative verb) -->
161 <!-- Button next to an attachment during message composition to replace the attachment (imperative verb) -->
163 <!-- Button next to an attachment during message composition to remove the attachment (imperative verb) -->
166 <!-- Button in conversation screen for sending the SMS message currently being composed (imperative verb) -->
168 <!-- Text to appear directly below the "Send" text on the SMS/MMS send button. The "MMS" text is on a second line in a smaller font. This is similar to saying "Send (mms)". -->
250 <!-- Button in the slide editor screen used to preview the slide (imperative verb) -->
254 <!-- Button in the slide editor screen used to replace the attached picture --
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchInvoke.java 32 import android.widget.Button;
40 Button mStartSearch;
66 mStartSearch = (Button) findViewById(R.id.btn_start_search);
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 28 import android.widget.Button;
48 private Button mButtonNext;
75 mButtonNext = (Button) findViewById(R.id.next_turn);
  /external/icu4c/test/letest/
readme.html 49 Click on the "Download" button for the version of Java that you
53 agreement, and then click on the Accept button. Download the
60 When you hit the DOWNLOAD button on the page, it will open another
  /external/quake/
README 56 Press Home button on Phone
92 "Enter" button twice to start the game.
199 Press Home button on Phone
  /external/webkit/WebCore/inspector/front-end/
AuditLauncherView.js 170 this._buttonContainerElement.className = "button-container";
190 this._launchButton = document.createElement("button");
191 this._launchButton.setAttribute("type", "button");
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PasswordUnlockScreen.java 37 import android.widget.Button;
57 private Button mEmergencyCallButton;
96 mEmergencyCallButton = (Button) findViewById(R.id.emergencyCall);
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
ManageAccountsSettings.java 40 import android.widget.Button;
57 private Button mAddAccountButton;
78 mAddAccountButton = (Button) findViewById(R.id.add_account_button);
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 29 import android.widget.Button;
51 private Button mEvalButton;
84 mEvalButton = (Button) findViewById(R.id.error_console_eval_button_id);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
MultiPartSmsTests.java 31 import android.widget.Button;
121 Button send = (Button)a.findViewById(R.id.send_button);
  /development/apps/CustomLocale/res/layout/
main.xml 54 <Button
  /development/samples/ApiDemos/res/layout/
sms_demo.xml 55 <Button
table_layout_8.xml 82 <Button

Completed in 421 milliseconds

<<31323334353637383940>>