HomeSort by relevance Sort by last modified time
    Searched refs:Display (Results 151 - 175 of 482) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageData.java 26 import org.eclipse.swt.widgets.Display;
93 return image = new Image(Display.getCurrent(), imageData);
98 return image = new Image(Display.getCurrent(), imageData);
103 return image = new Image(Display.getCurrent(), imageData);
108 return image = new Image(Display.getCurrent(), imageData);
115 return image = new Image(Display.getCurrent(), imageData);
123 return image = new Image(Display.getCurrent(), imageData);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfectPixelPanel.java 33 import org.eclipse.swt.widgets.Display;
77 e.gc.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_BLACK));
83 Color rgbColor = new Color(Display.getDefault(), pixel);
84 e.gc.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE));
116 rgbColor = new Color(Display.getDefault(), pixel);
118 .setForeground(Display.getDefault().getSystemColor(
142 Display.getDefault().syncExec(new Runnable() {
DeviceSelector.java 46 import org.eclipse.swt.widgets.Display;
194 Display display = Display.getDefault(); local
195 Font systemFont = display.getSystemFont();
204 mBoldFont = new Font(Display.getDefault(), newFontData);
208 loader.loadImage(display, "device.png", ICON_WIDTH, ICON_WIDTH, display //$NON-NLS-1$
212 loader.loadImage(display, "emulator.png", ICON_WIDTH, ICON_WIDTH, display //$NON-NLS-1
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
Main.java 24 import org.eclipse.swt.widgets.Display;
78 // Create an initial shell display with the correct app name.
79 Display.setAppName(UIThread.APP_NAME);
80 Shell shell = new Shell(Display.getDefault());
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceContentProvider.java 26 import org.eclipse.swt.widgets.Display;
43 Display display = t.getDisplay();
44 if (display.isDisposed() == false) {
45 display.asyncExec(new Runnable() {
67 Display display = t.getDisplay();
68 if (display.isDisposed() == false) {
69 display.asyncExec(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
OpenGLTraceAction.java 26 import org.eclipse.swt.widgets.Display;
59 Shell shell = Display.getDefault().getActiveShell();
83 MessageDialog.openError(Display.getDefault().getActiveShell(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateLabelProvider.java 28 import org.eclipse.swt.widgets.Display;
39 mHighlightForegroundColor = Display.getDefault().getSystemColor(SWT.COLOR_BLUE);
40 mNormalForegroundColor = Display.getDefault().getSystemColor(SWT.COLOR_BLACK);
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
AboutDialog.java 32 import org.eclipse.swt.widgets.Display;
44 mSmallImage = imageLoader.loadImage("sdk-hierarchyviewer-16.png", Display.getDefault()); //$NON-NLS-1$
45 mAboutImage = imageLoader.loadImage("sdk-hierarchyviewer-128.png", Display.getDefault()); //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
ImageFactory.java 27 import org.eclipse.swt.widgets.Display;
42 private final Display mDisplay;
45 public ImageFactory(Display display) {
46 mDisplay = display;
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /external/chromium/chrome/browser/notifications/
notification_object_proxy.cc 21 void NotificationObjectProxy::Display() {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 16 import org.eclipse.swt.widgets.Display;
54 Control control = Display.getCurrent().getCursorControl();
187 Display display = Display.getCurrent(); local
188 control.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
189 control.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND));
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeContext.java 51 * A display can represent a windowed or a fullscreen-exclusive display.
54 * are encouraged to not use AWT or Swing to create the OpenGL display
56 * display with the windowing system.
58 Display,
79 * display, input, or sound support.
90 * @param settings the display settings to use for the created context. If
103 * @return The current display settings. Note that they might be
140 * Sets the title of the display (if available). This does nothing
142 * @param title The new title of the display
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 68 extern XExtDisplayInfo* SDL_NAME(xdga_find_display)(Display*);
81 Display *dpy,
89 Display* dpy,
97 Display* dpy,
133 Display* dpy,
155 Display* dpy,
187 Display* dpy,
212 Display* dpy,
241 Display* dpy,
263 Display* dpy
392 Display * display; member in struct:__anon10780
    [all...]
  /external/skia/include/views/
SkOSWindow_Unix.h 21 Display* fDisplay;
  /frameworks/native/opengl/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
96 typedef Display *EGLNativeDisplayType;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 59 * are aliases of window-system-dependent types, such as X Display * or
97 typedef Display *EGLNativeDisplayType;

Completed in 1047 milliseconds

1 2 3 4 5 67 8 91011>>