Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 68) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorApplication.java48 Display display = PlatformUI.createDisplay(); in start() local
56 String sdkPath = findSdkPath(display); in start()
67 boolean install = MessageDialog.openQuestion(new Shell(display), in start()
74 AdtUpdateDialog window = new AdtUpdateDialog(new Shell(display), sdkLog, sdkPath); in start()
82 stats.checkUserPermissionForPing(new Shell(display)); in start()
86 int returnCode = PlatformUI.createAndRunWorkbench(display, in start()
93 display.dispose(); in start()
102 final Display display = workbench.getDisplay(); in stop() local
103 display.syncExec(new Runnable() { in stop()
106 if (!display.isDisposed()) in stop()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGestureToolTip.java99 Display display = parent.getDisplay(); in GestureToolTip() local
101 mLabel.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); in GestureToolTip()
102 mLabel.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND)); in GestureToolTip()
104 Font systemFont = display.getSystemFont(); in GestureToolTip()
109 mFont = new Font(display, fd); in GestureToolTip()
DLintTooltip.java49 Display display = getDisplay(); in createContents() local
50 Color fg = display.getSystemColor(SWT.COLOR_INFO_FOREGROUND); in createContents()
51 Color bg = display.getSystemColor(SWT.COLOR_INFO_BACKGROUND); in createContents()
DSwtUtils.java130 public static Image convertToSwt(Device display, BufferedImage awtImage, in convertToSwt() argument
153 return convertToSwt(display, convertToCompatibleFormat(awtImage), in convertToSwt()
181 return new Image(display, imageData); in convertToSwt()
325 public static Image createEmptyImage(Display display, int width, int height) {
327 return SwtUtils.convertToSwt(display, image, false, 0);
371 public static final int getAverageCharWidth(Display display, Font font) {
372 GC gc = new GC(display);
DAccordionControl.java301 Display display = label.getDisplay(); in updateBackground() local
303 display.getSystemColor(SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW), in updateBackground()
304 display.getSystemColor(SWT.COLOR_WIDGET_BACKGROUND), in updateBackground()
305 display.getSystemColor(SWT.COLOR_WIDGET_LIGHT_SHADOW) in updateBackground()
DCreateNewConfigJob.java92 Display display = mEditor.getConfigurationChooser().getDisplay(); in run() local
93 display.asyncExec(new Runnable() { in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DIconFactory.java351 Display display = Display.getCurrent(); in getImageData() local
352 if (display == null) { in getImageData()
356 Image image = new Image(display, SX, SY); in getImageData()
375 Color backgroundColor = new Color(display, backgroundRgb); in getImageData()
379 gc.setBackground(display.getSystemColor(SWT.COLOR_WHITE)); in getImageData()
386 gc.setForeground(display.getSystemColor(SWT.COLOR_BLACK)); in getImageData()
395 Font font = display.getSystemFont(); in getImageData()
402 fds[0].setHeight((int) ((SY + 1) * 3./4. * 72./display.getDPI().y)); in getImageData()
405 font = new Font(display, fds); in getImageData()
407 gc.setForeground(display.getSystemColor(mColor)); in getImageData()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion23.txt3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection a…
4 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selectio…
5 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selecti…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintDeltaProcessor.java51 Display display = AdtPlugin.getDisplay(); in LintDeltaProcessor() local
52 if (display == null || display.isDisposed()) { in LintDeltaProcessor()
55 if (display.getThread() != Thread.currentThread()) { in LintDeltaProcessor()
56 display.syncExec(this); in LintDeltaProcessor()
DLintListDialog.java153 Display display = parent.getDisplay(); in createDialogArea() local
154 mDetailsText.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); in createDialogArea()
155 mDetailsText.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND)); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtilsTest.java51 Display display = shell.getDisplay(); in testImageConvertNoAlpha() local
54 Image outImage = SwtUtils.convertToSwt(display, inImage, false, -1); in testImageConvertNoAlpha()
107 Display display = shell.getDisplay(); in testImageConvertGlobalAlpha() local
109 Image outImage = SwtUtils.convertToSwt(display, inImage, false, 128); in testImageConvertGlobalAlpha()
140 Display display = shell.getDisplay(); in testImageConvertAlpha() local
142 Image outImage = SwtUtils.convertToSwt(display, inImage, true, -1); in testImageConvertAlpha()
175 Display display = shell.getDisplay(); in testImageConvertAlphaMultiplied() local
176 Image outImage = SwtUtils.convertToSwt(display, inImage, true, 32); in testImageConvertAlphaMultiplied()
330 Display display = shell.getDisplay(); in createSampleImage() local
340 Image image = new Image(display, data); in createSampleImage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java307 Display display = getDisplay(); in workbenchStarted() local
308 mRed = new Color(display, 0xFF, 0x00, 0x00); in workbenchStarted()
313 display.asyncExec(new Runnable() { in workbenchStarted()
341 Display display = bench.getDisplay(); in getDisplay() local
342 if (display != null) { in getDisplay()
343 return display; in getDisplay()
349 Display display = Display.getCurrent(); in getDisplay() local
350 if (display != null) { in getDisplay()
351 return display; in getDisplay()
364 Display display = AdtPlugin.getDisplay(); in getShell() local
[all …]
DAdtUtils.java794 Display display = AdtPlugin.getDisplay();
795 if (display != null) {
796 display.asyncExec(new Runnable() {
1213 final Display display = AdtPlugin.getDisplay();
1214 if (display == null || display.isDisposed()) {
1217 if (display.getThread() != Thread.currentThread()) {
1218 display.asyncExec(new Runnable() {
1272 final Display display = AdtPlugin.getDisplay();
1273 if (display == null || display.isDisposed()) {
1276 if (display.getThread() != Thread.currentThread()) {
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizard.java166 Display display = AdtPlugin.getDisplay(); in installSdk() local
167 Shell shell = display.getActiveShell(); in installSdk()
177 shell = new Shell(display); in installSdk()
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
DTraceviewLauncher.java44 Display display = workbench.getDisplay(); in openFile() local
46 display.syncExec(new Runnable() { in openFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DProtoBufUtils.java66 public static Image getImage(Display display, GLMessage glMsg) { in getImage() argument
84 return new Image(display, imageData); in getImage()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java141 final Display display = getDisplay(); in start() local
161 mRed = new Color(display, 0xFF, 0x00, 0x00); in start()
166 display.asyncExec(new Runnable() { in start()
190 display.asyncExec(new Runnable() { in start()
193 Shell shell = display.getActiveShell(); in start()
740 Display display = getDisplay(); in handleDefaultSelection() local
742 display.asyncExec(new Runnable() { in handleDefaultSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java524 Display display = DdmsPlugin.getDisplay(); in loadImages() local
528 mDeviceImage = ddmUiLibLoader.loadImage(display, in loadImages()
531 display.getSystemColor(SWT.COLOR_RED)); in loadImages()
534 mEmulatorImage = ddmUiLibLoader.loadImage(display, in loadImages()
536 display.getSystemColor(SWT.COLOR_BLUE)); in loadImages()
703 Display display = mDeviceTable.getDisplay(); in exec() local
704 display.asyncExec(runnable); in exec()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java413 Display display = parent.getDisplay(); in createControl() local
414 updateColor(display, mValues.background, true /*background*/); in createControl()
415 updateColor(display, mValues.foreground, false /*background*/); in createControl()
537 Display display = mPreviewArea.getDisplay(); in setVisible() local
539 updateColor(display, mValues.background, true /*background*/); in setVisible()
540 updateColor(display, mValues.foreground, false /*background*/); in setVisible()
773 Display display = chooserForm.getDisplay(); in widgetSelected()
774 Color hoverColor = display.getSystemColor(SWT.COLOR_RED); in widgetSelected()
781 Image swtImage = SwtUtils.convertToSwt(display, icon, true, -1); in widgetSelected()
882 Display display = mClipartForm.getDisplay(); in updateClipartPreview() local
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourcePreviewHelper.java183 Display display = mEditor.getSite().getShell().getDisplay(); in updatePreview() local
185 mPreviewImageControl.setImage(SwtUtils.convertToSwt(display, image, true, -1)); in updatePreview()
187 mPreviewImageControl.setImage(SwtUtils.createEmptyImage(display, WIDTH, HEIGHT)); in updatePreview()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DSdkManagerAction.java102 Display display = getShell() == null ? null : getShell().getDisplay(); in changeCancelToClose() local
103 if (display != null) { in changeCancelToClose()
104 display.syncExec(new Runnable() { in changeCancelToClose()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java368 final Display display = DdmsPlugin.getDisplay(); in createPartControl()
371 display.asyncExec(new Runnable() { in createPartControl()
374 Shell shell = display.getActiveShell(); in createPartControl()
464 Display display = DdmsPlugin.getDisplay(); in createPartControl()
465 Shell shell = display.getActiveShell(); in createPartControl()
472 Display display = DdmsPlugin.getDisplay(); in createPartControl()
473 Shell shell = display.getActiveShell(); in createPartControl()
507 Display display = DdmsPlugin.getDisplay(); in createPartControl()
508 Shell shell = display.getActiveShell(); in createPartControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DStaticPortEditDialog.java123 Display display = mParent.getDisplay(); in open() local
125 if (!display.readAndDispatch()) in open()
126 display.sleep(); in open()
DStaticPortConfigDialog.java115 Display display = mParent.getDisplay(); in open() local
117 if (!display.readAndDispatch()) in open()
118 display.sleep(); in open()
/sdk/templates/docs/
Ddefault.css85 display: block;
206 display: inline-block;
262 display: none;

123