Searched defs:startAnimation (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintFindSensorAnimation.java28 void startAnimation(); method in interface:FingerprintFindSensorAnimation
H A DFingerprintLocationAnimationVideoView.java96 startAnimation();
125 public void startAnimation() { method in class:FingerprintLocationAnimationVideoView
H A DFingerprintLocationAnimationView.java99 public void startAnimation() { method in class:FingerprintLocationAnimationView
/packages/apps/Camera2/src/com/android/camera/widget/
H A DAnimationEffects.java55 public abstract void startAnimation(Animator.AnimatorListener animatorListener); method in class:AnimationEffects
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
H A DViewGroupItemVerticalExplodeAnimation.java74 .startAnimation();
107 public void startAnimation() { method in class:ViewGroupItemVerticalExplodeAnimation.ViewExplodeAnimationJellyBeanMR2
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DProgressSpinner.java53 public void startAnimation() { method in class:ProgressSpinner
H A DPaper.java122 private void startAnimation(float start, float finish, long duration, method in class:EdgeAnimation
142 startAnimation(mValue, 0, RELEASE_TIME, STATE_RELEASE);
148 startAnimation(mValue, finish, ABSORB_TIME, STATE_ABSORB);
165 startAnimation(mValue, 0, RELEASE_TIME, STATE_RELEASE);
H A DGLView.java85 public void startAnimation(CanvasAnimation animation) { method in class:GLView
H A DPositionController.java355 startAnimation(mPlatform.mDefaultX, 0, b.mScaleMin,
492 startAnimation(targetX, targetY, targetScale, ANIM_KIND_ZOOM);
497 startAnimation(mPlatform.mDefaultX, 0, b.mScaleMin, ANIM_KIND_ZOOM);
529 startAnimation(x, y, s, ANIM_KIND_SCALE);
543 startAnimation(mPlatform.mDefaultX, 0, b.mScaleMin, ANIM_KIND_SLIDE);
612 startAnimation(x, y, b.mCurrentScale, ANIM_KIND_SCROLL);
647 startAnimation(x, b.mCurrentY, b.mCurrentScale, ANIM_KIND_SCROLL);
688 return startAnimation(targetX, targetY, b.mCurrentScale, ANIM_KIND_FLING);
707 return startAnimation(
772 // startAnimation() shoul
794 private boolean startAnimation(int targetX, int targetY, float targetScale, method in class:PositionController
[all...]
/packages/apps/PackageInstaller/src/android/support/wearable/view/
H A DProgressDrawable.java97 public void startAnimation() { method in class:ProgressDrawable
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DPieRenderer.java264 mOverlay.startAnimation(mFadeIn);
537 mOverlay.startAnimation(mXFade);
688 startAnimation(SCALING_UP_TIME,
696 startAnimation(SCALING_DOWN_TIME,
706 startAnimation(SCALING_DOWN_TIME,
733 private void startAnimation(long duration, boolean timeout, method in class:PieRenderer
735 startAnimation(duration, timeout, mDialAngle,
739 private void startAnimation(long duration, boolean timeout, method in class:PieRenderer
746 mOverlay.startAnimation(mAnimation);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java898 mCurrentAnimationEffects.startAnimation(new AnimatorListenerAdapter() {
2176 public void startAnimation(Animator.AnimatorListener listener) { method in class:ModeListView.PeepholeAnimationEffect

Completed in 220 milliseconds