HomeSort by relevance Sort by last modified time
    Searched defs:Display (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebKit/chromium/public/x11/
WebScreenInfoFactory.h 36 typedef struct _XDisplay Display;
44 WEBKIT_API static WebScreenInfo screenInfo(Display*, int screenNumber);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuvfuncs.h 35 int (*Display)(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
  /frameworks/base/core/java/android/view/
Display.java 21 public class Display
24 * Specify the default Display
31 * WindowManager.getDefaultDisplay()} to create a Display object.
32 * Display gives you access to some information about a particular display
35 Display(int display) {
44 mDisplay = display;
45 init(display);
49 * Returns the index of this display. This is currently undefined; d
    [all...]
  /development/simulator/app/
DeviceManager.h 48 * Tell the device manager that the windows used to display its output
55 * data is available. This can be set independently for each display.
71 * Return the shmem key for the Nth display.
89 // any display-specific setup. DO NOT call this if the runtime is active.
186 * We need one of these for each display on the device. Most devices
189 class Display {
191 Display(void)
196 ~Display() {
214 /* get a pointer to our display window */
232 // we send an event here when we get stuff to display
    [all...]
  /packages/apps/Settings/src/com/android/settings/
Display.java 35 public class Display extends Activity implements View.OnClickListener {
40 setContentView(R.layout.display);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Hints.java 32 * Logic to determine when to display hints on usage to the user.
35 public interface Display {
51 private Display mDisplay;
65 public Hints(Context context, Display display) {
67 mDisplay = display;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBsrv.h 335 #define Display struct _XDisplay
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 157 #define DisplayOfScreen(s) ((s)->display)
291 struct _XDisplay *display;/* back pointer to display structure */ member in struct:__anon13466
410 struct _XDisplay* /* display */,
514 * Display datatype maintaining display specific data.
516 * A Display should be treated as opaque by application code.
519 typedef struct _XDisplay Display;
565 char *display_name; /* "host:display" string used on this connect*/
580 Display,
593 Display *display; \/* Display the event was read from *\/ member in struct:__anon13482
611 Display *display; \/* Display the event was read from *\/ member in struct:__anon13483
629 Display *display; \/* Display the event was read from *\/ member in struct:__anon13484
646 Display *display; \/* Display the event was read from *\/ member in struct:__anon13485
670 Display *display; \/* Display the event was read from *\/ member in struct:__anon13486
689 Display *display; \/* Display the event was read from *\/ member in struct:__anon13487
698 Display *display; \/* Display the event was read from *\/ member in struct:__anon13488
709 Display *display; \/* Display the event was read from *\/ member in struct:__anon13489
722 Display *display; \/* Display the event was read from *\/ member in struct:__anon13490
732 Display *display; \/* Display the event was read from *\/ member in struct:__anon13491
741 Display *display; \/* Display the event was read from *\/ member in struct:__anon13492
754 Display *display; \/* Display the event was read from *\/ member in struct:__anon13493
763 Display *display; \/* Display the event was read from *\/ member in struct:__anon13494
773 Display *display; \/* Display the event was read from *\/ member in struct:__anon13495
783 Display *display; \/* Display the event was read from *\/ member in struct:__anon13496
792 Display *display; \/* Display the event was read from *\/ member in struct:__anon13497
804 Display *display; \/* Display the event was read from *\/ member in struct:__anon13498
818 Display *display; \/* Display the event was read from *\/ member in struct:__anon13499
828 Display *display; \/* Display the event was read from *\/ member in struct:__anon13500
837 Display *display; \/* Display the event was read from *\/ member in struct:__anon13501
852 Display *display; \/* Display the event was read from *\/ member in struct:__anon13502
862 Display *display; \/* Display the event was read from *\/ member in struct:__anon13503
872 Display *display; \/* Display the event was read from *\/ member in struct:__anon13504
883 Display *display; \/* Display the event was read from *\/ member in struct:__anon13505
893 Display *display; \/* Display the event was read from *\/ member in struct:__anon13506
906 Display *display; \/* Display the event was read from *\/ member in struct:__anon13507
918 Display *display; \/* Display the event was read from *\/ member in struct:__anon13508
933 Display *display; \/* Display the event was read from *\/ member in struct:__anon13509
948 Display *display; \/* Display the event was read from *\/ member in struct:__anon13511
958 Display *display; \/* Display the event was read from *\/ member in struct:__anon13512
970 Display *display;\/* Display the event was read from *\/ member in struct:__anon13513
1085 typedef union { Display *display; member in union:__anon13520
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 177 milliseconds