OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_DELAY
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FirstFrameAnimatorHelper.java
35
private static final int
MAX_DELAY
= 1000;
105
// (give up after
MAX_DELAY
ms of waiting though - might happen, for example, if we
107
if (frameNum == 0 && currentTime < mStartTime +
MAX_DELAY
) {
116
} else if (frameNum == 1 && currentTime < mStartTime +
MAX_DELAY
&&
/packages/apps/Launcher3/src/com/android/launcher3/
FirstFrameAnimatorHelper.java
37
private static final int
MAX_DELAY
= 1000;
108
// (give up after
MAX_DELAY
ms of waiting though - might happen, for example, if we
110
if (frameNum == 0 && currentTime < mStartTime +
MAX_DELAY
&& currentPlayTime > 0) {
118
} else if (frameNum == 1 && currentTime < mStartTime +
MAX_DELAY
&&
/external/ltrace/sysdeps/linux-gnu/
proc.c
56
#define
MAX_DELAY
100000 /* 100000 microseconds = 0.1 seconds */
72
while (delay <
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 56 milliseconds