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

<<11121314151617181920>>

  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 38 .tab-control .tab-button {
51 .tab-control .tab-button:hover {
56 .tab-control .tab-button:visited,
57 .tab-control .tab-button {
61 .tab-control .tab-button[selected] {
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
context_menu_button.js 6 * @fileoverview This implements a special button that is useful for showing a
15 * button that has a context menu.
16 * @param {!MenuButton} el The button to start the search from.
27 * Creates a new menu button which is used to show the context menu for an
33 var ContextMenuButton = cr.ui.define('button');
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h 18 // For every "show popup" button, remember the index of the popup tab contents
36 // The info button of the cookies bubble.
55 // Callback for "close" button.
58 // Callback for "manage" button.
64 // Callback for "load all plugins" button.
  /frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java 26 import android.widget.Button;
61 Button b = new Button(this.getContext());
80 Button mGoButton = (Button) findViewById(R.id.go);
  /frameworks/base/core/tests/coretests/src/android/widget/
RadioGroupPreCheckedTest.java 39 assertTrue("The first radio button should be checked", radio.isChecked());
42 assertEquals("The first radio button should be checked", R.id.value_one,
55 assertFalse("The first radio button should not be checked", old.isChecked());
56 assertTrue("The second radio button should be checked", radio.isChecked());
59 assertEquals("The second radio button should be checked", R.id.value_two,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemISVAndButton.java 22 import android.widget.Button;
29 * Each item is an internal selection view, a button, and some filler
58 final Button topButton = new Button(context);
61 topButton.setText("button " + position + ")");
  /external/chromium/chrome/browser/ui/gtk/
custom_button.h 28 // CustomDrawButtonBase provides the base for building a custom drawn button.
30 // the button. It also manages painting these pixbufs.
68 // We store one surface for each possible state of the button;
75 // If non-negative, the state to paint the button.
86 // Whether the button is flipped horizontally. Not used for RTL (we get
98 // of controlling the hover state of a button. The "hover state" refers to the
99 // percent opacity of a button's PRELIGHT. The PRELIGHT is animated such that
100 // when a user moves a mouse over a button the PRELIGHT fades in.
126 // CustomDrawButton is a plain button where all its various states are drawn
127 // with static images. In GTK rendering mode, it will show the standard button
    [all...]
gtk_custom_menu_item.h 17 // motion through a back channel. The GtkCustomMenu only listens for button
19 // isn't in a button in the menu item.
22 // the buttons it owns. The GtkCustomMenu class keeps track of which button is
26 // GtkMenu, it uses which button was selected as a signal of what to do.
28 // Users should connect to the "button-pushed" signal to be notified when a
29 // button was pushed. We don't go through the normal "activate" signal because
30 // we need to communicate additional information, namely which button was
60 // Container for button widgets.
70 // Possible button widgets. Used for keyboard navigation.
90 // Adds a button to our list of items in the |hbox|
    [all...]
menu_bar_helper.cc 61 void MenuBarHelper::Add(GtkWidget* button) {
62 buttons_.push_back(button);
65 void MenuBarHelper::Remove(GtkWidget* button) {
67 find(buttons_.begin(), buttons_.end(), button);
79 void MenuBarHelper::MenuStartedShowing(GtkWidget* button, GtkWidget* menu) {
81 button_showing_menu_ = button;
114 GtkWidget* button = buttons_[i]; local
115 // Figure out coordinates relative to this button. Avoid using
126 last_button, button, last_x, last_y, &x, &y)) {
127 // |button| may not be realized
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 68 * @param title the title that will be used in the tab button.
80 JToggleButton button = new JToggleButton(title); local
82 // Let the button react on the mouse press, instead of waiting for the
84 button.setModel(new JToggleButton.ToggleButtonModel()
117 // Switch to the tab on a button press.
118 button.addActionListener(new ActionListener()
126 // Only one button can be selected at the same time.
127 buttonGroup.add(button);
129 // If this is the first tab, make sure its button is selected.
132 button.setSelected(true)
224 JToggleButton button = (JToggleButton)getComponent(index+1); local
    [all...]
  /development/apps/Development/res/layout/
connectivity.xml 32 <Button android:id="@+id/enableWifi"
36 <Button android:id="@+id/disableWifi"
52 <Button android:id="@+id/startDelayedCycle"
56 <Button android:id="@+id/stopDelayedCycle"
114 <Button android:id="@+id/startScreenCycle"
118 <Button android:id="@+id/stopScreenCycle"
176 <Button android:id="@+id/start_mms"
180 <Button android:id="@+id/stop_mms"
189 <Button android:id="@+id/start_hipri"
193 <Button android:id="@+id/stop_hipri
    [all...]
  /external/webkit/Source/WebCore/css/
mediaControlsQt.css 67 audio::-webkit-media-controls-mute-button {
75 video::-webkit-media-controls-mute-button {
83 audio::-webkit-media-controls-play-button {
91 video::-webkit-media-controls-play-button {
199 audio::-webkit-media-controls-seek-back-button {
203 video::-webkit-media-controls-seek-back-button {
207 audio::-webkit-media-controls-seek-forward-button {
211 video::-webkit-media-controls-seek-forward-button {
215 audio::-webkit-media-controls-fullscreen-button {
219 video::-webkit-media-controls-fullscreen-button {
    [all...]
mediaControlsQtFullscreen.css 25 /* The control panel is only play button for full screen */
37 video::-webkit-media-controls-mute-button {
41 video::-webkit-media-controls-play-button {
78 video::-webkit-media-controls-seek-back-button {
82 video::-webkit-media-controls-seek-forward-button {
86 video::-webkit-media-controls-fullscreen-button {
90 video::-webkit-media-controls-rewind-button {
94 video::-webkit-media-controls-return-to-realtime-button {
98 video::-webkit-media-controls-toggle-closed-captions-button {
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
FragmentPagerSupport.java 36 import android.widget.Button;
58 // Watch for button clicks.
59 Button button = (Button)findViewById(R.id.goto_first); local
60 button.setOnClickListener(new OnClickListener() {
65 button = (Button)findViewById(R.id.goto_last);
66 button.setOnClickListener(new OnClickListener() {
FragmentStatePagerSupport.java 36 import android.widget.Button;
58 // Watch for button clicks.
59 Button button = (Button)findViewById(R.id.goto_first); local
60 button.setOnClickListener(new OnClickListener() {
65 button = (Button)findViewById(R.id.goto_last);
66 button.setOnClickListener(new OnClickListener() {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentPagerSupport.java 35 import android.widget.Button;
57 // Watch for button clicks.
58 Button button = (Button)findViewById(R.id.goto_first); local
59 button.setOnClickListener(new OnClickListener() {
64 button = (Button)findViewById(R.id.goto_last);
65 button.setOnClickListener(new OnClickListener() {
FragmentStackSupport.java 31 import android.widget.Button;
42 // Watch for button clicks.
43 Button button = (Button)findViewById(R.id.new_fragment); local
44 button.setOnClickListener(new OnClickListener() {
49 button = (Button)findViewById(R.id.home);
50 button.setOnClickListener(new OnClickListener() {
FragmentStatePagerSupport.java 33 import android.widget.Button;
58 // Watch for button clicks.
59 Button button = (Button)findViewById(R.id.goto_first); local
60 button.setOnClickListener(new OnClickListener() {
65 button = (Button)findViewById(R.id.goto_last);
66 button.setOnClickListener(new OnClickListener() {
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 13 #include "views/controls/button/button.h"
52 // button is pressed to give beforeunload handlers a chance to cancel.
55 // Close the panel. Called when a close button is pressed.
110 virtual void ButtonPressed(views::Button* sender,
144 // Views object, holds title and close button.
150 // Is the mouse button currently down?
153 // Cursor's absolute position when the mouse button was pressed.
158 // mouse button was pressed.
  /external/chromium/chrome/browser/resources/options/
alert_overlay.js 48 * Handle the 'ok' button. Clear the overlay and call the ok callback if
60 * Handle the 'cancel' button. Clear the overlay and call the cancel
85 * Show an alert overlay with the given message, button titles, and
89 * @param {string} okTitle The title of the OK button. If undefined or empty,
90 * no button is shown.
91 * @param {string} cancelTitle The title of the cancel button. If undefined or
92 * empty, no button is shown.
94 * the ok button. The alert window will be closed automatically. Can be
97 * presses the cancel button. The alert window will be closed
  /frameworks/base/core/tests/coretests/res/layout/
interrogation_activity.xml 31 <Button
37 <Button
43 <Button
56 <Button
62 <Button
68 <Button
82 <Button
88 <Button
94 <Button
linear_layout_grid.xml 32 <Button
38 <Button
44 <Button
57 <Button
63 <Button
69 <Button
82 <Button
88 <Button
94 <Button
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearchTest.java 26 import android.widget.Button;
39 private Button mTopWide;
40 private Button mMidSkinny1Left;
41 private Button mMidSkinny2Right;
42 private Button mBottomWide;
139 assertNull("going down from bottom button should have no next focus.",
142 assertNull("going left from bottom button should have no next focus.",
145 assertNull("going right from bottom button should have no next focus.",
148 assertEquals("going up from bottom button should go to mMidSkinny2Right.",
  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 35 import android.widget.Button;
48 private Button button; field in class:SslLoad
59 button = new Button(this);
60 button.setText("GO");
61 button.setOnClickListener(this);
63 setContentView(button);
78 button.setText(running ? "STOP" : "GO");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentDialog.java 30 import android.widget.Button;
43 + "Press the show button below to see the first dialog; pressing "
47 // Watch for button clicks.
48 Button button = (Button)findViewById(R.id.show); local
49 button.setOnClickListener(new OnClickListener() {
91 + "you will need to press the bottom show button)";
155 // Watch for button clicks.
156 Button button = (Button)v.findViewById(R.id.show) local
    [all...]

Completed in 582 milliseconds

<<11121314151617181920>>