HomeSort by relevance Sort by last modified time
    Searched full:button (Results 601 - 625 of 3903) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListOfTouchables.java 21 import android.widget.Button;
42 Button b = new Button(this);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonAboveTallInternalSelectionView.java 22 import android.widget.Button;
25 * A button above a tall internal selection view, wrapped in a scroll view.
32 public Button getButtonAbove() {
ShortButtons.java 21 import android.widget.Button;
37 public Button getButtonAt(int index) {
42 return (Button) ll.getChildAt(index - 3);
  /frameworks/base/tests/FixVibrateSetting/res/layout/
fix_vibrate.xml 25 <Button android:id="@+id/fix"
31 <Button android:id="@+id/unfix"
38 <Button android:id="@+id/test"
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
NinePatchesActivity.java 22 import android.widget.Button;
32 Button b = new Button(this);
TimeDialogActivity.java 24 import android.widget.Button;
34 Button b = new Button(this);
  /frameworks/base/tools/layoutlib/bridge/tests/res/com/android/layoutlib/testdata/
layout1.xml 24 <Button
29 android:text="My Button Text"
31 </Button>
  /packages/apps/Phone/res/drawable/
btn_compound_dialpad.xml 17 <!-- Layers used to render the in-call "Dialpad" compound button. -->
20 <!-- The standard "compound button" background. -->
24 the icon up to the full size of the button. -->
btn_compound_hold.xml 17 <!-- Layers used to render the in-call "Hold" compound button. -->
20 <!-- The standard "compound button" background. -->
24 the icon up to the full size of the button. -->
btn_compound_mute.xml 17 <!-- Layers used to render the in-call "Mute" compound button. -->
20 <!-- The standard "compound button" background. -->
24 the icon up to the full size of the button. -->
  /packages/apps/Settings/res/layout/
crypt_keeper_password_entry.xml 37 <!-- Emergency call button.
39 <Button android:id="@+id/emergencyCallButton"
44 style="@*android:style/Widget.Button.Transparent"
twelve_key_entry.xml 31 <Button android:id="@+id/one"
41 <Button android:id="@+id/two"
51 <Button android:id="@+id/three"
70 <Button android:id="@+id/four"
80 <Button android:id="@+id/five"
90 <Button android:id="@+id/six"
108 <Button android:id="@+id/seven"
118 <Button android:id="@+id/eight"
128 <Button android:id="@+id/nine"
147 <Button android:id="@+id/ok
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
WizardDialogEx.java 22 import org.eclipse.swt.widgets.Button;
38 * Returns the cancel button.
43 public Button getCancelButtonEx() {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.mm 158 // Create an autoreleased button appropriate for insertion into the bookmark
159 // bar. Update |xOffset| with the offset appropriate for the subsequent button.
189 // |point|. This is determined by finding the first button before the center
248 // Register for theme changes, bookmark button pulsing, ...
286 // button on the bar: flash it
287 // button in "other bookmarks" folder: flash other bookmarks
288 // button in "off the side" folder: flash the chevron
289 for (BookmarkButton* button in [self buttons]) {
290 if ([button bookmarkNode] == node) {
291 [button setIsContinuousPulsing:doPulse]
    [all...]
  /external/webkit/Source/WebCore/css/
CSSValueKeywords.in 569 push-button
570 square-button
571 button
572 button-bevel
573 default-button
574 inner-spin-button
575 -webkit-input-speech-button
576 list-button
579 media-fullscreen-button
580 media-mute-button
    [all...]
mediaControlsChromium.css 48 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
49 -webkit-appearance: media-mute-button;
60 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
61 -webkit-appearance: media-play-button;
180 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
181 -webkit-appearance: media-seek-back-button;
185 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
media-controls.html 84 '<p>"Play" button should turn into "Pause" when playing, with current and remaining time should changing and the thumb ' +
92 '<p>"Play" button should turn into "Pause" when playing, with current and remaining time should changing and the thumb ' +
98 description: '<p>When hovering over the "Mute" button, a volume control should appear, showing its own "Mute" button and a volume slider.</p>' +
99 '<p>You should be able to control the volume with the slider and mute/unmute using the "Mute" button</p>' +
105 description: '<p>When hovering over the "Mute" button, a volume control should appear, showing its own "Mute" button and a volume slider.</p>' +
106 '<p>You should be able to control the volume with the slider and mute/unmute using the "Mute" button</p>' +
112 description: '<p>When hovering over the "Mute" button, a volume control should appear, showing its own "Mute" button and a volume slider.</p>'
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebnavigationaction.cpp 38 * clicked a link to start that navigation, and what mouse button was used.
44 gint button; member in struct:_WebKitWebNavigationActionPrivate
101 priv->button = g_value_get_int(value);
167 * WebKitWebNavigationAction:button:
169 * The GTK+ identifier for the mouse button used to click. Notice that GTK+ button values
170 * are 1, 2 and 3 for left, middle and right buttons, so they are DOM button values +1. If the action was not
176 g_param_spec_int("button",
177 _("Button"),
178 _("The button used to click")
    [all...]
  /frameworks/base/docs/html/training/design-navigation/
ancestral-temporal.jd 35 button is respected to respect Android conventions.</p>
46 system. All Android users expect the <em>Back</em> button to take them to the previous screen,
49 you back at the Launcher, after which the <em>Back</em> button will do nothing.</p>
53 alt="The Back button behavior after entering the Email app from the People (or Contacts) app"
56 <p class="img-caption"><strong>Figure 1.</strong> The <em>Back</em> button behavior after entering
60 <p>Applications generally don't have to worry about managing the <em>Back</em> button themselves;
63 button by default simply traverses this list of screens, removing the current screen from the list
69 behavior when users press the device's <em>Back</em> button. Upon reaching the beginning of the
71 <em>Back</em> button.</p>
78 button, or a <em>Home</em> button at the top-left of the screen, usually as a component of th
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 20 #include "views/controls/button/button.h"
191 // Returns the button at the specified index.
194 // Returns the button responsible for showing bookmarks in the other bookmark
209 // Returns the button used when not all the items on the bookmark bar fit.
212 // If |loc| is over a bookmark button the node is returned corresponding
213 // to the button and |start_index| is set to 0. If a overflow button is
214 // showing and |loc| is over the overflow button, the bookmark bar node is
223 // Returns the position to anchor the menu for |button| at, the index of th
    [all...]
  /cts/apps/CtsVerifier/res/layout/
aq_verifier_activity.xml 51 <Button
57 <Button
63 <Button
69 <Button
75 <Button
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ViewResultsActivity.java 28 import android.widget.Button;
41 private Button mDismissButton;
42 private Button mSendResultsButton;
59 mDismissButton = (Button) findViewById(R.id.dismissButton);
62 mSendResultsButton = (Button) findViewById(R.id.sendResultsButton);
  /cts/tests/src/android/view/cts/
GestureDetectorStubActivity.java 28 import android.widget.Button;
46 private Button mTop;
47 private Button mButton;
60 mButton = new Button(this);
61 mTop = new Button(this);
  /development/apps/CustomLocale/src/com/android/customlocale2/
NewLocaleDialog.java 24 import android.widget.Button;
39 private Button mButtonAdd;
40 private Button mButtonAddSelect;
51 mButtonAdd = (Button) findViewById(R.id.add);
54 mButtonAddSelect = (Button) findViewById(R.id.add_and_select);
  /development/samples/ApiDemos/res/layout/
focus_5.xml 29 <Button android:id="@+id/button1"
35 <Button android:id="@+id/button2"
41 <Button android:id="@+id/button3"
49 <Button android:id="@+id/button4"
55 <Button android:id="@+id/button5"

Completed in 566 milliseconds

<<21222324252627282930>>