HomeSort by relevance Sort by last modified time
    Searched refs:timeOffset (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.h 52 PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
AnimationTranslationUtil.cpp 200 PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList& valueList, const CSSAnimationData* animation, int animationId, double timeOffset, Curve* curve, WebKit::WebAnimation::TargetProperty targetProperty, const FloatSize& boxSize)
275 // If timeOffset > 0, then the animation has started in the past.
276 webAnimation->setTimeOffset(timeOffset);
281 PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList& values, const CSSAnimationData* animation, int animationId, double timeOffset, const FloatSize& boxSize)
287 return createWebAnimation<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(values, animation, animationId, timeOffset, curve.get(), WebKit::WebAnimation::TargetPropertyTransform, FloatSize(boxSize));
292 return createWebAnimation<FloatAnimationValue, WebFloatKeyframe, WebFloatAnimationCurve>(values, animation, animationId, timeOffset, curve.get(), WebKit::WebAnimation::TargetPropertyOpacity, FloatSize());
  /external/chromium_org/third_party/WebKit/public/platform/
WebAnimation.h 68 virtual double timeOffset() const = 0;
WebLayer.h 160 virtual void pauseAnimation(int animationId, double timeOffset) = 0;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_unittest.cc 25 EXPECT_EQ(0, animation->timeOffset());
40 EXPECT_EQ(2, animation->timeOffset());
web_animation_impl.h 34 virtual double timeOffset() const;
web_animation_impl.cc 73 double WebAnimationImpl::timeOffset() const {
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 78 float timeOffset = timeSinceTriggered;
84 timeOffset = openAnimationLength - mSprite.getCurrentAnimationTime();
93 mSprite.setCurrentAnimationTime(timeOffset);
117 float timeOffset = timeSinceTriggered - mStayOpenTime;
119 timeOffset = closeAnimationLength - mSprite.getCurrentAnimationTime();
124 mSprite.setCurrentAnimationTime(timeOffset);
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
KeyframeAnimation.h 67 virtual bool startAnimation(double timeOffset);
68 virtual void pauseAnimation(double timeOffset);
ImplicitAnimation.cpp 105 bool ImplicitAnimation::startAnimation(double timeOffset)
108 return toRenderBoxModelObject(m_object)->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toStyle.get());
113 void ImplicitAnimation::pauseAnimation(double timeOffset)
119 toRenderBoxModelObject(m_object)->transitionPaused(timeOffset, m_animatingProperty);
ImplicitAnimation.h 51 virtual bool startAnimation(double timeOffset);
52 virtual void pauseAnimation(double /*timeOffset*/);
AnimationBase.cpp 187 double timeOffset = 0;
190 timeOffset = -m_animation->delay();
191 bool started = startAnimation(timeOffset);
KeyframeAnimation.cpp 254 bool KeyframeAnimation::startAnimation(double timeOffset)
257 return toRenderBoxModelObject(m_object)->startAnimation(timeOffset, m_animation.get(), m_keyframes);
262 void KeyframeAnimation::pauseAnimation(double timeOffset)
268 toRenderBoxModelObject(m_object)->animationPaused(timeOffset, m_keyframes.animationName());
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java 69 protected float timeOffset = 0;
436 return timeOffset;
442 * @param timeOffset The time offset
443 * @throws IllegalArgumentException If timeOffset is negative
445 public void setTimeOffset(float timeOffset) {
446 if (timeOffset < 0f) {
450 this.timeOffset = timeOffset;
453 ((AudioStream) data).setTime(timeOffset);
738 oc.write(timeOffset, "time_offset", 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 130 void transitionPaused(double timeOffset, CSSPropertyID);
133 bool startAnimation(double timeOffset, const CSSAnimationData* anim, const KeyframeList& keyframes);
134 void animationPaused(double timeOffset, const String& name);
RenderBoxModelObject.h 184 void transitionPaused(double timeOffset, CSSPropertyID);
187 bool startAnimation(double timeOffset, const CSSAnimationData*, const KeyframeList& keyframes);
188 void animationPaused(double timeOffset, const String& name);
RenderLayerBacking.cpp     [all...]
RenderBoxModelObject.cpp 102 bool RenderBoxModelObject::startTransition(double timeOffset, CSSPropertyID propertyId, const RenderStyle* fromStyle, const RenderStyle* toStyle)
106 return layer()->backing()->startTransition(timeOffset, propertyId, fromStyle, toStyle);
109 void RenderBoxModelObject::transitionPaused(double timeOffset, CSSPropertyID propertyId)
113 layer()->backing()->transitionPaused(timeOffset, propertyId);
123 bool RenderBoxModelObject::startAnimation(double timeOffset, const CSSAnimationData* animation, const KeyframeList& keyframes)
127 return layer()->backing()->startAnimation(timeOffset, animation, keyframes);
130 void RenderBoxModelObject::animationPaused(double timeOffset, const String& name)
134 layer()->backing()->animationPaused(timeOffset, name);
    [all...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneResultAdapter.java 66 TextView timeOffset;
72 vh.timeOffset = (TextView) v.findViewById(R.id.time_offset);
288 vh.timeOffset.setText(tzi.getGmtDisplayName(mContext));
  /device/generic/goldfish/sensors/
sensors_qemu.c 127 int64_t timeOffset;
238 data->timeOffset = 0;
378 data->timeOffset = data->timeStart - t;
380 t += data->timeOffset;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.h 58 M4OSA_UInt32 timeOffset; //has the duration of clips played.
PreviewPlayer.cpp 1034 M4OSA_UInt32 timeOffset = mDecVideoTsStoryBoard/1000;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_sei.h 81 i32 timeOffset[MAX_NUM_CLOCK_TS];
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineOverviewPane.js 569 var timeOffset = this._model.minimumRecordTime();
570 var timeSpan = this._model.maximumRecordTime() - timeOffset;
583 var recordStart = Math.floor((WebInspector.TimelineModel.startTimeInSeconds(record) - timeOffset) * scale);
584 var recordEnd = Math.ceil((WebInspector.TimelineModel.endTimeInSeconds(record) - timeOffset) * scale);
    [all...]

Completed in 657 milliseconds

1 2