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

  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 199 public void startTimeLapseAnimation(int timeLapseInterval, long startTime) {
201 timeLapseInterval, startTime);
IndicatorControlWheel.java 388 public void startTimeLapseAnimation(int timeLapseInterval, long startTime) {
389 mTimeLapseInterval = timeLapseInterval;
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 136 ListPreference timeLapseInterval = group.findPreference(KEY_VIDEO_TIME_LAPSE_FRAME_INTERVAL);
187 if (timeLapseInterval != null) resetIfInvalid(timeLapseInterval);

Completed in 247 milliseconds