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

  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 56 SCREEN (15),
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 139 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
142 static final String SCREEN = "screen";
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 65 SCREEN,
353 // If the application has a settings screen, jump to that
362 case SCREEN:
PowerUsageSummary.java 521 // are canceled when the user turns the screen off.
642 // The device has probably been awake for longer than the screen on
683 Log.i(TAG, "Screen bin power = " + (int) screenBinPower + ", time = "
688 addEntry(getActivity().getString(R.string.power_screen), DrainType.SCREEN, screenOnTimeMs,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 303 #define _FULLWIN 0x04 /* is the window full-screen? */
304 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
321 typedef struct screen SCREEN;
371 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
393 /* global screen state */
553 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
696 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented *
    [all...]
ncurses.h 303 #define _FULLWIN 0x04 /* is the window full-screen? */
304 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
321 typedef struct screen SCREEN;
371 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
393 /* global screen state */
553 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
657 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
696 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented *
    [all...]