Searched refs:startAnimation (Results 1 - 25 of 34) sorted by relevance

12

/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/Gallery2/src/com/android/gallery3d/ui/
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 DProgressSpinner.java53 public void startAnimation() { method in class:ProgressSpinner
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/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlBarContainer.java110 mIndicatorControlBar.startAnimation(mFadeIn);
112 mSecondLevelIndicatorControlBar.startAnimation(mSecondLevelFadeOut);
118 mIndicatorControlBar.startAnimation(mFadeOut);
119 mSecondLevelIndicatorControlBar.startAnimation(mSecondLevelFadeIn);
H A DAbstractIndicatorButton.java125 mPopup.startAnimation(mFadeIn);
134 mPopup.startAnimation(mFadeOut);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPageBottomControls.java85 mContainer.startAnimation(mContainerAnimOut);
92 mContainer.startAnimation(mContainerAnimIn);
116 control.startAnimation(getControlAnimForVisibility(curVisibility));
H A DMovieControllerOverlay.java100 view.startAnimation(hideAnimation);
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java240 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
242 mGridContainer.startAnimation(AnimationUtils.loadAnimation(
252 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
254 mGridContainer.startAnimation(AnimationUtils.loadAnimation(
/packages/apps/LegacyCamera/src/com/android/camera/
H A DRotateDialogController.java96 mDialogRootLayout.startAnimation(mFadeOutAnim);
101 mDialogRootLayout.startAnimation(mFadeInAnim);
H A DModePicker.java141 mModeSelectionFrame.startAnimation(enabled ? mFadeIn : mFadeOut);
H A DUtil.java606 view.startAnimation(animation);
614 view.startAnimation(animation);
/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java149 mPrevImageView.startAnimation(a);
154 mPrevImageView.startAnimation(a);
161 mNextImageView.startAnimation(a);
166 mNextImageView.startAnimation(a);
176 mActionIconPanel.startAnimation(animation);
183 mNextImageView.startAnimation(a);
190 mPrevImageView.startAnimation(a);
224 mActionIconPanel.startAnimation(animation);
839 newView.startAnimation(aIn);
844 oldView.startAnimation(aOu
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DCaptureAnimManager.java79 public void startAnimation(int x, int y, int w, int h) { method in class:CaptureAnimManager
H A DSwitchAnimManager.java65 public void startAnimation() { method in class:SwitchAnimManager
H A DRotateDialogController.java97 mDialogRootLayout.startAnimation(mFadeOutAnim);
102 mDialogRootLayout.startAnimation(mFadeInAnim);
H A DCameraScreenNail.java363 mSwitchAnimManager.startAnimation();
369 mCaptureAnimManager.startAnimation(x, y, width, height);
H A DActivityBase.java460 mCameraAppView.startAnimation(mCameraAppViewFadeIn);
462 mCameraAppView.startAnimation(mCameraAppViewFadeOut);
/packages/apps/Camera/src/com/android/camera/ui/
H A DCountDownView.java80 mRemainingSecondsView.startAnimation(mCountDownAnim);
H A DPieRenderer.java269 mOverlay.startAnimation(mFadeIn);
547 mOverlay.startAnimation(mXFade);
692 startAnimation(SCALING_UP_TIME,
700 startAnimation(SCALING_DOWN_TIME,
710 startAnimation(SCALING_DOWN_TIME,
735 private void startAnimation(long duration, boolean timeout, method in class:PieRenderer
737 startAnimation(duration, timeout, mDialAngle,
741 private void startAnimation(long duration, boolean timeout, method in class:PieRenderer
748 mOverlay.startAnimation(mAnimation);
/packages/apps/Browser/src/com/android/browser/
H A DTitleBar.java315 mAutoLogin.startAnimation(AnimationUtils.loadAnimation(
344 mAutoLogin.startAnimation(anim);
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DProgressBar.java442 startAnimation();
804 void startAnimation() { method in class:ProgressBar
882 startAnimation();
897 startAnimation();
1095 startAnimation();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionarySettingsFragment.java408 mLoadingView.startAnimation(AnimationUtils.loadAnimation(
410 preferenceView.startAnimation(AnimationUtils.loadAnimation(
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java573 mProgressContainer.startAnimation(AnimationUtils.loadAnimation(
576 mListContainer.startAnimation(AnimationUtils.loadAnimation(
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java445 mLoadingContainer.startAnimation(AnimationUtils.loadAnimation(
447 mRunningProcessesView.startAnimation(AnimationUtils.loadAnimation(
728 mTab.mLoadingContainer.startAnimation(AnimationUtils.loadAnimation(
730 mTab.mListContainer.startAnimation(AnimationUtils.loadAnimation(

Completed in 517 milliseconds

12