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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightManager.java 39 private static final int SUNSET = 22; // 10pm
90 + " sunrise/sunset values.");
92 // If we don't have a location, we'll use our hardcoded sunrise/sunset values.
96 return hour < SUNRISE || hour >= SUNSET;
149 final long yesterdaySunset = calculator.sunset;
155 final long todaySunset = calculator.sunset;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 59 public enum SceneMode { SUNSET, ACTION, PARTY, NIGHT, AUTO };
125 * Scene: Sunset / Pic: Medium / Geo: off
129 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
215 * Scene: Sunset / Pic: Small / Geo: off
219 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
225 * Scene: Sunset / Pic: Large / Geo: on
229 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
440 case SUNSET:
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 159 set.setSceneMode(SceneMode.SUNSET);
220 assertEquals(intstr.sceneModeFromInt(CONTROL_SCENE_MODE_SUNSET), SceneMode.SUNSET);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 162 private static final int DAY = 0, NIGHT = 1, TWILIGHT = 2, SUNSET = 3;
167 { 0xFFa08020, 0xFF204080 }, // SUNSET
413 boolean showingSun = (mTimeOfDay == DAY || mTimeOfDay == SUNSET) && frand() > 0.25;
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 232 * Take sunset photos.
235 SUNSET,
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 67 milliseconds