Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 33) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DWorkingSetGroup.java96 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/
DSectionHelper.java286 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/
DXmlEditorMultiOutline.java149 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/
DNewTemplatePage.java279 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 …]
DNewProjectPage.java400 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()
DParameter.java194 public Control control; field in Parameter
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DBuildPreferencePage.java224 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/
DREADME26 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/
Dlayout4 # 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/
Dmanifest-expected-completion16.txt7 permission : The "permission" tag declares a security permission that can be used to control acces…
/sdk/dumpeventlog/
DNOTICE29 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/
DNOTICE29 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/
Dsdk_files_NOTICE.txt33 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/
DNOTICE29 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/
DNOTICE29 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/
DNOTICE29 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/
DNOTICE29 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/
DNOTICE29 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/
DNOTICE29 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/
DPaletteControl.java870 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()
DSwtUtils.java386 public static final int getAverageCharWidth(Control control) {
387 GC gc = new GC(control.getDisplay());
DLayoutCanvas.java1291 /* 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/
DFullscreenActivity.java.ftl64 // 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/
DConfigureAssetSetPage.java447 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/
Dchanges.txt170 - Fixed location control in DDMS to work in any locale not using '.' as a

12