/packages/apps/SoundRecorder/res/layout-land/ |
main.xml | 91 <Button android:id="@+id/acceptButton" 99 <Button android:id="@+id/discardButton"
|
/packages/apps/SoundRecorder/res/layout-port/ |
main.xml | 88 <Button android:id="@+id/acceptButton" 96 <Button android:id="@+id/discardButton"
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
TextCandidatesViewManager.java | 43 import android.widget.Button; 82 /** Button displayed bottom of the view when there are more candidates. */ 149 /** Template object for each candidate and normal/full view change button */ 337 /* select button */ 338 Button b = (Button)scaleUp.findViewById(R.id.candidate_select); 345 /* cancel button */ 346 b = (Button)scaleUp.findViewById(R.id.candidate_cancel); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
android.widget.LinearLayout.groovy | 165 // Get the last component of the FQCN (e.g. "android.view.Button" => "Button")
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 249 represents a time where the player is supposed to press the left button, and 250 the red arrow is for the right button. The yellow arrow tells the game engine 257 not pressed a button, a timer is set to half the length of the window. If the 258 player presses the button before the timer expires, the game registers a 263 <p>If the player presses the button before the 401 button to browse to the directory where you have saved your .jtc file.</p> 480 Starts playback of all queued segments. This button changes to Stop if any 520 the segment is derived. The button to the immediate right will bring up a 592 contain the event, then select the Add button. This will bring up the Event 672 can select the Play button. This will initiate playback. The trigger butto [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
NativeHeapPanel.java | 45 import org.eclipse.swt.widgets.Button; 94 private Button mFullUpdateButton; 97 //private Button mDiffUpdateButton; 127 private Button mPageNextButton; 129 private Button mPagePreviousButton; 241 private Button mSaveButton; 242 private Button mSymbolsButton; 498 mFullUpdateButton = new Button(tmp, SWT.NONE); 555 mSaveButton = new Button(top_layout, SWT.PUSH); 575 mDiffUpdateButton = new Button(top_layout, SWT.NONE) [all...] |
AllocationPanel.java | 46 import org.eclipse.swt.widgets.Button; 79 private Button mEnableButton; 80 private Button mRequestButton; 179 mEnableButton = new Button(topParent, SWT.PUSH); 194 mRequestButton = new Button(topParent, SWT.PUSH);
|
SysinfoPanel.java | 29 import org.eclipse.swt.widgets.Button; 55 private Button mFetchButton; 243 final Button loadButton = new Button(buttons, SWT.PUSH); 259 mFetchButton = new Button(buttons, SWT.PUSH);
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 453 var button = $(obj); 456 if (button.hasClass("show")) { 458 button.removeClass("show").addClass("hide"); 461 button.removeClass("hide").addClass("show"); 463 $("span", button).toggle();
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 36 import android.widget.Button; 65 private Button mContactSaveButton; 85 mContactSaveButton = (Button) findViewById(R.id.contactSaveButton); 158 * Actions for when the Save button is clicked. Creates a contact entry and terminates the 162 Log.v(TAG, "Save button clicked");
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupExchange.java | 40 import android.widget.Button; 104 private Button mNextButton; 154 mNextButton = (Button)findViewById(R.id.next); 158 * Calls validateFields() which enables or disables the Next button 302 * Check the values in the fields and decide if it makes sense to enable the "next" button
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 32 import org.eclipse.swt.widgets.Button; 329 Button radio1 = new Button(content, SWT.RADIO); 333 Button radio2 = new Button(content, SWT.RADIO);
|
UiActions.java | 60 * Called when the "Add..." button next to the tree view is selected. 70 * Called when the "Add..." button next to the tree view is selected. 133 * Called when the "Remove" button is selected. 184 * Called when the "Up" button is selected. 265 * Called when the "Down" button is selected.
|
/frameworks/base/core/res/res/values/ |
styles.xml | 224 <style name="Widget.Button"> 233 <style name="Widget.Button.Small"> 237 <style name="Widget.Button.Inset"> 241 <style name="Widget.Button.Transparent"> 257 <item name="android:button">@android:drawable/btn_check</item> 262 <item name="android:button">@android:drawable/btn_radio</item> 267 <item name="android:button">@android:drawable/btn_star</item> 270 <style name="Widget.Button.Toggle"> 659 <style name="TextAppearance.Widget.Button" parent="TextAppearance.Small.Inverse"> [all...] |
/frameworks/base/docs/html/guide/tutorials/localization/ |
index.jd | 26 <li>{@link android.widget.Button}</li>
53 {@link android.widget.TextView} objects and a {@link android.widget.Button} image with a
54 background image of a national flag. When clicked, the button displays an
102 <Button
112 display localized text and one {@link android.widget.Button} that shows a flag.
146 <pre>// assign flag.png to the button, loading correct flag image for current locale
147 Button b;
148 (b = (Button)findViewById(R.id.flag_button)).setBackgroundDrawable(this.getResources().getDrawable(R.drawable.flag));
177 <li>It assigns the correct flag icon to the button.
184 user clicks the button, the AlertDialog will display. [all...] |
/frameworks/base/docs/html/resources/tutorials/localization/ |
index.jd | 26 <li>{@link android.widget.Button}</li>
53 {@link android.widget.TextView} objects and a {@link android.widget.Button} image with a
54 background image of a national flag. When clicked, the button displays an
102 <Button
112 display localized text and one {@link android.widget.Button} that shows a flag.
146 <pre>// assign flag.png to the button, loading correct flag image for current locale
147 Button b;
148 (b = (Button)findViewById(R.id.flag_button)).setBackgroundDrawable(this.getResources().getDrawable(R.drawable.flag));
177 <li>It assigns the correct flag icon to the button.
184 user clicks the button, the AlertDialog will display. [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
EditEvent.java | 72 import android.widget.Button; 205 private Button mStartDateButton; 206 private Button mEndDateButton; 207 private Button mStartTimeButton; 208 private Button mEndTimeButton; 209 private Button mSaveButton; 210 private Button mDeleteButton; 211 private Button mDiscardButton; 431 // on the "remove reminder" button. 486 // This is called if the user clicks on a dialog button [all...] |
/packages/apps/Settings/res/values/ |
strings.xml | 18 <!-- Strings for Dialog yes button --> 21 <!-- Strings for Dialog no button --> 29 <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. --> 31 <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. --> 103 <!-- Button. Chosen when they want to save the chosen text size. --> 247 <string name="bluetooth_scan_text">Empty button\u2026</string> 249 <string name="bluetooth_settings_text">Empty button\u2026</string> 251 <string name="bluetooth_enable_text">Empty button\u2026</string> 295 <!-- HTTP proxy settings. Button to clear the proxy box. --> 299 <!-- HTTP proxy settings. The button to restore the defaults. -- [all...] |
/packages/apps/Browser/res/values/ |
strings.xml | 43 <!-- The label on the "sign in" button --> 48 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts --> 50 <!-- Label for a confirm button. Used in multiple contexts. --> 71 <!-- Label for a button on an SSL error dialog that allows the user to see 81 <!-- Label for a button on an SSL error dialog that lets the user continue 86 <!-- Label for a button on an SSL error dialog that lets the user view the 131 <!-- Button label to confirm saving a bookmark. --> 133 <!-- Button label to cancel saving a bookmark. --> 308 <!-- Settings button label --> 521 <!-- This is the button label in the "Go To" UI. -- [all...] |
/packages/apps/IM/res/values/ |
strings.xml | 127 <!-- The "OK" button label for the error message dialog. --> 129 <!-- The "Cancel" button label for the confirm dialogs. --> 131 <!-- The "OK" button label for the confirm dialogs. --> 133 <!-- The "Cancel" button label for the confirm dialogs. --> 158 <!-- The button label which lets the user to sign into the IM service. --> 177 <!-- OK button for the prompt dialog --> 179 <!-- Cancel button for the prompt dialog --> 274 <!-- The send button on the chat screen. --> 298 <!-- The label of the button on the Add Contact Screen to send the invitation. --> 330 <!-- The button for accepting an invitation.-- [all...] |
/development/simulator/app/ |
PhoneData.cpp | 211 } else if (strcasecmp(pChild->Value(), "button") == 0) { 280 * Handle <button keyCode="zzz" src="zzz" x="123" y="123"/> and 281 * <button keyCode="zzz"/>. 295 fprintf(stderr, "SimCFG: button is funky\n"); 334 fprintf(stderr, "SimCFG: <button> requires keycode and may have src/x/y\n"); 396 * Find the first button that covers the specified coordinates. 414 * Find the first button with a matching key code.
|
/external/quake/quake/src/QW/client/ |
in_win.c | 124 BYTE bButtonA; // One button goes here
125 BYTE bButtonB; // Another button goes here
126 BYTE bButtonC; // Another button goes here
127 BYTE bButtonD; // Another button goes here
554 // perform button actions
652 // perform button actions
841 // old button and POV states default to no buttons pressed
|
/external/quake/quake/src/WinQuake/ |
in_win.cpp | 125 BYTE bButtonA; // One button goes here
126 BYTE bButtonB; // Another button goes here
127 BYTE bButtonC; // Another button goes here
128 BYTE bButtonD; // Another button goes here
555 // perform button actions
653 // perform button actions
848 // old button and POV states default to no buttons pressed
|
/external/quake/src/com/android/quake/ |
DownloaderActivity.java | 64 import android.widget.Button; 170 Button button = (Button) findViewById(R.id.cancel); local 171 button.setOnClickListener(new Button.OnClickListener() { 246 // Happens when the Back button is used to exit the activity. [all...] |
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumSkia.cpp | 319 // If the button is too small, fallback to drawing a single, solid color 399 // Scale the button size based on the font size 417 // Make sure the scaled button stays square and will fit in its parent's box 421 // Center the button vertically. Round up though, so if it has to be one pixel off-center, it will 473 // Scale the button size based on the font size 498 // Center the button vertically. Round up though, so if it has to be one pixel off-center, it will 772 // we don't draw a button, so don't reserve space for it.
|