HomeSort by relevance Sort by last modified time
    Searched refs:addButton (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonAboveTallInternalSelectionView.java 42 params.addButton("howdy", 0.1f)
44 .addButton("below", 0.1f);
TallTextAboveButton.java 29 .addButton("button", 0.2f);
ButtonsWithTallTextViewInBetween.java 46 params.addButton("top button", 0.2f)
  /external/webkit/Source/WebCore/dom/
CheckedRadioButtons.h 35 void addButton(HTMLFormControlElement*);
CheckedRadioButtons.cpp 28 void CheckedRadioButtons::addButton(HTMLFormControlElement* element)
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/wizards/elements/
AddInputRemoveButtons.java 33 private Button addButton;
73 addButton = new Button(this, SWT.PUSH);
74 addButton.setText(UtilitiesNLS.UI_AddRemoveButtons_AddButtonLabel);
95 return addButton;
AddRemoveButtons.java 33 private Button addButton;
61 addButton = new Button(this, SWT.PUSH);
62 addButton.setText(UtilitiesNLS.UI_AddRemoveButtons_AddButtonLabel);
85 return addButton;
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox1.java 43 Button addButton = (Button) findViewById(R.id.add);
44 addButton.setOnClickListener(new View.OnClickListener() {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsByDefault.java 46 Button addButton = (Button) findViewById(R.id.addNewButton);
47 addButton.setOnClickListener(new View.OnClickListener() {
LayoutAnimationsHideShow.java 79 Button addButton = (Button) findViewById(R.id.addNewButton);
80 addButton.setOnClickListener(new View.OnClickListener() {
LayoutAnimations.java 81 Button addButton = (Button) findViewById(R.id.addNewButton);
82 addButton.setOnClickListener(new View.OnClickListener() {
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 64 JButton addButton = new JButton(msg("add"));
65 addButton.addActionListener(new ActionListener()
79 addButton(tip(addButton, "addTip"));
104 addButton(tip(editButton, "editTip"));
ListPanel.java 94 addButton(tip(removeButton, "removeTip"));
115 addButton(tip(upButton, "moveUpTip"));
136 addButton(tip(downButton, "moveDownTip"));
167 addButton(tip(moveButton, tipKey));
171 protected void addButton(JComponent button)
MemberSpecificationsPanel.java 89 addButton(tip(addFieldButton, "addFieldTip"));
111 addButton(tip(addMethodButton, "addMethodTip"));
142 addButton(tip(editButton, "editTip"));
ClassPathPanel.java 85 JButton addButton = new JButton(msg(inputAndOutput ?
89 addButton.addActionListener(new ActionListener()
109 addButton(tip(addButton, inputAndOutput ?
172 addButton(tip(editButton, "editTip"));
200 addButton(tip(filterButton, "filterTip"));
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 128 public Params addButton(final String text, float heightRatio) {
147 addButton(textPrefix + i, heightRatio);
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/wizards/createdb/
CreateDatabaseWizardPage.java 60 private Button addButton = null;
167 addButton = new Button(buttonBar, SWT.PUSH);
168 addButton.setText(DbCoreNLS.CreateDatabaseWizardPage_Add_Button);
169 addButton.addSelectionListener(new SelectionAdapter()
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 119 mEntryButton = (Button)findViewById(R.id.addButton);
223 case R.id.addButton:
  /external/webkit/Source/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 250 var addButton = document.createElement("button");
251 addButton.className = "add";
252 addButton.addEventListener("click", this._addButtonClicked.bind(this), false);
253 this.titleElement.appendChild(addButton);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 332 findViewById(R.id.addButton).setEnabled(false);
395 findViewById(R.id.addButton).setEnabled(true);
  /external/webkit/Source/WebCore/html/
HTMLFormControlElement.cpp 188 document()->checkedRadioButtons().addButton(this);
473 document()->checkedRadioButtons().addButton(this);
HTMLInputElement.cpp 122 checkedRadioButtons().addButton(this);
510 checkedRadioButtons().addButton(this);
572 checkedRadioButtons().addButton(this);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 169 mAddButton = (ImageButton) mInCallControls.findViewById(R.id.addButton);
393 case R.id.addButton:
423 case R.id.addButton:
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h 498 addButton->setText("Save");
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 41 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork()));
755 addButton->setText("Save");

Completed in 918 milliseconds

1 2