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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 189 /** night mode. Guaranteed to be non null */
190 NightMode night = NightMode.NOTNIGHT; field in class:ConfigurationComposite.ConfigState
212 sb.append(night.getResourceValue());
245 night = NightMode.getEnum(values[5]);
246 if (night == null) {
247 night = NightMode.NOTNIGHT;
280 sb.append(night.getResourceValue());
367 int cols = 9; // device+config+locale+dock+day/night+separator*2+theme+createBtn
695 mNightCombo.select(NightMode.getIndex(mState.night));
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-aes.js 405 That birds would sing and think it were not night.\n\
412 As glorious to this night, being o'er my head\n\
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 405 That birds would sing and think it were not night.\n\
412 As glorious to this night, being o'er my head\n\
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 351 textures[0] = loadTexture(R.drawable.night, "TNight");

Completed in 104 milliseconds