HomeSort by relevance Sort by last modified time
    Searched refs:screen (Results 101 - 125 of 160) sorted by null

1 2 3 45 6 7

  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 573 final PreferenceScreen screen = (PreferenceScreen) local
575 screen.setEnabled(false);
579 screen.setEnabled(true);
587 screen.setEnabled(true);
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 374 static void setScreen(int screen) {
376 sScreen = screen;
700 addItemCellInfo.screen = addScreen;
    [all...]
CellLayout.java 138 // per workspace screen
158 mCellInfo.screen = ((ViewGroup) getParent()).indexOfChild(this);
372 cellInfo.screen = mCellInfo.screen;
995 int screen; field in class:CellLayout.CellInfo
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApSettings.java 112 public boolean onPreferenceTreeClick(PreferenceScreen screen, Preference preference) {
WifiSettings.java 239 public boolean onPreferenceTreeClick(PreferenceScreen screen, Preference preference) {
251 return super.onPreferenceTreeClick(screen, preference);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxevents.c 166 if (x < OffsetX || y < OffsetY || x > OffsetX + this -> screen -> w ||
167 y > OffsetY + this -> screen -> h)
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 35 SDL_Surface *surface = current_video->screen;
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 305 /* Determine the screen depth */
330 /* See if gamma is supported on this screen */
409 Helper fn to work out which screen depth windows is currently using.
441 screen.
476 /* Various screen update functions available */
576 // try to rotate screen to fit requested resolution
998 BitBlt(hdc, 0, 0, this->screen->w, this->screen->h,
1117 /* Delete the screen bitmap (also frees screen->pixels) *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 925 SDL_Surface *screen = SDL_VideoSurface; local
929 /* Save the contents of the screen, and go to text mode */
931 screen_arealen = ((screen->h + (2*this->offset_y)) * screen->pitch);
934 SDL_memcpy(screen_contents, screen->pixels, screen_arealen);
943 SDL_Surface *screen = SDL_VideoSurface; local
945 /* Restore graphics mode and the contents of the screen */
951 SDL_memcpy(screen->pixels, screen_contents, screen_arealen);
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 237 /* With EdDI>=1.1, we can have screen pitch, address and format
238 * so we can directly write to screen without using vro_cpyfm
294 /* Remove lower green bits for Intel endian screen */
406 /* Setup screen info */
423 printf("sdl:video:gem: screen: address=0x%08x, pitch=%d\n", VDI_screen, VDI_pitch);
433 /* Determine the current screen size */
437 /* Determine the screen depth */
611 /* Restore screen memory, and send REDRAW to all apps */
645 /*--- Allocate the new pixel format for the screen ---*/
701 /*--- Initialize screen ---*
    [all...]
  /external/quake/quake/src/QW/client/
vid_x.c 453 int screen; local
454 screen = XDefaultScreen(x_disp);
456 XVisualIDFromVisual(XDefaultVisual(x_disp, screen));
479 printf(" screen %d\n", x_visinfo->screen);
496 x_visinfo->screen), x_vis, AllocNone);
506 XRootWindow(x_disp, x_visinfo->screen),
880 // flushes the given rectangles from the view buffer to the screen
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 541 // VID_FullScreen - open the window in full screen mode
613 Con_Printf( "Using screen %d: %dx%d\n", x_screen, x_screen_width, x_screen_height );
618 // we never run full-screen, so no auto-repeat nukage
658 int screen; local
659 screen = XDefaultScreen(x_disp);
661 XVisualIDFromVisual(XDefaultVisual(x_disp, screen));
685 printf(" screen %d\n", x_visinfo->screen);
703 x_visinfo->screen), x_vis, AllocNone);
711 XRootWindow(x_disp, x_visinfo->screen),
    [all...]
vid_x.cpp 530 int screen; local
531 screen = XDefaultScreen(x_disp);
533 XVisualIDFromVisual(XDefaultVisual(x_disp, screen));
556 printf(" screen %d\n", x_visinfo->screen);
573 x_visinfo->screen), x_vis, AllocNone);
583 XRootWindow(x_disp, x_visinfo->screen),
955 // flushes the given rectangles from the view buffer to the screen
Makefile.Solaris 104 $(BUILDDIR)/screen.o \
312 $(BUILDDIR)/screen.o : $(MOUNT_DIR)/screen.c
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 403 /* Determine the current screen size */
600 updaterect.w = this->screen->w;
601 updaterect.h = this->screen->h;
627 if ((this->screen->flags & SDL_FULLSCREEN) != SDL_FULLSCREEN)
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 260 /* Determine the current screen size */
266 /* Determine the screen depth */
308 /* Various screen update functions available */
493 if ( this->screen && (this->screen->flags & SDL_HWSURFACE) ) {
494 /* Direct screen access, not a memory buffer */
495 this->screen->pixels = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 275 /* and save current screen status (palette, screen address, video mode) */
420 /* Determine the current screen size */
606 /* Allocate the new pixel format for the screen */
728 surface = this->screen;
751 /* Convert chunky to planar screen */
783 /* Center on destination screen */
790 /* Convert chunky to planar screen */
936 this->screen->pixels = NULL;
949 XBIOS_FlipHWSurface(this, this->screen);
    [all...]
  /external/qemu/slirp/
misc.c 41 redir_x(inaddr, start_port, display, screen)
45 int screen;
58 x_screen = screen;
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 224 printf("Rotating screen clockwise\n");
228 printf("Rotating screen counter clockwise\n");
232 printf("Rotating screen upside down\n");
590 if (this->screen != NULL) {
591 this->screen->pixels = NULL;
  /external/webkit/WebCore/page/
DOMWindow.h 65 class Screen;
109 static void adjustWindowRect(const FloatRect& screen, FloatRect& window, const FloatRect& pendingChanges);
117 Screen* screen() const;
341 Screen* optionalScreen() const { return m_screen.get(); }
378 mutable RefPtr<Screen> m_screen;
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 277 surface = this->screen;
331 surface = this->screen;
366 gl_copyshadow(this, this->screen);
367 gl_convert(this, this->screen);
676 /*--- Conversions routines from shadow buffer to the screen ---*/
1005 /*--- Conversions routines in the screen ---*/
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse.c 192 if ( !this->screen || DDRAW_FULLSCREEN() ) {
215 leave physical cursor at center of screen if
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 511 /* Find out which screen is the desired one */
585 /* save the screen configuration since we must reference it
669 /* Check to see if we should add the screen size (Xinerama) */
887 /* Free the Xrandr screen configuration */
977 /* Map the fullscreen window to blank the screen */
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 40 - 2.02: fixed improper display of usage screen on PNG error(s); fixed
464 /* print usage screen if any errors up to this point */
829 int screen, pad; local
845 screen = DefaultScreen(display);
846 depth = DisplayPlanes(display, screen);
847 root = RootWindow(display, screen);
860 visual_info.screen = screen;
866 fprintf(stderr, "default screen depth %d not supported, and no
    [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak     [all...]

Completed in 849 milliseconds

1 2 3 45 6 7