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

1 2 3 4 5 6 7 891011>>

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java 55 import org.eclipse.swt.widgets.Display;
86 /** Panel to display native heap information. */
197 Display.getDefault().asyncExec(new Runnable() {
205 Shell shell = Display.getDefault().getActiveShell();
359 Display.getDefault().syncExec(new Runnable() {
372 Display.getDefault().syncExec(new Runnable() {
436 // inform the content providers of the zygote display setting
565 Shell shell = Display.getDefault().getActiveShell();
572 // exception while parsing, display error to user and then return
608 FileDialog fileDialog = new FileDialog(Display.getDefault().getActiveShell()
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 20 import android.view.Display;
67 VAR_MAP.put("build.display", new StaticVarGetter(Build.DISPLAY));
84 // Display
85 Display display = WindowManagerImpl.getDefault().getDefaultDisplay(); typedefs
86 VAR_MAP.put("display.width", new StaticVarGetter(Integer.toString(display.getWidth())));
87 VAR_MAP.put("display.height", new StaticVarGetter(Integer.toString(display.getHeight())))
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 26 document.write('body { display:none!important; }');
46 // Display the warning to use the --allow-file-access-from-files.
47 document.getElementById("devModeWarning").style.display = "block";
  /external/libpng/projects/visualc71/
README_zlib.txt 17 2) Display the Solution Explorer view (Ctrl+Alt+L)
  /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/
InputDevice.java 69 * The input source is a pointing device associated with a display.
73 * display units according to the {@link View} hierarchy. Pointer down/up indicated when
74 * the finger touches the display or when the selection button is pressed/released.
77 * touches outside the display area so the effective range may be somewhat smaller or larger
78 * than the actual display size.
95 * The input source is an absolute positioning device not associated with a display
173 * associated with a display (unlike {@link #SOURCE_TOUCHSCREEN}).
300 IWindowManager wm = Display.getWindowManager();
314 IWindowManager wm = Display.getWindowManager();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java 30 import android.view.Display;
127 final Display defaultDisplay
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 28 import android.view.Display;
54 private Display mDisplay;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TimelineHorizontalScrollView.java 32 import android.view.Display;
85 final Display display = ((Activity)context).getWindowManager().getDefaultDisplay(); local
86 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;
266 if (Display.getCurrent() != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
FixImportsJob.java 45 import org.eclipse.swt.widgets.Display;
115 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;
125 // to display those messages
154 Display.getDefault().asyncExec(new Runnable() {
166 // display view
  /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
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
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/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 58 import org.eclipse.swt.widgets.Display;
309 // get the current Display
310 final Display display = DdmsPlugin.getDisplay();
313 display.asyncExec(new Runnable() {
315 Shell shell = display.getActiveShell();
405 Display display = DdmsPlugin.getDisplay();
406 Shell shell = display.getActiveShell();
413 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 34 import org.eclipse.swt.widgets.Display;
81 Display display = Display.getCurrent(); local
84 mSortUp = new Image(display, in);
87 mSortDown = new Image(display, in);
221 Display display = Display.getCurrent(); local
222 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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 608 Display * /* dpy */,
646 Display * /* dpy */,
652 Display * /* dpy */,
  /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.
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 30 void Display() {}
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc 37 void Display() {}

Completed in 607 milliseconds

1 2 3 4 5 6 7 891011>>