Searched refs:animation (Results 476 - 500 of 567) sorted by relevance

<<11121314151617181920>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsOnboarding.java57 import android.view.animation.AccelerateInterpolator;
58 import android.view.animation.DecelerateInterpolator;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java34 import android.animation.Animator;
35 import android.animation.ValueAnimator;
327 // Neither scrims should be tinted anymore after the animation.
576 Assert.assertFalse("No animation when ColorFade kicks in",
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java19 import android.animation.AnimatorSet;
20 import android.animation.ObjectAnimator;
522 * @param animate True to animate the transition, false to show with no animation.
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarOverlayLayout.java21 import android.animation.Animator;
22 import android.animation.AnimatorListenerAdapter;
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java19 import android.animation.LayoutTransition;
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java17 package android.view.animation;
94 * to allow the animation clock to self-update.
104 * Returns the current animation time in milliseconds. This time should be used when invoking
109 * @return the current animation time in milliseconds
128 * @param id The resource id of the animation to load
129 * @return The animation object reference by the specified id
130 * @throws NotFoundException when the animation cannot be loaded
140 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
145 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
192 throw new RuntimeException("Unknown animation nam
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java1470 .setUpdateListener(animation -> {
1471 int alpha = (int) ((Float) animation.getAnimatedValue()
1489 .setUpdateListener(animation -> {
1490 int alpha = (int) ((1f - (Float) animation.getAnimatedValue())
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java23 import android.animation.ValueAnimator;
24 import android.animation.ValueAnimator.AnimatorUpdateListener;
142 private final AnimatorUpdateListener mUpdateBackgroundScrimAlpha = (animation) -> {
143 int alpha = (Integer) animation.getAnimatedValue();
258 // Otherwise, defer until the enter animation completes to animate the scrim alpha with
259 // the tasks for the home animation.
804 * @param postAnimationTrigger to keep track of the animation
960 // Request screen pinning after the animation runs
H A DTaskViewHeader.java22 import android.animation.Animator;
23 import android.animation.AnimatorListenerAdapter;
671 public void onAnimationEnd(Animator animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java19 import android.animation.AnimatorListenerAdapter;
200 * @param fade Whether an animation should be played to change the state.
209 * @param fade Whether an animation should be played to change the state.
210 * @param delay If fading, the delay of the animation.
301 * Perform a remove animation on this view.
302 * @param duration The duration of the remove animation.
303 * @param delay The delay of the animation
305 * animation should be performed. A value of -1 means that The
306 * remove animation should be performed upwards,
309 * @param isHeadsUpAnimation Is this a headsUp animation
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragment.java31 import android.animation.Animator;
32 import android.animation.AnimatorListenerAdapter;
33 import android.animation.ObjectAnimator;
515 // Rerun a show animation to indicate change but don't rerun a hide animation
534 // Handle the visibility change and animation
542 // Reset the alpha if any has changed due to hide animation
545 // Run the rotate icon's animation if it has one
554 // If invisible, call will stop animation.
584 public void onAnimationEnd(Animator animation) {
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java26 import android.animation.ObjectAnimator;
27 import android.animation.ValueAnimator;
59 import android.view.animation.DecelerateInterpolator;
60 import android.view.animation.Interpolator;
505 // If this message is pending we are in a rotation animation and do not want
H A DDockedStackDividerController.java50 import android.view.animation.AnimationUtils;
51 import android.view.animation.Interpolator;
52 import android.view.animation.PathInterpolator;
70 * The fraction during the maximize/clip reveal animation the divider meets the edge of the clip
76 * The fraction during the maximize/clip reveal animation the divider meets the edge of the clip
397 // Animation might be delayed, so only notify if we don't run an animation.
518 * stack, to avoid animation problems. This flag indicates whether the request to hide the IME
635 * an animation.
779 // If we're not in an animation, the starting point depends on whether we're adjusted
780 // or not. If we're already in an animation, w
[all...]
H A DScreenRotationAnimation.java41 import android.view.animation.Animation;
42 import android.view.animation.AnimationUtils;
43 import android.view.animation.Transformation;
55 * Layers for screen rotation animation. We put these layers above
83 // The starting animation for the exiting and entering elements. This
84 // animation applies a transformation while the rotation is in progress.
93 // The finishing animation for the exiting and entering elements. This
94 // animation needs to undo the transformation of the starting animation.
104 // The current active animation t
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java39 import android.view.animation.Animation;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DLines2Activity.java19 import android.animation.ObjectAnimator;
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DActionBar.java29 import androidx.interpolator.view.animation.FastOutSlowInInterpolator;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java22 import android.animation.Animator;
23 import android.animation.AnimatorInflater;
24 import android.animation.AnimatorListenerAdapter;
388 public void onAnimationEnd(Animator animation) {
911 // No animations for this, currently, because the animation is done on
1094 * Expands or collapse the sub actions list view with transition animation
1114 * Returns if expand/collapse animation is supported. When this method returns true,
1181 * Expand an action. Do nothing if it is in animation or there is action expanded.
1184 * @param withTransition True to run transition animation, false otherwsie.
1232 * Collapse expanded action. Do nothing if it is in animation o
[all...]
H A DImageCardView.java16 import android.animation.ObjectAnimator;
320 * Sets the image drawable with fade-in animation.
327 * Sets the image drawable with optional fade-in animation.
H A DParallaxEffect.java19 import android.animation.PropertyValuesHolder;
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DRemoteInputView.java19 import android.animation.Animator;
242 // needs to stay visible for the animation.
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DWindowDecorActionBar.java41 import android.view.animation.AccelerateInterpolator;
42 import android.view.animation.DecelerateInterpolator;
43 import android.view.animation.Interpolator;
325 * Enables or disables animation between show/hide states.
326 * If animation is disabled using this method, animations in progress
816 // a little time for the status bar to start its animation before
886 // out when the animation starts. This can lead to the container collapsing to 0px
1019 // to be hidden, defer the onDestroy callback until the animation
1033 // Clear out the context mode views after the animation finishes
/frameworks/base/config/
H A Dboot-image-profile.txt86 HPLandroid/animation/Animator$AnimatorConstantState;->getChangingConfigurations()I
87 HPLandroid/animation/Animator$AnimatorListener;->onAnimationEnd(Landroid/animation/Animator;)V
88 HPLandroid/animation/Animator;-><init>()V
89 HPLandroid/animation/Animator;->addPauseListener(Landroid/animation/Animator$AnimatorPauseListener;)V
90 HPLandroid/animation/Animator;->end()V
91 HPLandroid/animation/Animator;->isInitialized()Z
92 HPLandroid/animation/Animator;->pause()V
93 HPLandroid/animation/Animato
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
69 import android.view.animation.AnimationUtils;
70 import android.view.animation.Interpolator;
/frameworks/base/core/java/android/widget/
H A DStackView.java18 import android.animation.ObjectAnimator;
19 import android.animation.PropertyValuesHolder;
42 import android.view.animation.LinearInterpolator;
56 * Default animation parameters
345 // this animation so as not to interfere with the new transformation.

Completed in 3823 milliseconds

<<11121314151617181920>>