HomeSort by relevance Sort by last modified time
    Searched refs:SCREEN (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
panel.h 73 extern NCURSES_EXPORT(PANEL *) ground_panel(SCREEN *);
74 extern NCURSES_EXPORT(PANEL *) ceiling_panel(SCREEN *);
76 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(update_panels) (SCREEN*);
unctrl.h 60 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
curses.h 322 #define _FULLWIN 0x04 /* is the window full-screen? */
323 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
340 typedef struct screen SCREEN;
396 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
418 /* global screen state */
585 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
689 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
728 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented *
    [all...]
ncurses.h 322 #define _FULLWIN 0x04 /* is the window full-screen? */
323 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
340 typedef struct screen SCREEN;
396 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
418 /* global screen state */
585 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
689 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
728 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented *
    [all...]
term.h     [all...]
  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 160 * <figcaption>{@link #SCREEN Screen}</figcaption>
335 SCREEN (14),
398 case 14: return Mode.SCREEN;
  /external/syslinux/gpxe/src/hci/mucurses/
mucurses.h 15 extern SCREEN _ansi_screen;
ansi_screen.c 16 /* Reset terminal attributes and clear screen */
67 SCREEN _ansi_screen = {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PorterDuffUtility.java 93 case SCREEN:
94 return BlendComposite.getInstance(BlendingMode.SCREEN, alpha1);
  /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/Launcher3/src/com/android/launcher3/
ItemInfo.java 58 * Indicates the screen in which the shortcut appears if the container types is
151 .put(LauncherSettings.Favorites.SCREEN, screenId)
162 screenId = values.getAsLong(LauncherSettings.Favorites.SCREEN);
175 // We should never persist an item on the extra empty screen.
176 throw new RuntimeException("Screen id should not be EXTRA_EMPTY_SCREEN_ID");
192 + " screen=" + screenId
LauncherSettings.java 105 * The rank of this screen -- ie. how it is ordered relative to the other screens.
169 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
172 public static final String SCREEN = "screen";
267 "screen INTEGER," +
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 140 drawHistogram(canvas, redHistogram, Color.RED, PorterDuff.Mode.SCREEN);
141 drawHistogram(canvas, greenHistogram, Color.GREEN, PorterDuff.Mode.SCREEN);
142 drawHistogram(canvas, blueHistogram, Color.BLUE, PorterDuff.Mode.SCREEN);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 82 expectedPaint.setXfermode(new PorterDuffXfermode(Mode.SCREEN));
DiscretePathEffectTest.java 74 paint.setXfermode(new PorterDuffXfermode(Mode.SCREEN));
PorterDuffXfermodeTest.java 69 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SCREEN));
PorterDuffColorFilterTest.java 75 filter = new PorterDuffColorFilter(Color.GREEN, PorterDuff.Mode.SCREEN);
  /cts/tests/tests/view/src/android/view/cts/
MenuItemTest.java 77 assertEquals(PorterDuff.Mode.SCREEN, secondItem.getIconTintMode());
  /external/pdfium/core/fpdfdoc/
cpdf_annot.h 57 SCREEN,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
FramebufferBlendActivity.java 80 drawBlendedBitmap(canvas, PorterDuff.Mode.SCREEN);
  /packages/apps/Launcher3/src/com/android/launcher3/provider/
LauncherDbUtils.java 41 * Makes the first screen as screen 0 (if screen 0 already exists,
43 * If the first row of screen 0 is non empty, runs a 'lossy' GridMigrationTask to clear
44 * the first row. The items in the first screen are moved and resized but the carry-forward
59 // First screen is not 0, we need to rename screens
61 // There is already a screen 0. First rename it to a different screen.
67 // Rename the first screen to 0.
73 "container = -100 and screen = 0 and cellY = 0") == 0)
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcExtTokens.cpp 142 SCREEN = GL_SCREEN;
268 SCREEN = GL_SCREEN_KHR;
  /frameworks/layoutlib/bridge/src/android/graphics/
BlendComposite.java 41 SCREEN(),
259 case SCREEN:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 194 drawHistogram(canvas, redHistogram, Color.RED, PorterDuff.Mode.SCREEN);
197 drawHistogram(canvas, greenHistogram, Color.GREEN, PorterDuff.Mode.SCREEN);
200 drawHistogram(canvas, blueHistogram, Color.BLUE, PorterDuff.Mode.SCREEN);
  /packages/apps/Launcher3/src/com/android/launcher3/model/
ModelWriter.java 91 * <container, screen, cellX, cellY>
142 * Move an item in the DB to a new <container, screen, cellX, cellY>
153 .put(Favorites.SCREEN, item.screenId);
159 * Move items in the DB to a new <container, screen, cellX, cellY>. We assume that the
162 public void moveItemsInDatabase(final ArrayList<ItemInfo> items, long container, int screen) {
168 updateItemInfoProps(item, container, screen, item.cellX, item.cellY);
175 values.put(Favorites.SCREEN, item.screenId);
183 * Move and/or resize item in the DB to a new <container, screen, cellX, cellY, spanX, spanY>
198 .put(Favorites.SCREEN, item.screenId);
213 * Add an item to the database in a specified container. Sets the container, screen, cellX an
    [all...]

Completed in 355 milliseconds

1 2 3 4 5 6 7 8 9