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

1 2

  /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";
ItemInfo.java 56 * Iindicates the screen in which the shortcut appears.
58 int screen = -1; field in class:ItemInfo
114 screen = info.screen;
144 values.put(LauncherSettings.Favorites.SCREEN, screen);
191 + " screen=" + screen + " cellX=" + cellX + " cellY=" + cellY + " spanX=" + spanX
LauncherModel.java 127 // created by LauncherModel that are directly on the home screen (however, no widgets or
256 * <container, screen, cellX, cellY>
259 int screen, int cellX, int cellY) {
262 addItemToDatabase(context, item, container, screen, cellX, cellY, false);
265 moveItemInDatabase(context, item, container, screen, cellX, cellY);
282 modelShortcut.screen == shortcut.screen &&
409 * Move an item in the DB to a new <container, screen, cellX, cellY>
412 final int screen, final int cellX, final int cellY) {
414 " (" + item.container + ", " + item.screen + ", " + item.cellX + ", " + item.cellY
    [all...]
LauncherProvider.java 281 "screen INTEGER," +
364 final int screenIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.SCREEN);
384 values.put(LauncherSettings.Favorites.SCREEN, c.getInt(screenIndex));
454 db.execSQL("UPDATE favorites SET screen=(screen + 1);");
824 String screen = a.getString(R.styleable.Favorite_screen); local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 74 expectedPaint.setXfermode(new PorterDuffXfermode(Mode.SCREEN));
DiscretePathEffectTest.java 66 paint.setXfermode(new PorterDuffXfermode(Mode.SCREEN));
PorterDuffColorFilterTest.java 67 filter = new PorterDuffColorFilter(Color.GREEN, PorterDuff.Mode.SCREEN);
PorterDuffXfermodeTest.java 63 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SCREEN));
ComposeShaderTest.java 46 ComposeShader shader = new ComposeShader(blueGradient, redGradient, PorterDuff.Mode.SCREEN);
CanvasTest.java 996 mCanvas.drawColor(0xffff0000, Mode.SCREEN);
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
FramebufferBlendActivity.java 80 drawBlendedBitmap(canvas, PorterDuff.Mode.SCREEN);
AdvancedBlendActivity.java 91 PorterDuff.Mode.SCREEN);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffXfermode_Delegate.java 104 case SCREEN:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java 200 drawHistogram(canvas, redHistogram, Color.RED, PorterDuff.Mode.SCREEN);
203 drawHistogram(canvas, greenHistogram, Color.GREEN, PorterDuff.Mode.SCREEN);
206 drawHistogram(canvas, blueHistogram, Color.BLUE, PorterDuff.Mode.SCREEN);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 89 new PorterDuffXfermode(PorterDuff.Mode.SCREEN)
96 "Darken", "Lighten", "Multiply", "Screen"
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 67 SCREEN,
361 // If the application has a settings screen, jump to that
370 case SCREEN:
PowerUsageSummary.java 523 // are canceled when the user turns the screen off.
647 // The device has probably been awake for longer than the screen on
688 Log.i(TAG, "Screen bin power = " + (int) screenBinPower + ", time = "
693 addEntry(getActivity().getString(R.string.power_screen), DrainType.SCREEN, screenOnTimeMs,
    [all...]
  /external/qemu/android/
hw-events.h 320 KEY_CODE(SCREEN ,0x177) \

Completed in 723 milliseconds

1 2