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

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.cc 73 double WebAnimationImpl::timeOffset() const {
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationBase.cpp 187 double timeOffset = 0;
190 timeOffset = -m_animation->delay();
191 bool started = startAnimation(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...]
  /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);
  /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;
  /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...]
  /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));
  /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/rendering/
RenderLayerBacking.cpp     [all...]

Completed in 211 milliseconds