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

1 2 3

  /cts/common/util/src/com/android/compatibility/common/util/
IInvocationResult.java 36 void setStartTime(long time);
InvocationResult.java 118 public void setStartTime(long time) {
ResultHandler.java 123 invocation.setStartTime(Long.valueOf(
  /external/emma/lib/internal/
stamptool.jar 
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
Animation.java 68 public void setStartTime(long time) {
  /packages/apps/TV/src/com/android/tv/dvr/
ScheduledRecording.java 79 .setStartTime(p.getStartTimeUtcMillis()).setEndTime(p.getEndTimeUtcMillis())
86 .setStartTime(startTime)
129 public Builder setStartTime(long startTime) {
163 .setStartTime(orig.mStartTimeMs).setState(orig.mState).setType(orig.mType);
215 .setStartTime(c.getLong(++index))
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 75 * {@link Animation#setStartTime(long)}. Refer to {@link android.os.SystemClock} for more
254 a.setStartTime(currentAnimationTimeMillis());
275 a.setStartTime(currentAnimationTimeMillis());
291 a.setStartTime(currentAnimationTimeMillis());
Animation.java 504 public void setStartTime(long startTimeMillis) {
517 setStartTime(-1);
525 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 303 mAnimation.setStartTime(-1);
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java     [all...]
AppWindowAnimator.java 303 animation.setStartTime(currentTime);
375 animation.setStartTime(currentTime + correction);
379 thumbnailAnimation.setStartTime(currentTime + correction);
WindowStateAnimator.java 402 mAnimation.setStartTime(mAnimationStartTime != -1
    [all...]
WindowAnimator.java 537 mPostKeyguardExitAnimation.setStartTime(mCurrentTime);
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 268 children.get(i).setStartTime(originChildStartTime[i]);
275 animationSet.setStartTime(startTime);
371 animationSet.setStartTime(startTime);
AnimationTest.java 380 animation.setStartTime(currentTime);
600 animation.setStartTime(0);
608 animation.setStartTime(0);
635 myAnimation.setStartTime(1000);
LayoutAnimationControllerTest.java 411 animation.setStartTime(500);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
SubPlanCreatorTest.java 132 result.setStartTime(START_MS);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatterTest.java 181 builder.setStartTime(0);
  /external/autotest/frontend/client/src/autotest/afe/
HostDetailView.java 97 public void setStartTime(String startTime) {
377 jobsTable.setStartTime(value);
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java 158 result.setStartTime(START_MS);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 421 mAnimations.get(i).setStartTime(now);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 203 mResult.setStartTime(mBuildHelper.getStartTime());
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 169 public void setStartTime(int hourOfDay, int minute) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 

Completed in 1824 milliseconds

1 2 3