OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOW_DURATION
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
AdultsDifficultyConstants.java
26
public static final float
GLOW_DURATION
= 10.0f;
58
return
GLOW_DURATION
;
BabyDifficultyConstants.java
26
public static final float
GLOW_DURATION
= 20.0f;
58
return
GLOW_DURATION
;
KidsDifficultyConstants.java
26
public static final float
GLOW_DURATION
= 15.0f;
58
return
GLOW_DURATION
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java
50
private static final long
GLOW_DURATION
= 150;
223
mGlowAnimationSet.setDuration(
GLOW_DURATION
);
Completed in 77 milliseconds