OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyTime
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h
105
AnimationValue(float
keyTime
, PassRefPtr<TimingFunction> timingFunction = 0)
106
: m_keyTime(
keyTime
)
114
float
keyTime
() const { return m_keyTime; }
125
FloatAnimationValue(float
keyTime
, float value, PassRefPtr<TimingFunction> timingFunction = 0)
126
: AnimationValue(
keyTime
, timingFunction)
140
TransformAnimationValue(float
keyTime
, const TransformOperations* value = 0, PassRefPtr<TimingFunction> timingFunction = 0)
141
: AnimationValue(
keyTime
, timingFunction)
174
// Insert, sorted by
keyTime
. Takes ownership of the pointer.
/development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java
780
long
keyTime
= inputContext == null ? 0 : ((GameEvent)inputContext).eventTime;
782
// Log.d(TAG,"
keyTime
delta = " +
783
// (System.currentTimeMillis()-
keyTime
) + ": obj = " +
803
if (!mLaserOn && System.currentTimeMillis() -
keyTime
<= 400) {
806
mLaserFireTime =
keyTime
;
[
all
...]
Completed in 1845 milliseconds