Searched refs:animation (Results 276 - 300 of 381) sorted by relevance

<<111213141516

/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBottomUserEducationView.java18 import android.animation.PropertyValuesHolder;
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateImageView.java29 import android.view.animation.AnimationUtils;
/packages/apps/Settings/src/com/android/settings/
H A DFallbackHome.java39 import android.view.animation.AnimationUtils;
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
H A DSetupActivity.java33 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;
160 * <p>It's (exit transition) + (delayed animation) + (enter transition).
/packages/apps/TV/src/com/android/tv/menu/
H A DPlayControlsButton.java20 import android.animation.ValueAnimator;
82 // Since on focus changing, icons' color should be switched with animation,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DDialogFragment.java27 import android.view.animation.Interpolator;
101 * Called when intro animation is finished.
/packages/apps/Car/Messenger/src/com/android/car/messenger/
H A DPlayMessageActivity.java19 import android.animation.AnimatorInflater;
20 import android.animation.AnimatorSet;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java23 import android.view.animation.AnimationUtils;
24 import android.view.animation.Interpolator;
30 * the scrolling animation should take. Past this time, the scrolling is
245 * the animation is not yet finished. loc will be altered to provide the
437 * Stops the animation. Contrary to {@link #forceFinished(boolean)},
450 * Extend the scroll animation. This allows a running animation to scroll
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeEffect.java22 import android.view.animation.DecelerateInterpolator;
23 import android.view.animation.Interpolator;
46 * false after drawing, the edge effect's animation is not yet complete and the widget
47 * should schedule another drawing pass to continue the animation.</p>
156 * Reports if this EdgeEffect's animation is finished. If this method returns false
158 * drawing pass to continue the animation.
160 * @return true if animation is finished, false if drawing should continue on the next frame.
167 * Immediately finish the current animation.
176 * This will update the state of the current visual effect and its associated animation.
306 * animation
[all...]
H A DGLRootView.java140 public void registerLaunchedAnimation(CanvasAnimation animation) { argument
141 // Register the newly launched animation so that we can set the start
143 // rendering, so we set the animation start time as the time we
145 mAnimations.add(animation);
H A DGLView.java85 public void startAnimation(CanvasAnimation animation) { argument
88 mAnimation = animation;
204 // This is used for animation or when the contents changed.
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DUiFactory.java30 import android.animation.AnimatorSet;
31 import android.animation.ValueAnimator;
/packages/apps/TV/src/com/android/tv/ui/
H A DTvTransitionManager.java19 import android.animation.Animator;
20 import android.animation.AnimatorInflater;
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DScheduleRowPresenter.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
33 import android.view.animation.DecelerateInterpolator;
200 // View.getVisibility() because the view could be on the hiding animation.
271 animation -> {
272 // Set width to the proper width for this animation step.
273 float fraction = 1f - animation.getAnimatedFraction();
771 /** Add animation when view is visible. */
780 /** Add animation when view change to invisible. */
795 public void onAnimationEnd(Animator animation) {
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java24 import android.animation.Animator;
25 import android.animation.Animator.AnimatorListener;
26 import android.animation.ObjectAnimator;
173 public void onAnimationCancel(Animator animation) {
177 public void onAnimationEnd(android.animation.Animator animation) {
185 public void onAnimationRepeat(android.animation.Animator animation) {
189 public void onAnimationStart(android.animation.Animator animation) {
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java22 import android.animation.Animator;
23 import android.animation.AnimatorListenerAdapter;
24 import android.animation.AnimatorSet;
25 import android.animation.ObjectAnimator;
26 import android.animation.PropertyValuesHolder;
27 import android.animation.ValueAnimator;
28 import android.animation.ValueAnimator.AnimatorUpdateListener;
89 import android.view.animation.AccelerateDecelerateInterpolator;
90 import android.view.animation.AccelerateInterpolator;
91 import android.view.animation
[all...]
/packages/apps/TV/src/com/android/tv/onboarding/
H A DWelcomeFragment.java21 import android.animation.Animator;
22 import android.animation.AnimatorInflater;
23 import android.animation.AnimatorListenerAdapter;
24 import android.animation.AnimatorSet;
43 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;
886 public void onAnimationEnd(Animator animation) {
905 public void onAnimationEnd(Animator animation) {
906 // Shows the first frame of show animation when the hide animator is
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java46 import android.view.animation.AlphaAnimation;
47 import android.view.animation.Animation;
760 Animation animation = new AlphaAnimation(startAlpha, endAlpha);
761 animation.setDuration(duration);
762 view.startAnimation(animation);
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DExpandedAlarmViewHolder.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
23 import android.animation.PropertyValuesHolder;
380 // so that the final animation, with a duration of 1/4 the total duration, finishes exactly
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java20 import android.animation.Animator;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.AnimatorSet;
23 import android.animation.ObjectAnimator;
900 "Not currently added to Activity. Will not start entry animation.");
923 public void onAnimationEnd(Animator animation) {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DWindowTransformSwipeHandler.java27 import android.animation.Animator;
28 import android.animation.AnimatorListenerAdapter;
29 import android.animation.ObjectAnimator;
49 import android.view.animation.Interpolator;
355 // up, or until we transition home and the home animation is composed
430 public void onAnimationEnd(Animator animation) {
473 // Start the window animation without waiting for launcher.
779 // Defer finishing the animation until the next launcher frame with the
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java18 import android.animation.ValueAnimator;
25 import android.support.animation.DynamicAnimation;
67 // Starts the springs after at least 55% of the animation has passed.
465 * Adds an update listener to {@param animator} that adds springs to the animation.
481 public void onAnimationEnd(DynamicAnimation animation,
/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmLockPassword.java37 import android.view.animation.AnimationUtils;
49 import com.android.settingslib.animation.AppearAnimationUtils;
50 import com.android.settingslib.animation.DisappearAnimationUtils;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListFragment.java20 import android.animation.Animator;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.ObjectAnimator;
835 // the animation will remove the hardware layer upon completion.
1731 public void onAnimationStart(Animator animation) { argument
1739 public void onAnimationCancel(Animator animation) { argument
1744 public void onAnimationEnd(Animator animation) { argument
1750 // If the animation is canceled, then the next animation onAnimationEnd will disable
/packages/apps/Gallery/src/com/android/camera/
H A DUtil.java38 import android.view.animation.Animation;
39 import android.view.animation.TranslateAnimation;

Completed in 835 milliseconds

<<111213141516