HomeSort by relevance Sort by last modified time
    Searched defs:createButton (Results 1 - 25 of 30) 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,
  /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 238 Button createButton = (Button) view.findViewById(R.id.creatTinyPlanetButton);
239 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 73 function createButton(onclick, value) {
428 this.dangerSave_ = createButton(
433 this.dangerDiscard_ = createButton(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 357 createButton(composite, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, true);
358 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/ui/file_manager/gallery/js/image_editor/
image_editor.js 412 function createButton(name, title, handler) {
421 mode.bind(this, createButton(mode.name,
426 this.undoButton_ = createButton('undo',
431 this.redoButton_ = createButton('redo',
    [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 90 MediaControls.prototype.createButton = function(
185 this.playButton_ = this.createButton('play media-control',
286 this.soundButton_ = this.createButton('sound media-control',
976 this.castButton_ = this.createButton('cast menubutton');
984 this.createButton('fullscreen', opt_fullScreenToggle);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.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 3125 milliseconds

1 2