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

<<11121314151617181920

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 35 static int (*X_handler)(Display *, XErrorEvent *) = NULL;
36 static int shm_errhandler(Display *d, XErrorEvent *e)
192 /* We support asynchronous blitting on the display */
278 /* There's a problem with the automatic refreshing of the display.
298 /* Don't refresh a display that doesn't have an image (like GL)
SDL_x11yuv.c 68 static int (*X_handler)(Display *, XErrorEvent *) = NULL;
73 static int shm_errhandler(Display *d, XErrorEvent *e)
84 static int xv_errhandler(Display *d, XErrorEvent *e)
93 SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 33 * Expected bit depth of the display panel.
131 * Defines the duration in milliseconds we want to display zoom controls in response
270 * various parameters of the context, like the dimension of the display or the density
271 * of the display.
298 final Display display = WindowManagerImpl.getDefault().getDefaultDisplay(); local
300 mMaximumDrawingCacheSize = 4 * display.getRawWidth() * display.getRawHeight();
306 IWindowManager wm = Display.getWindowManager();
326 * various parameters of the context, like the dimension of the display or th
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 26 import android.view.Display;
55 private Display mDisplay;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TimelineHorizontalScrollView.java 32 import android.view.Display;
84 final Display display = ((Activity)context).getWindowManager().getDefaultDisplay(); local
85 mHalfParentWidth = display.getWidth() / 2;
TransitionView.java 33 import android.view.Display;
126 final Display display = ((WindowManager) getContext().getSystemService( local
129 display.getMetrics(metrics);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java 37 import org.eclipse.swt.widgets.Display;
279 if (Display.getCurrent() != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 39 import org.eclipse.swt.widgets.Display;
127 Display display = AdtPlugin.getDisplay();
128 if (display != null) {
129 display.asyncExec(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
FixImportsJob.java 44 import org.eclipse.swt.widgets.Display;
117 Display.getDefault().asyncExec(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 41 import org.eclipse.swt.widgets.Display;
183 Display display = mEditor.getSite().getShell().getDisplay(); local
185 mPreviewImageControl.setImage(SwtUtils.convertToSwt(display, image, true, -1));
187 mPreviewImageControl.setImage(SwtUtils.createEmptyImage(display, WIDTH, HEIGHT));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 31 import org.eclipse.swt.widgets.Display;
130 // to display those messages
159 Display.getDefault().asyncExec(new Runnable() {
172 // display view
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 31 import org.eclipse.swt.widgets.Display;
69 Shell shell = Display.getDefault().getActiveShell();
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PropertyViewer.java 40 import org.eclipse.swt.widgets.Display;
282 Display.getDefault().syncExec(new Runnable() {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressView.java 28 import org.eclipse.swt.widgets.Display;
39 * status text to display a {@link ITaskMonitor}.
67 * widgets used to display and update a progress + status bar.
69 * @param label The label to display titles of status updates (e.g. task titles and
164 Display display = mProgressBar.getDisplay(); local
165 if (!mProgressBar.isDisposed() && !display.readAndDispatch()) {
166 display.sleep();
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 19 import org.eclipse.swt.widgets.Display;
51 * Use {@link #checkUserPermissionForPing(Shell)} to display the dialog requesting
64 * Display a dialog to the user providing information about the ping service,
82 final Display display = parent.getDisplay(); local
83 display.syncExec(new Runnable() {
  /sdk/swtmenubar/src-darwin/com/android/menubar/internal/
MenuBarEnhancerCocoa.java 31 import org.eclipse.swt.widgets.Display;
112 * @param display The SWT display. Must not be null.
117 Display display,
134 display.disposeExec(new Runnable() {
169 // is a field of the Cocoa Display object and is already the target
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 58 import org.eclipse.swt.widgets.Display;
317 // get the current Display
318 final Display display = DdmsPlugin.getDisplay();
321 display.asyncExec(new Runnable() {
324 Shell shell = display.getActiveShell();
414 Display display = DdmsPlugin.getDisplay();
415 Shell shell = display.getActiveShell();
422 Display display = DdmsPlugin.getDisplay()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
Context.java 34 import org.eclipse.swt.widgets.Display;
114 final MessageData msgData = new MessageData(Display.getCurrent(), msg, ctx);
225 final MessageData msgData = new MessageData(Display.getCurrent(), msg, currentContext);
363 entry.image = new MessageData(Display.getCurrent(), msg, null).getImage();
366 return new Image(Display.getCurrent(), entry.image.getImageData().scaledTo(96, 96));
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 30 import org.eclipse.swt.widgets.Display;
81 Display display = Display.getCurrent(); local
84 mSortUp = new Image(display, in);
87 mSortDown = new Image(display, in);
227 Display display = Display.getCurrent(); local
228 colorRed = display.getSystemColor(SWT.COLOR_RED)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 28 class Display;
228 void makeCurrent(egl::Display *display, egl::Surface *surface);
538 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 608 Display * /* dpy */,
646 Display * /* dpy */,
652 Display * /* dpy */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 608 Display * /* dpy */,
646 Display * /* dpy */,
652 Display * /* dpy */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 608 Display * /* dpy */,
646 Display * /* dpy */,
652 Display * /* dpy */,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 30 import org.eclipse.swt.widgets.Display;
119 * @param display The display where the SWT image will be shown
127 public static Image convertToSwt(Device display, BufferedImage awtImage,
150 return convertToSwt(display, convertToCompatibleFormat(awtImage),
178 return new Image(display, imageData);
317 * @param display the display to associate the image with
322 public static Image createEmptyImage(Display display, int width, int height)
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 64 static Display *sDisplay;
91 // Initializes and opens both X11 display and OpenGL ES.

Completed in 984 milliseconds

<<11121314151617181920