/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | WorkingSetGroup.java | 96 for (Control control : parent.getChildren()) { in findCheckbox() 97 if (control instanceof Button && (control.getStyle() & SWT.CHECK) == SWT.CHECK) { in findCheckbox() 98 return (Button) control; in findCheckbox() 99 } else if (control instanceof Composite) { in findCheckbox() 100 Button found = findCheckbox((Composite) control); in findCheckbox()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | SectionHelper.java | 286 static public void addControlTooltip(final Control control, String tooltip) { in addControlTooltip() argument 287 if (control == null || tooltip == null || tooltip.length() == 0) { in addControlTooltip() 292 if (control instanceof Button) { in addControlTooltip() 293 control.setToolTipText(tooltip); in addControlTooltip() 297 control.setToolTipText(null); in addControlTooltip() 299 final DefaultInformationControl ic = new DefaultInformationControl(control.getShell()); in addControlTooltip() 305 control.addMouseTrackListener(new MouseTrackListener() { in addControlTooltip() 317 ic.setLocation(control.toDisplay(10, 25)); // same offset as in PDETextHover in addControlTooltip() 321 control.addDisposeListener(new DisposeListener() { in addControlTooltip()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | XmlEditorMultiOutline.java | 149 Control control = page.getControl(); in setPageActive() local 150 if (control == null || control.isDisposed()) { in setPageActive() 160 control = page.getControl(); in setPageActive() 162 mPageBook.showPage(control); in setPageActive()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | NewTemplatePage.java | 279 parameter.control = text; in onEnter() 331 parameter.control = checkBox; in onEnter() 478 parameter.control = combo; in createOptionCombo() 542 private ControlDecoration createFieldDecoration(String id, Control control, in createFieldDecoration() argument 544 ControlDecoration decoration = new ControlDecoration(control, SWT.LEFT); in createFieldDecoration() 550 control.setToolTipText(description); in createFieldDecoration() 583 static Parameter getParameter(Control control) { in getParameter() argument 584 return (Parameter) control.getData(); in getParameter() 634 if (parameter.control instanceof Combo) { in validatePage() 653 Combo combo = (Combo) parameter.control; in validateCombo() [all …]
|
D | NewProjectPage.java | 400 private ControlDecoration createFieldDecoration(Control control, String description) { in createFieldDecoration() argument 401 ControlDecoration dec = new ControlDecoration(control, SWT.LEFT); in createFieldDecoration() 407 control.setToolTipText(description); in createFieldDecoration()
|
D | Parameter.java | 194 public Control control; field in Parameter
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | BuildPreferencePage.java | 224 Text control = getTextControl(); in createControl() local 225 control.setEditable(false); in createControl() 244 Text control = getTextControl(); in createControl() local 245 control.setEditable(false); in createControl()
|
/sdk/emulator/opengl/ |
D | README | 26 system/renderControl_enc -> encoder for rendering control commands 39 host/libs/renderControl_dec -> decoder for rendering control commands 76 tests/ut_renderer -> unit-test for render control and rendering library.
|
/sdk/emulator/skins/dynamic/ |
D | layout | 4 # which correspond to the part to be used if that control is actually
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | manifest-expected-completion16.txt | 7 permission : The "permission" tag declares a security permission that can be used to control acces…
|
/sdk/dumpeventlog/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 31 "control" means (i) the power, direct or indirect, to cause the 69 communication on electronic mailing lists, source code control systems,
|
/sdk/find_java/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 31 "control" means (i) the power, direct or indirect, to cause the 69 communication on electronic mailing lists, source code control systems,
|
/sdk/files/ |
D | sdk_files_NOTICE.txt | 33 other entities that control, are controlled by, or are under common 34 control with that entity. For the purposes of this definition, 35 "control" means (i) the power, direct or indirect, to cause the 73 communication on electronic mailing lists, source code control systems,
|
/sdk/avdlauncher/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 31 "control" means (i) the power, direct or indirect, to cause the 69 communication on electronic mailing lists, source code control systems,
|
/sdk/eventanalyzer/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 31 "control" means (i) the power, direct or indirect, to cause the 69 communication on electronic mailing lists, source code control systems,
|
/sdk/sdklauncher/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 31 "control" means (i) the power, direct or indirect, to cause the 69 communication on electronic mailing lists, source code control systems,
|
/sdk/apkbuilder/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 31 "control" means (i) the power, direct or indirect, to cause the 69 communication on electronic mailing lists, source code control systems,
|
/sdk/bash_completion/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 31 "control" means (i) the power, direct or indirect, to cause the 69 communication on electronic mailing lists, source code control systems,
|
/sdk/find_lock/ |
D | NOTICE | 29 other entities that control, are controlled by, or are under common 30 control with that entity. For the purposes of this definition, 31 "control" means (i) the power, direct or indirect, to cause the 69 communication on electronic mailing lists, source code control systems,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | PaletteControl.java | 870 Control control = ((DragSource) event.widget).getControl(); in createDragImage() local 871 GC gc = new GC(control); in createDragImage() 872 Point size = control.getSize(); in createDragImage() 1201 private void addMenu(Control control) { in addMenu() argument 1202 control.addMenuDetectListener(new MenuDetectListener() { in addMenu()
|
D | SwtUtils.java | 386 public static final int getAverageCharWidth(Control control) { 387 GC gc = new GC(control.getDisplay());
|
D | LayoutCanvas.java | 1291 /* package */static DragSource createDragSource(Control control) { in createDragSource() argument 1292 DragSource source = new DragSource(control, DND.DROP_COPY | DND.DROP_MOVE); in createDragSource() 1303 private static DropTarget createDropTarget(Control control) { in createDropTarget() argument 1305 control, DND.DROP_COPY | DND.DROP_MOVE | DND.DROP_DEFAULT); in createDropTarget()
|
/sdk/templates/activities/FullscreenActivity/root/src/app_package/ |
D | FullscreenActivity.java.ftl | 64 // Set up an instance of SystemUiHider to control the system UI for
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | ConfigureAssetSetPage.java | 447 private static void showControl(boolean show, Control control) { in showControl() argument 448 Object data = control.getLayoutData(); in showControl() 453 control.setVisible(show); in showControl()
|
/sdk/ |
D | changes.txt | 170 - Fixed location control in DDMS to work in any locale not using '.' as a
|