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

  /packages/apps/Launcher2/
print_db.py 9 SCREENS = 5
123 screens = [] variable
124 for i in range(0,SCREENS):
131 screens.append(screen)
134 screen = screens[row["screen"]]
147 for screen in screens:
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 61 void *screens[2]; /* Pointers to aligned screen buffer */ member in struct:SDL_PrivateVideoData
115 #define XBIOS_screens (this->hidden->screens)
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 513 int screens; local
524 xinerama = SDL_NAME(XineramaQueryScreens)(SDL_Display, &screens);
525 for ( i = 0; i < screens; i++ ) {
    [all...]
SDL_x11wm.c 432 int i, screens; local
434 xinerama = SDL_NAME(XineramaQueryScreens)(SDL_Display, &screens);
435 for (i = 0; i < screens; i++) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 53 * The workspace is a wide area with a wallpaper and a finite number of screens. Each
261 final int screens = getChildCount(); local
262 ArrayList<Folder> folders = new ArrayList<Folder>(screens);
264 for (int screen = 0; screen < screens; screen++) {
313 * @param child The child to add in one of the workspace's screens.
327 * @param child The child to add in one of the workspace's screens.
342 * @param child The child to add in one of the workspace's screens.
357 * @param child The child to add in one of the workspace's screens.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 531 screenLayoutPtr screens; member in struct:_serverlayoutrec
869 * available screens */
956 /* Allow screens to be enabled/disabled individually */
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 6642 milliseconds