Home
last modified time | relevance | path

Searched refs:setStartTime (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java980 mStartEnterAnimation.setStartTime(now); in stepAnimationLocked()
983 mStartExitAnimation.setStartTime(now); in stepAnimationLocked()
986 mFinishEnterAnimation.setStartTime(0); in stepAnimationLocked()
989 mFinishExitAnimation.setStartTime(0); in stepAnimationLocked()
994 mStartFrameAnimation.setStartTime(now); in stepAnimationLocked()
997 mFinishFrameAnimation.setStartTime(0); in stepAnimationLocked()
1000 mRotateFrameAnimation.setStartTime(now); in stepAnimationLocked()
1004 mRotateEnterAnimation.setStartTime(now); in stepAnimationLocked()
1007 mRotateExitAnimation.setStartTime(now); in stepAnimationLocked()
DAppWindowAnimator.java303 animation.setStartTime(currentTime); in getAnimationFrameTime()
375 animation.setStartTime(currentTime + correction); in stepAnimationLocked()
379 thumbnailAnimation.setStartTime(currentTime + correction); in stepAnimationLocked()
DWindowStateAnimator.java401 mAnimation.setStartTime(mAnimationStartTime != -1 in stepAnimationLocked()
1921 newAnimation.setStartTime(startTime); in applyFadeoutDuringKeyguardExitAnimation()
2074 animation.setStartTime(currentTime); in getAnimationFrameTime()
DWindowAnimator.java499 mPostKeyguardExitAnimation.setStartTime(mCurrentTime); in updateWindowsLocked()
/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java222 a.setStartTime(currentAnimationTimeMillis()); in makeInAnimation()
243 a.setStartTime(currentAnimationTimeMillis()); in makeOutAnimation()
259 a.setStartTime(currentAnimationTimeMillis()); in makeInChildBottomAnimation()
DAnimationSet.java254 public void setStartTime(long startTimeMillis) { in setStartTime() method in AnimationSet
255 super.setStartTime(startTimeMillis); in setStartTime()
262 a.setStartTime(startTimeMillis); in setStartTime()
DAnimation.java504 public void setStartTime(long startTimeMillis) { in setStartTime() method in Animation
517 setStartTime(-1); in start()
525 setStartTime(AnimationUtils.currentAnimationTimeMillis()); in startNow()
DLayoutAnimationController.java303 mAnimation.setStartTime(-1); in start()
/frameworks/base/docs/html/guide/topics/graphics/
Dview-animation.jd104 animation with <code>{@link android.view.animation.Animation#setStartTime(long)
105 Animation.setStartTime()}</code>, then assign the animation to the View with <code>{@link
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DTimePickerDialog.java169 public void setStartTime(int hourOfDay, int minute) { in setStartTime() method in TimePickerDialog
/frameworks/base/core/java/android/widget/
DProgressBar.java1612 mAnimation.setStartTime(Animation.START_ON_FIRST_FRAME); in startAnimation()
/frameworks/base/core/java/android/view/
DView.java20044 animation.setStartTime(Animation.START_ON_FIRST_FRAME); in startAnimation()
20083 animation.setStartTime(AnimationUtils.currentAnimationTimeMillis()); in setAnimation()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35289 method public void setStartTime(long);
/frameworks/base/api/
Dcurrent.txt44293 method public void setStartTime(long);
Dtest-current.txt44372 method public void setStartTime(long);
Dsystem-current.txt47296 method public void setStartTime(long);