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

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 173 public void startTimeLapseAnimation(int timeLapseInterval, long startTime) {
175 timeLapseInterval, startTime);
IndicatorControlWheel.java 414 public void startTimeLapseAnimation(int timeLapseInterval, long startTime) {
415 mTimeLapseInterval = timeLapseInterval;
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 137 ListPreference timeLapseInterval = group.findPreference(KEY_VIDEO_TIME_LAPSE_FRAME_INTERVAL);
188 if (timeLapseInterval != null) resetIfInvalid(timeLapseInterval);

Completed in 742 milliseconds