HomeSort by relevance Sort by last modified time
    Searched defs:Display (Results 1 - 16 of 16) 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/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 

Completed in 398 milliseconds