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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FirstFrameAnimatorHelper.java 35 private static final int MAX_DELAY = 1000;
96 // (give up after MAX_DELAY ms of waiting though - might happen, for example, if we
98 if (frameNum == 0 && currentTime < mStartTime + MAX_DELAY) {
107 } else if (frameNum == 1 && currentTime < mStartTime + MAX_DELAY &&
  /packages/apps/Launcher2/src/com/android/launcher2/
FirstFrameAnimatorHelper.java 35 private static final int MAX_DELAY = 1000;
103 // (give up after MAX_DELAY ms of waiting though - might happen, for example, if we
105 if (frameNum == 0 && currentTime < mStartTime + MAX_DELAY) {
114 } else if (frameNum == 1 && currentTime < mStartTime + MAX_DELAY &&
  /packages/apps/Launcher3/src/com/android/launcher3/
FirstFrameAnimatorHelper.java 35 private static final int MAX_DELAY = 1000;
104 // (give up after MAX_DELAY ms of waiting though - might happen, for example, if we
106 if (frameNum == 0 && currentTime < mStartTime + MAX_DELAY && currentPlayTime > 0) {
114 } else if (frameNum == 1 && currentTime < mStartTime + MAX_DELAY &&
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 42 #define MAX_DELAY 100
130 uint16_t far_history[PART_LEN1 * MAX_DELAY];
132 int far_q_domains[MAX_DELAY];

Completed in 815 milliseconds