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

1 2 3

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorAnimation.h 50 virtual void setStartTime(double monotonicTime) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.h 65 void setStartTime(double startTime) { m_platformUtterance->setStartTime(startTime); }
SpeechSynthesis.cpp 104 utterance->setStartTime(monotonicallyIncreasingTime());
  /external/chromium_org/cc/blink/
web_animation_impl.h 39 virtual void setStartTime(double monotonic_time);
web_animation_unittest.cc 35 animation->setStartTime(2);
web_animation_impl.cc 102 void WebCompositorAnimationImpl::setStartTime(double monotonic_time) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptGCEvent.h 72 void setStartTime(double startTime) { m_startTime = startTime; }
ScriptGCEvent.cpp 91 gcEventData->setStartTime(WTF::monotonicallyIncreasingTime());
  /external/emma/lib/internal/
stamptool.jar 
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 68 public void setStartTime(long time) {
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 66 void setStartTime(double);
TextTrackCue.cpp 92 void TextTrackCue::setStartTime(double value)
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 69 void setStartTime(double startTime) { m_startTime = startTime; }
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 48 * {@link Animation#setStartTime(long)}. Refer to {@link android.os.SystemClock} for more
220 a.setStartTime(currentAnimationTimeMillis());
241 a.setStartTime(currentAnimationTimeMillis());
257 a.setStartTime(currentAnimationTimeMillis());
Animation.java 497 public void setStartTime(long startTimeMillis) {
510 setStartTime(-1);
518 setStartTime(AnimationUtils.currentAnimationTimeMillis());
    [all...]
AnimationSet.java 251 * @see android.view.animation.Animation#setStartTime(long)
254 public void setStartTime(long startTimeMillis) {
255 super.setStartTime(startTimeMillis);
262 a.setStartTime(startTimeMillis);
LayoutAnimationController.java 301 mAnimation.setStartTime(-1);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 117 void setStartTime(double);
AnimationPlayerTest.cpp 61 player->setStartTime(0);
238 TEST_F(AnimationAnimationPlayerTest, SetStartTime)
244 player->setStartTime(10 * 1000);
251 player->setStartTime(-20 * 1000);
257 player->setStartTime(-50 * 1000);
262 player->setStartTime(-100 * 1000);
271 player->setStartTime(-10 * 1000);
275 player->setStartTime(-40 * 1000);
637 player->setStartTime(0);
699 player->setStartTime(0)
    [all...]
CompositorAnimationsTestHelper.h 86 MOCK_METHOD1(setStartTime, void(double));
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java     [all...]
AppWindowAnimator.java 262 animation.setStartTime(currentTime);
266 thumbnailAnimation.setStartTime(currentTime);
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 377 animation.setStartTime(currentTime);
597 animation.setStartTime(0);
605 animation.setStartTime(0);
632 myAnimation.setStartTime(1000);
AnimationSetTest.java 268 children.get(i).setStartTime(originChildStartTime[i]);
275 animationSet.setStartTime(startTime);
371 animationSet.setStartTime(startTime);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.cpp 53 .setStartTime(startTime);
68 .setStartTime(startTime);

Completed in 5935 milliseconds

1 2 3