HomeSort by relevance Sort by last modified time
    Searched refs:mRemoveButton (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/search2/
SavedQueryViewHolderTest.java 49 private View mRemoveButton;
58 mRemoveButton = mView.findViewById(android.R.id.icon);
68 mRemoveButton.performClick();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 64 private Button mRemoveButton;
183 mRemoveButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
184 mRemoveButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
185 mRemoveButton.setText("Remove");
186 mRemoveButton.addSelectionListener(new SelectionAdapter() {
312 mRemoveButton.setEnabled(false);
324 mRemoveButton.setEnabled(index != -1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 112 private Button mRemoveButton;
444 mRemoveButton = toolkit.createButton(button_grid, "Remove...", SWT.PUSH);
445 SectionHelper.addControlTooltip(mRemoveButton, "Removes an existing selected element.");
446 mRemoveButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
448 mRemoveButton.addSelectionListener(new SelectionAdapter() {
457 SectionHelper.addControlTooltip(mRemoveButton, "Moves the selected element up.");
469 SectionHelper.addControlTooltip(mRemoveButton, "Moves the selected element down.");
602 mRemoveButton.setEnabled(!selection.isEmpty() && selection instanceof ITreeSelection);
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 69 private Button mRemoveButton;
177 if (mRemoveButton != null) mRemoveButton.setEnabled(false);
180 if (mRemoveButton != null) mRemoveButton.setEnabled(true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 118 private Button mRemoveButton;
346 mRemoveButton = new Button(buttonComposite, SWT.BORDER | SWT.PUSH);
347 mRemoveButton.setText("<-");
348 mRemoveButton.setEnabled(false);
349 mRemoveButton.addSelectionListener(new SelectionAdapter() {
410 mRemoveButton.setEnabled(true);
433 mRemoveButton.setEnabled(false);
    [all...]

Completed in 393 milliseconds