Home
last modified time | relevance | path

Searched refs:getDisplay (Results 1 – 25 of 76) sorted by relevance

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java181 mBackgroundColor = new Color(getDisplay(), 0x33, 0x33, 0x33); in initializeColors()
182 mDurationLineColor = new Color(getDisplay(), 0x08, 0x51, 0x9c); in initializeColors()
183 mGlDrawColor = new Color(getDisplay(), 0x6b, 0xae, 0xd6); in initializeColors()
184 mContextHeaderColor = new Color(getDisplay(), 0xd1, 0xe5, 0xf0); in initializeColors()
185 mVisibleCallsHighlightColor = new Color(getDisplay(), 0xcc, 0xcc, 0xcc); in initializeColors()
186 mMouseMarkerColor = new Color(getDisplay(), 0xaa, 0xaa, 0xaa); in initializeColors()
188 mGlErrorColor = getDisplay().getSystemColor(SWT.COLOR_RED); in initializeColors()
201 mFontRegistry = new FontRegistry(getDisplay()); in initializeFonts()
205 GC gc = new GC(getDisplay()); in initializeFonts()
221 mBackBufferImage = new Image(getDisplay(), in initializeBackBuffer()
/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()
136 Point location = mShell.getDisplay().getCursorLocation(); in update()
203 mShell.getDisplay().timerExec(TIMEOUT_MS, timer); in update()
DLintTooltip.java41 super(canvas.getDisplay(), SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL); in LintTooltip()
49 Display display = getDisplay(); in createContents()
DImageOverlay.java142 mImage = SwtUtils.convertToSwt(mCanvas.getDisplay(), awtImage, in setImage()
153 mImage = SwtUtils.convertToSwt(mCanvas.getDisplay(), awtImage, true, -1); in setImage()
262 mPreScaledImage = SwtUtils.convertToSwt(mCanvas.getDisplay(), scaledAwtImage, in paint()
DPlayAnimationMenu.java172 mCanvas.getDisplay().asyncExec(new Runnable() { in run()
201 mCanvas.getDisplay().asyncExec(new Runnable() { in run()
DLayoutCanvas.java265 mBackgroundColor = new Color(parent.getDisplay(), 150, 150, 150); in LayoutCanvas()
294 Display display = getDisplay(); in LayoutCanvas()
340 getDisplay().asyncExec(mZoomCheck); in LayoutCanvas()
771 getDisplay().asyncExec(new Runnable() { in setSession()
977 mOutlineOverlay.create(getDisplay()); in onPaint()
987 mEmptyOverlay.create(getDisplay()); in onPaint()
1234 getDisplay().beep(); in showInclude()
1278 getDisplay().beep(); in showXml()
DRenderPreview.java700 mThumbnail = SwtUtils.convertToSwt(mCanvas.getDisplay(), image, in createThumbnail()
731 mThumbnail = SwtUtils.convertToSwt(mCanvas.getDisplay(), image, in createErrorThumbnail()
914 Color bg = mCanvas.getDisplay().getSystemColor(SWT.COLOR_WHITE); in paint()
1239 public Display getDisplay() { in getDisplay() method in RenderPreview.RenderJob
1243 return mCanvas.getDisplay(); in getDisplay()
1265 mCanvas.getDisplay().asyncExec(new Runnable() { in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
DDraw9PatchEditor.java110 .openQuestion(AdtPlugin.getDisplay().getActiveShell(), in doSave()
157 AdtPlugin.getDisplay().asyncExec(new Runnable() { in doSave()
211 SaveAsDialog dialog = new SaveAsDialog(AdtPlugin.getDisplay().getActiveShell()); in showSaveAsDialog()
228 AdtPlugin.getDisplay().getActiveShell(), in showConvertMessageBox()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java61 private static final Color BLACK_COLOR = AdtPlugin.getDisplay().getSystemColor(SWT.COLOR_BLACK);
62 private static final Color RED_COLOR = AdtPlugin.getDisplay().getSystemColor(SWT.COLOR_RED);
65 = new Color(AdtPlugin.getDisplay(), new RGB(0x00, 0xFF, 0x00));
67 = new Color(AdtPlugin.getDisplay(), new RGB(0xFF, 0x00, 0x00));
69 = new Color(AdtPlugin.getDisplay(), new RGB(0xFF, 0xFF, 0x00));
71 = new Color(AdtPlugin.getDisplay(), new RGB(0x00, 0x00, 0xFF));
73 = new Color(AdtPlugin.getDisplay(), new RGB(0xFF, 0x00, 0x00));
154 AdtPlugin.getDisplay().asyncExec(mUpdateRunnable);
476 mBufferImage = new Image(AdtPlugin.getDisplay(), pe.width, pe.height);
481 mBufferImage = new Image(AdtPlugin.getDisplay(), pe.width, pe.height);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
DExportWizardAction.java74 MessageDialog.openError(mWorkbench.getDisplay().getActiveShell(), in run()
82 mWorkbench.getDisplay().getActiveShell(), wizard); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java141 mParentShell.getDisplay().asyncExec(new Runnable() { in onEndFailure()
162 mParentShell.getDisplay().asyncExec(new Runnable() { in onSuccess()
232 mParentShell.getDisplay().asyncExec(new Runnable() { in onSuccess()
331 DdmsPlugin.getDisplay().getActiveShell()); in createPartControl()
342 DdmsPlugin.getDisplay().getActiveShell()); in createPartControl()
353 DdmsPlugin.getDisplay().getActiveShell()); in createPartControl()
368 final Display display = DdmsPlugin.getDisplay(); in createPartControl()
464 Display display = DdmsPlugin.getDisplay(); in createPartControl()
472 Display display = DdmsPlugin.getDisplay(); in createPartControl()
507 Display display = DdmsPlugin.getDisplay(); in createPartControl()
[all …]
DTableView.java71 mClipboard = new Clipboard(parent.getDisplay()); in setupTableFocusListener()
DLogCatView.java67 mClipboard = new Clipboard(parent.getDisplay()); in createPartControl()
/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()
107 Display display = shell.getDisplay(); in testImageConvertGlobalAlpha()
140 Display display = shell.getDisplay(); in testImageConvertAlpha()
175 Display display = shell.getDisplay(); in testImageConvertAlphaMultiplied()
330 Display display = shell.getDisplay(); in createSampleImage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizard.java120 getShell().getDisplay().asyncExec(new Runnable() { in performFinish()
166 Display display = AdtPlugin.getDisplay(); in installSdk()
DAdtStartup.java247 workbench.getDisplay().asyncExec(new Runnable() { in initializeWindowCoordinator()
260 workbench.getDisplay().asyncExec(new Runnable() { in showWelcomeWizard()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java307 Display display = getDisplay(); in workbenchStarted()
336 public static Display getDisplay() { in getDisplay() method in AdtPlugin
341 Display display = bench.getDisplay(); in getDisplay()
364 Display display = AdtPlugin.getDisplay(); in getShell()
884 final Display display = getDisplay();
904 final Display display = getDisplay();
925 final Display display = getDisplay();
1169 final Display disp = getDisplay();
1244 Display disp = getDisplay();
1277 getDisplay().getActiveShell(),
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
DTraceviewLauncher.java44 Display display = workbench.getDisplay(); in openFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourcePreviewHelper.java107 .createEmptyImage(parent.getDisplay(), WIDTH, HEIGHT)); in updatePreview()
183 Display display = mEditor.getSite().getShell().getDisplay(); in updatePreview()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java413 Display display = parent.getDisplay(); in createControl()
537 Display display = mPreviewArea.getDisplay(); in setVisible()
773 Display display = chooserForm.getDisplay(); in widgetSelected()
809 updateColor(mBgButton.getDisplay(), rgb, true /*background*/); in widgetSelected()
820 updateColor(mFgButton.getDisplay(), rgb, false /*background*/); in widgetSelected()
828 fontList = mFontButton.getDisplay().getFontList( in widgetSelected()
836 Font font = new Font(mFontButton.getDisplay(), dialog.getFontList()); in widgetSelected()
882 Display display = mClipartForm.getDisplay(); in updateClipartPreview()
959 mPreviewArea.getDisplay().timerExec(quickly ? 10 : 250, timer); in requestUpdatePreview()
963 Display display = mPreviewArea.getDisplay(); in updatePreview()
DChooseAssetTypePage.java119 parent.getDisplay().asyncExec(new Runnable() { in createControl()
164 Clipboard clipboard = new Clipboard(getShell().getDisplay()); in widgetSelected()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DLaunchShortcut.java65 PlatformUI.getWorkbench().getDisplay().getActiveShell(), in launch()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java141 final Display display = getDisplay(); in start()
455 public static Display getDisplay() { in getDisplay() method in DdmsPlugin
458 return bench.getDisplay(); in getDisplay()
740 Display display = getDisplay(); in handleDefaultSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DLintPreferencePage.java420 getShell().getDisplay().timerExec(-1, mPendingUpdate); in cancelPendingSearch()
438 getShell().getDisplay().timerExec(250 /*ms*/, mPendingUpdate); in scheduleSearch()
730 return mTree.getDisplay().getSystemColor(SWT.COLOR_INFO_FOREGROUND); in getForeground()
737 return mTree.getDisplay().getSystemColor(SWT.COLOR_DARK_GRAY); in getForeground()
747 return mTree.getDisplay().getSystemColor(SWT.COLOR_INFO_BACKGROUND); in getBackground()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DSdkLocationChooserDialog.java94 mStatusLabel.setForeground(getShell().getDisplay().getSystemColor(SWT.COLOR_RED)); in createDialogArea()

1234