HomeSort by relevance Sort by last modified time
    Searched refs:Preset (Results 1 - 2 of 2) sorted by null

  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 94 static class Preset {
95 Preset(int processmode, int backcol, int locol, int hicol, float mul, int mask,
119 public static final Preset [] mPreset = new Preset[] {
121 new Preset(1, 0x000000, 0x000000, 0xffffff, 2.0f, 0x0f, true, false, false),
122 new Preset(1, 0x0000ff, 0x000000, 0xffffff, 2.0f, 0x0f, true, false, false),
123 new Preset(1, 0x00ff00, 0x000000, 0xffffff, 2.0f, 0x0f, true, false, false),
124 new Preset(1, 0x00ff00, 0x000000, 0xffffff, 2.0f, 0x0f, true, false, true),
125 new Preset(1, 0x00ff00, 0x00ff00, 0xffffff, 2.5f, 0x1f, true, true, true),
126 new Preset(1, 0x800000, 0xff0000, 0xffffff, 2.5f, 0x1f, true, true, false)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 367 * Preset to the category which contains current wallpaper.
    [all...]

Completed in 28 milliseconds