HomeSort by relevance Sort by last modified time
    Searched defs:createButton (Results 1 - 25 of 29) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 107 createButton(parent, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL,
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.js 265 function createButton()
274 var button = createButton();
281 var button = createButton();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DisplayListLayersActivity.java 48 addChild(root, createButton(root), WRAP_CONTENT, WRAP_CONTENT);
53 private Button createButton(final LinearLayout root) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 101 createButton(parent, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, true);
102 createButton(parent, IDialogConstants.HELP_ID, IDialogConstants.HELP_LABEL, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 86 createButton(parent, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, true);
87 createButton(parent, IDialogConstants.CANCEL_ID, IDialogConstants.CANCEL_LABEL, false);
LintListDialog.java 178 createButton(parent, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, true);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 146 createButton(parent);
238 protected void createButton(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 123 createButton(parent, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, true);
124 createButton(parent, IDialogConstants.CANCEL_ID, IDialogConstants.CANCEL_LABEL, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 70 createButton(c, IDialogConstants.OK_ID, "Stop Tracing", true);
88 final Button eglSwapCheckBox = createButton(controlGroup,
92 final Button glDrawCheckBox = createButton(controlGroup, mTraceOptions.collectFbOnGlDraw);
95 final Button glTexImageCheckBox = createButton(controlGroup,
154 private Button createButton(Composite controlComposite, boolean selection) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 43 new MockXmlNode[] { createButton(), createButton()} );
54 new MockXmlNode[] { createButton(), createButton()} );
72 new MockXmlNode[] { createButton(), createButton()}),
74 new MockXmlNode[] { createButton(), createButton(), createButton()}),
92 new MockXmlNode[] { createButton(), createButton()})
    [all...]
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 239 Button createButton = (Button) view.findViewById(R.id.creatTinyPlanetButton);
240 createButton.setOnClickListener(new OnClickListener() {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlertDialog.java 105 positiveButton = createButton(context, realAlertDialog, whichButton, text, listener);
108 negativeButton = createButton(context, realAlertDialog, whichButton, text, listener);
111 neutralButton = createButton(context, realAlertDialog, whichButton, text, listener);
117 private static Button createButton(final Context context, final DialogInterface dialog, final int which, CharSequence text, final DialogInterface.OnClickListener listener) {
450 latestAlertDialog.positiveButton = createButton(context, realDialog, AlertDialog.BUTTON_POSITIVE, positiveText, positiveListener);
451 latestAlertDialog.negativeButton = createButton(context, realDialog, AlertDialog.BUTTON_NEGATIVE, negativeText, negativeListener);
452 latestAlertDialog.neutralButton = createButton(context, realDialog, AlertDialog.BUTTON_NEUTRAL, neutralText, neutralListener);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 72 protected Button createButton(Composite parent) {
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 46 function createButton(onclick, value) {
358 this.dangerSave_ = createButton(this.saveDangerous_.bind(this),
362 this.dangerDiscard_ = createButton(this.discardDangerous_.bind(this),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 355 createButton(composite, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, true);
356 createButton(composite, IDialogConstants.CANCEL_ID, IDialogConstants.CANCEL_LABEL, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 306 createButton(parent, CLEAR_BUTTON_ID, "Clear", false /*defaultButton*/);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 325 mOkButton = createButton(parent, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL,
329 createButton(parent, IDialogConstants.CANCEL_ID, IDialogConstants.CANCEL_LABEL, false);
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_editor.js 409 function createButton(name, title, handler) {
418 mode.bind(this, createButton(mode.name,
423 this.undoButton_ = createButton('undo',
428 this.redoButton_ = createButton('redo',
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_controls.js 88 MediaControls.prototype.createButton = function(
177 this.playButton_ = this.createButton('play media-control',
272 this.soundButton_ = this.createButton('sound media-control',
993 this.createButton('fullscreen', opt_fullScreenToggle);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 2821 milliseconds

1 2