HomeSort by relevance Sort by last modified time
    Searched refs:Display (Results 201 - 225 of 464) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_x.cc 30 Display* display = GDK_WINDOW_XDISPLAY(gdk_window); local
33 if (XGetWindowAttributes(display, win, &attr) == 0) {
38 display, win, 0, 0, attr.width, attr.height, AllPlanes, ZPixmap);
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.h 65 /* Private display data */
67 Display *DGA_Display;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResources.java 13 import android.view.Display;
38 private Display display; field in class:ShadowResources
131 public void setDisplay(Display display) {
132 this.display = display;
139 if (display == null) {
140 display = Robolectric.newInstanceOf(Display.class)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
xme.c 207 * find_display - locate the display info block
235 Bool XiGMiscQueryVersion(Display *dpy, int *major, int *minor)
267 int XiGMiscQueryViews(Display *dpy, int screen, XiGMiscViewInfo **pviews)
309 int XiGMiscQueryResolutions(Display *dpy, int screen, int view, int *pactive, XiGMiscResolutionInfo **presolutions)
353 void XiGMiscChangeResolution(Display *dpy, int screen, int view, int width, int height, int refresh)
373 Bool XiGMiscFullScreen(Display *dpy, int screen, XID window, XID cmap)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 50 static Display *getPluginDisplay()
55 // Display *gdkDisplay = gdk_x11_display_get_xdisplay(gdk_display_get_default());
71 return (Display*)gdk_x11_display_get_xdisplay(gdk_display_get_default());
81 static inline Display* x11Display()
84 return QX11Info::display();
135 Display* display = x11Display(); local
137 callbackStruct->display = display;
145 XVisualInfo* visualInfo = XGetVisualInfo(display, VisualScreenMask | VisualDepthMask | VisualClassMask
187 Display* display = x11Display(); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 24 import org.eclipse.swt.widgets.Display;
271 * user-interface (Display) thread.
278 // prepare Display
279 Display display = Display.getCurrent(); local
280 if (display == null) {
294 return new Image(display, destData);
373 return new Font(Display.getCurrent(), boldData);
381 return new Font(Display.getCurrent(), boldData)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 27 import org.eclipse.swt.widgets.Display;
51 Display display = shell.getDisplay(); local
54 Image outImage = SwtUtils.convertToSwt(display, inImage, false, -1);
107 Display display = shell.getDisplay(); local
109 Image outImage = SwtUtils.convertToSwt(display, inImage, false, 128);
140 Display display = shell.getDisplay(); local
142 Image outImage = SwtUtils.convertToSwt(display, inImage, true, -1)
175 Display display = shell.getDisplay(); local
330 Display display = shell.getDisplay(); local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 24 import android.view.Display;
36 * android.view.Display.getRefreshRate() matches the steady-state framerate
38 * Display.getRefreshRate() -- using GL is just an easy and hopefully reliable
45 // abs(measured_fps - Display.getRefreshRate()) <= FPS_TOLERANCE.
180 Display dpy = wm.getDefaultDisplay();
  /external/iptables/iptables/
iptables-apply 53 -V | --version Display version information
54 -h | --help Display this help text
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglContext.java 76 logger.log(Level.INFO, "Adapter: {0}", Display.getAdapter());
77 logger.log(Level.INFO, "Driver Version: {0}", Display.getVersion());
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 55 /* Private display data */
57 int local_X11; /* Flag: true if local display */
58 Display *X11_Display; /* Used for events and window management */
59 Display *GFX_Display; /* Used for graphics and colormap stuff */
147 Colormap DisplayColormap; /* The default display colormap */
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 29 static int ctxErrorHandler(Display *dpy, XErrorEvent *ev) {
73 SkDebugf("Failed to open X display.\n");
179 // All display connections in all threads of a process use the same
183 int (*oldHandler)(Display*, XErrorEvent*) =
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.cpp 30 // We do not want to call glXMakeContextCurrent using different Display pointers,
31 // because it might lead to crashes in some drivers (fglrx). We use a shared display
33 static Display* gSharedDisplay = 0;
34 static Display* sharedDisplay()
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 25 import android.view.Display;
54 Display display = manager.getDefaultDisplay(); local
55 int width = display.getWidth();
56 int height = display.getHeight();
57 // We're landscape-only, and have apparently seen issues with display thinking it's portrait
60 Log.i(TAG, "Display reports portrait orientation; assuming this is incorrect");
  /frameworks/base/core/java/android/view/
Display.java 22 import android.hardware.display.DisplayManagerGlobal;
28 * Provides information about the size and density of a logical display.
30 * The display area is described in two different ways.
32 * <li>The application display area specifies the part of the display that may contain
33 * an application window, excluding the system decorations. The application display area may
34 * be smaller than the real display area because the system subtracts the space needed
36 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
37 * <li>The real display area specifies the part of the display that contains conten
    [all...]
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 32 import android.view.Display;
98 final Display display = wm.getDefaultDisplay(); local
127 int maxSize = display.getMaximumSizeDimension();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 26 import android.view.Display;
70 Display d = getWindowManager().getDefaultDisplay();
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 29 import android.view.Display;
70 final Display display = ((WindowManager)context.getSystemService( local
73 display.getMetrics(metrics);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
xtestext1.h 204 * definitions for Display and Window. The ifndef allows the server
215 Display *display; member in struct:__anon26036
227 Display *display; member in struct:__anon26037
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xtestext1.h 204 * definitions for Display and Window. The ifndef allows the server
215 Display *display; member in struct:__anon27626
227 Display *display; member in struct:__anon27627
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xtestext1.h 204 * definitions for Display and Window. The ifndef allows the server
215 Display *display; member in struct:__anon29141
227 Display *display; member in struct:__anon29142
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java 36 import org.eclipse.swt.widgets.Display;
92 Display display = mEditor.getConfigurationChooser().getDisplay(); local
93 display.asyncExec(new Runnable() {
GestureToolTip.java 26 import org.eclipse.swt.widgets.Display;
86 * @param below if true, display the tooltip below the mouse cursor otherwise above
87 * @param toRightOf if true, display the tooltip to the right of the mouse cursor,
99 Display display = parent.getDisplay(); local
101 mLabel.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND));
102 mLabel.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
104 Font systemFont = display.getSystemFont();
109 mFont = new Font(display, fd);
122 * @param below if true, display the tooltip below the mouse cursor otherwise abov
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintDeltaProcessor.java 35 import org.eclipse.swt.widgets.Display;
51 Display display = AdtPlugin.getDisplay(); local
52 if (display == null || display.isDisposed()) {
55 if (display.getThread() != Thread.currentThread()) {
56 display.syncExec(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java 36 import org.eclipse.swt.widgets.Display;
103 Display.getCurrent().getActiveShell(),

Completed in 1336 milliseconds

1 2 3 4 5 6 7 891011>>