Searched defs:display (Results 1 - 25 of 25) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DProtoBufUtils.java66 public static Image getImage(Display display, GLMessage glMsg) { argument
84 return new Image(display, imageData);
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
H A DSeverity.java65 private Severity(@NonNull String display) { argument
66 mDisplay = display;
70 * Returns a description of this severity suitable for display to the user
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
H A DAdbWrapper.java54 private void display(String format, Object...args) { method in class:AdbWrapper
103 display("Starting ADB server succeeded."); //$NON-NLS-1$
149 display("Stopping ADB server succeeded."); //$NON-NLS-1$
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
H A DImageFactory.java45 public ImageFactory(Display display) { argument
46 mDisplay = display;
/sdk/swtmenubar/src/com/android/menubar/
H A DIMenuBarEnhancer.java48 * Callers would typically call that to know if they need to hide or display
65 * @param display The SWT display. Must not be null.
71 Display display,
69 setupMenu( String appName, Display display, IMenuBarCallback callbacks) argument
H A DMenuBarEnhancer.java79 Display display,
128 Display display,
164 Display display,
186 enhancer.setupMenu(appName, display, callbacks);
126 setupMenuManager( String appName, Display display, final IMenuManager menuManager, final IAction aboutAction, final IAction preferencesAction, final IAction quitAction) argument
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
H A DMonitorApplication.java47 Display display = PlatformUI.createDisplay();
55 String sdkPath = findSdkPath(display);
66 AdtUpdateDialog window = new AdtUpdateDialog(new Shell(display), sdkLog, sdkPath);
74 stats.checkUserPermissionForPing(new Shell(display));
78 int returnCode = PlatformUI.createAndRunWorkbench(display,
85 display.dispose();
94 final Display display = workbench.getDisplay();
95 display.syncExec(new Runnable() {
98 if (!display.isDisposed())
104 private String findSdkPath(Display display) { argument
[all...]
/sdk/emulator/opengl/tests/ut_renderer/
H A DRendererSurface.h40 RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) : argument
41 m_eglDisplay(display),
/sdk/traceview/src/com/android/traceview/
H A DColorController.java58 public static Color requestColor(Display display, RGB rgb) { argument
59 return requestColor(display, rgb.red, rgb.green, rgb.blue);
62 public static Image requestColorSquare(Display display, RGB rgb) { argument
63 return requestColorSquare(display, rgb.red, rgb.green, rgb.blue);
66 public static Color requestColor(Display display, int red, int green, int blue) { argument
70 color = new Color(display, red, green, blue);
76 public static Image requestColorSquare(Display display, int red, int green, int blue) { argument
80 image = new Image(display, 8, 14);
82 Color color = requestColor(display, red, green, blue);
91 public static void assignMethodColors(Display display, MethodDat argument
[all...]
H A DTimeLineView.java157 Display display = getDisplay();
158 mColorGray = display.getSystemColor(SWT.COLOR_GRAY);
159 mColorDarkGray = display.getSystemColor(SWT.COLOR_DARK_GRAY);
160 mColorBlack = display.getSystemColor(SWT.COLOR_BLACK);
161 // mColorBackground = display.getSystemColor(SWT.COLOR_WHITE);
162 mColorForeground = display.getSystemColor(SWT.COLOR_BLACK);
163 mColorRowBack = new Color(display, 240, 240, 255);
164 mColorZoomSelection = new Color(display, 230, 230, 230);
166 mFontRegistry = new FontRegistry(display);
174 Image image = new Image(display, ne
596 draw(Display display, GC gc) argument
660 draw(Display display, GC gc) argument
743 draw(Display display, GC gc) argument
781 drawSelection(Display display, GC gc) argument
799 drawTickLegend(Display display, GC gc) argument
820 drawMethod(Display display, GC gc) argument
834 drawDetails(Display display, GC gc) argument
844 drawTicks(Display display, GC gc) argument
1022 draw(Display display, GC gc) argument
1319 drawSelection(Display display, GC gc) argument
[all...]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DImageLoader.java133 * @param display the Display object
135 public synchronized Image loadImage(String filename, Display display) { argument
142 img = new Image(display, imageStream);
160 * @param display the Display object
171 public Image loadImage(Display display, String fileName, int width, int height, argument
174 Image img = loadImage(fileName, display);
181 return createPlaceHolderArt(display, width, height,
182 phColor != null ? phColor : display
196 public static Image createPlaceHolderArt(Display display, int width, argument
198 Image img = new Image(display, widt
[all...]
H A DDevicePanel.java55 * A display of both the devices and their clients.
315 * and display the ports in the ui.
675 private void loadImages(Display display) { argument
679 mDeviceImage = loader.loadImage(display, "device.png", //$NON-NLS-1$
681 display.getSystemColor(SWT.COLOR_RED));
684 mEmulatorImage = loader.loadImage(display,
686 display.getSystemColor(SWT.COLOR_BLUE));
689 mThreadImage = loader.loadImage(display, ICON_THREAD,
691 display.getSystemColor(SWT.COLOR_YELLOW));
694 mHeapImage = loader.loadImage(display, ICON_HEA
[all...]
H A DHeapPanel.java149 /** Image used for the hilbert display. Since we recreate a new image every time, we
239 // display is disposed (app is quitting most likely), we do nothing.
363 // create the statistics display
407 // create the hilbert display.
784 // we have new data, lets display it.
956 private Image createColorRect(Display display, RGB color) { argument
960 Image img = new Image(display, width, height);
962 gc.setBackground(new Color(display, color));
1236 * @param mode The display mode. 0 = linear, 1 = hilbert.
/sdk/layoutlib_api/src/com/android/resources/
H A DUiMode.java32 private UiMode(String value, String display) { argument
34 mDisplayValue = display;
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
H A DMessageBoxLog.java43 * were generated, this will display the message box.
53 * Creates a logger that will capture all logs and eventually display them
57 * @param display
60 public MessageBoxLog(String message, Display display, boolean logErrorsOnly) { argument
62 mDisplay = display;
120 // display the message
/sdk/ddms/app/src/com/android/ddms/
H A DDeviceCommandDialog.java99 * Prepare and display the dialog.
122 Display display = parent.getDisplay();
124 if (!display.readAndDispatch())
125 display.sleep();
202 private Font findFont(Display display) { argument
207 return new Font(display, fdat);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DSwtUtils.java122 * @param display The display where the SWT image will be shown
130 public static Image convertToSwt(Device display, BufferedImage awtImage, argument
153 return convertToSwt(display, convertToCompatibleFormat(awtImage),
181 return new Image(display, imageData);
320 * @param display the display to associate the image with
325 public static Image createEmptyImage(Display display, int width, int height) { argument
327 return SwtUtils.convertToSwt(display, image, false, 0);
367 * @param display th
371 getAverageCharWidth(Display display, Font font) argument
[all...]
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
H A DMonkeyRecorderFrame.java68 private JLabel display = null; field in class:MonkeyRecorderFrame
124 display.setIcon(new ImageIcon(scaledImage));
136 display = new JLabel();
139 jContentPane.add(display, BorderLayout.CENTER);
143 display.setPreferredSize(new Dimension(320, 480));
145 display.addMouseListener(new MouseAdapter() {
318 int width = Integer.parseInt(device.getProperty("display.width"));
319 int height = Integer.parseInt(device.getProperty("display.height"));
/sdk/swtmenubar/src-darwin/com/android/menubar/internal/
H A DMenuBarEnhancerCocoa.java112 * @param display The SWT display. Must not be null.
117 Display display,
134 display.disposeExec(new Runnable() {
115 setupMenu( String appName, Display display, IMenuBarCallback callbacks) argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
H A DConfigureAssetSetPage.java414 Display display = parent.getDisplay();
415 updateColor(display, mValues.background, true /*background*/);
416 updateColor(display, mValues.foreground, false /*background*/);
469 // display the old previews for a brief period until the preview delay timer expires.
538 Display display = mPreviewArea.getDisplay();
539 //updateColor(display, new RGB(0xa4, 0xc6, 0x39), true /*background*/);
540 updateColor(display, mValues.background, true /*background*/);
541 updateColor(display, mValues.foreground, false /*background*/);
774 Display display = chooserForm.getDisplay();
775 Color hoverColor = display
1240 updateColor(Display display, RGB color, boolean isBackground) argument
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
H A DDurationMinimap.java58 /** Scale font size by this amount to get the max display length of call duration. */
113 mFontWidth * MAX_DURATION_LENGTH_SCALE, /* max display length for call. */
119 draw(e.display, e.gc);
252 private void draw(Display display, GC gc) { argument
297 * called by the application. If the display height is lesser than the number of calls, then
298 * not every call is shown - the calls are underscanned based the height of the display.
500 * the available height to display them in. */
512 * than there are availble pixels, we only display 1 out of every underscan calls. */
/sdk/emulator/opengl/tests/EGL_host_wrapper/
H A Degl.cpp229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) argument
231 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list);
234 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) argument
236 return getDispatch()->eglUnlockSurfaceKHR(display, surface);
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
H A DtriangleV2.cpp242 void Draw(EGLDisplay display,EGLSurface surface,int width,int height,GLuint program) argument
269 eglSwapBuffers(display,surface);
/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglWindowsApi.cpp221 EGLNativeInternalDisplayType getInternalDisplay(EGLNativeDisplayType display){ argument
224 dpy->setInfo(WinDisplay::DEFAULT_DISPLAY,DisplayInfo(display,NULL));
228 static HDC getDummyDC(EGLNativeInternalDisplayType display,int cfgId){ argument
231 if(!display->infoExists(cfgId)){
234 display->setInfo(cfgId,DisplayInfo(dpy,hwnd));
236 dpy = display->getDC(cfgId);
336 EglConfig* pixelFormatToConfig(EGLNativeInternalDisplayType display,int renderableType,EGLNativePixelFormatType* frmt,int index){ argument
345 HDC dpy = getDummyDC(display,WinDisplay::DEFAULT_DISPLAY);
406 void queryConfigs(EGLNativeInternalDisplayType display,int renderableType,ConfigsList& listOut) { argument
409 HDC dpy = getDummyDC(display,WinDispla
471 createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPbufferSurface* pbSurface) argument
506 releasePbuffer(EGLNativeInternalDisplayType display,EGLNativeSurfaceType pb) argument
516 createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) argument
549 makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeContextType ctx) argument
567 swapBuffers(EGLNativeInternalDisplayType display,EGLNativeSurfaceType srfc) argument
[all...]
H A DEglImp.cpp75 EGLImageKHR eglCreateImageKHR(EGLDisplay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
76 EGLBoolean eglDestroyImageKHR(EGLDisplay display, EGLImageKHR image);
189 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay display, EGLint *major, EGLint *minor) { argument
193 EglDisplay* dpy = g_eglInfo->getDisplay(display);
226 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay display) { argument
227 VALIDATE_DISPLAY(display);
232 EGLAPI const char * EGLAPIENTRY eglQueryString(EGLDisplay display, EGLint name) { argument
233 VALIDATE_DISPLAY(display);
251 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay display, EGLConfig *configs, argument
253 VALIDATE_DISPLAY(display);
267 eglChooseConfig(EGLDisplay display, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument
462 eglGetConfigAttrib(EGLDisplay display, EGLConfig config, EGLint attribute, EGLint *value) argument
472 eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) argument
502 eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, const EGLint *attrib_list) argument
546 eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) argument
573 eglDestroySurface(EGLDisplay display, EGLSurface surface) argument
584 eglQuerySurface(EGLDisplay display, EGLSurface surface, EGLint attribute, EGLint *value) argument
595 eglSurfaceAttrib(EGLDisplay display, EGLSurface surface, EGLint attribute, EGLint value) argument
605 eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) argument
660 eglDestroyContext(EGLDisplay display, EGLContext context) argument
668 eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) argument
764 eglQueryContext(EGLDisplay display, EGLContext context, EGLint attribute, EGLint *value) argument
775 eglSwapBuffers(EGLDisplay display, EGLSurface surface) argument
795 eglSwapInterval(EGLDisplay display, EGLint interval) argument
957 eglCreatePbufferFromClientBuffer( EGLDisplay display, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
966 eglCopyBuffers(EGLDisplay display, EGLSurface surface, EGLNativePixmapType target) argument
1023 eglCreateImageKHR(EGLDisplay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) argument
1060 eglDestroyImageKHR(EGLDisplay display, EGLImageKHR image) argument
[all...]

Completed in 481 milliseconds