/aosp_15_r20/frameworks/base/core/java/android/view/animation/ |
H A D | AnimationSet.java | 133 final ArrayList<Animation> animations = mAnimations; in clone() local 187 final ArrayList<Animation> animations = mAnimations; in hasAlpha() local 259 final ArrayList<Animation> animations = mAnimations; in setStartTime() local 272 final ArrayList<Animation> animations = mAnimations; in getStartTime() local 286 final ArrayList<Animation> animations = mAnimations; in restrictDuration() local 302 final ArrayList<Animation> animations = mAnimations; in getDuration() local 327 final ArrayList<Animation> animations = mAnimations; in computeDurationHint() local 345 final ArrayList<Animation> animations = mAnimations; in initializeInvalidateRegion() local 392 final ArrayList<Animation> animations = mAnimations; in getTransformation() local 430 final ArrayList<Animation> animations = mAnimations; in scaleCurrentDuration() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 266 boolean buildAnimation(@NonNull ArrayList<Animator> animations, in buildAnimation() 346 private void startDisplayRotation(@NonNull ArrayList<Animator> animations, in startDisplayRotation() 353 private void startScreenshotRotationAnimation(@NonNull ArrayList<Animator> animations, in startScreenshotRotationAnimation() 360 private void buildScreenshotAlphaAnimation(@NonNull ArrayList<Animator> animations, in buildScreenshotAlphaAnimation() 367 private void buildLumaAnimation(@NonNull ArrayList<Animator> animations, in buildLumaAnimation()
|
H A D | DefaultTransitionHandler.java | 318 final ArrayList<Animator> animations = new ArrayList<>(); in startAnimation() local 709 ArrayList<Animator> animations, Runnable onAnimFinish) { in startRotationAnimation() 829 private void attachThumbnail(@NonNull ArrayList<Animator> animations, in attachThumbnail() 846 private void attachCrossProfileThumbnailAnimation(@NonNull ArrayList<Animator> animations, in attachCrossProfileThumbnailAnimation() 884 private void attachThumbnailAnimation(@NonNull ArrayList<Animator> animations, in attachThumbnailAnimation()
|
H A D | DefaultSurfaceAnimator.java | 40 static void buildSurfaceAnimation(@NonNull ArrayList<Animator> animations, in buildSurfaceAnimation() 51 static void buildSurfaceAnimation(@NonNull ArrayList<Animator> animations, in buildSurfaceAnimation()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/ |
H A D | FreeformTaskTransitionHandler.java | 124 final ArrayList<Animator> animations = new ArrayList<>(); in startAnimation() local 180 ArrayList<Animator> animations = mAnimations.get(mergeTarget); in mergeAnimation() local 220 ArrayList<Animator> animations, in startMinimizeTransition() 251 SurfaceControl.Transaction finishT, ArrayList<Animator> animations, in startCloseTransition()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/inputdevice/tutorial/ui/composable/ |
D | TutorialScreenConfig.java | 14 …roid.systemui.inputdevice.tutorial.ui.composable.TutorialScreenConfig.Animations animations = null; field in TutorialScreenConfig 19 …com.android.systemui.inputdevice.tutorial.ui.composable.TutorialScreenConfig.Animations animations… in TutorialScreenConfig() 57 …com.android.systemui.inputdevice.tutorial.ui.composable.TutorialScreenConfig.Animations animations… in copy()
|
/aosp_15_r20/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | ReflectionInflaterTest.java | 47 final List<Animation> animations = set.getAnimations(); in testInflateXml() local 61 final List<Animation> animations = set.getAnimations(); in testDefaultPackage() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopBackNavigationTransitionHandler.kt | 59 val animations = mutableListOf<Animator>() in <lambda>() constant
|
H A D | CloseDesktopTaskTransitionHandler.kt | 65 val animations = mutableListOf<Animator>() in handleRequest() constant
|
/aosp_15_r20/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
H A D | CardFlip.java | 244 List<Animator> animations = new ArrayList<Animator>(); in rotateCards() local 275 List<Animator> animations = new ArrayList<Animator>(); in rotateCardsFullRotation() local
|
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/ |
H A D | ProdAnimationsTestCase.kt | 67 val animations = fetchAllObjects("lottie-prod-animations") in <lambda>() constant
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
D | DynamicAnimator.java | 32 public final List<DynamicAnimation> animations = new ArrayList<>(); field in DynamicAnimator
|
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/ |
H A D | ClockFaceController.kt | 46 val animations: ClockAnimations constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ |
H A D | SimpleClockLayerController.kt | 29 val animations: ClockAnimations constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/kapt/gen/stubs/com/android/systemui/shared/clocks/ |
D | ComposedDigitalLayerController.java | 37 private final com.android.systemui.plugins.clocks.ClockAnimations animations = null; field in ComposedDigitalLayerController
|
D | SimpleDigitalHandLayerController.java | 42 private final com.android.systemui.plugins.clocks.ClockAnimations animations = null; field in SimpleDigitalHandLayerController
|
D | FlexClockFaceController.java | 42 private final com.android.systemui.plugins.clocks.ClockAnimations animations = null; field in FlexClockFaceController
|
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/showcase/ |
H A D | ShowcaseViewModel.kt | 17 val animations: Async<AnimationsResponseV2> = Uninitialized constant in com.airbnb.lottie.sample.compose.showcase.ShowcaseState
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/inputdevice/tutorial/ui/composable/ |
H A D | TutorialScreenConfig.kt | 27 val animations: Animations, constant in com.android.systemui.inputdevice.tutorial.ui.composable.TutorialScreenConfig
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | ScreenOffAnimationController.java | 21 …te final java.util.List<com.android.systemui.statusbar.phone.ScreenOffAnimation> animations = null; field in ScreenOffAnimationController
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | HomeStatusBarViewModelImpl.java | 83 …com.android.systemui.statusbar.events.domain.interactor.SystemStatusEventAnimationInteractor anima… in HomeStatusBarViewModelImpl()
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | AnimatedTaskView.java | 130 ArrayList<Animator> animations = new ArrayList<>(); in createAnimationToMultiRowLayout() local
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | SpriteComponent.java | 76 final PhasedObjectManager animations = mAnimations; in update() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationRunner.java | 264 final Animation[] animations = in createChangeAnimationAdapters() local
|
/aosp_15_r20/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | SkottieActivity.java | 190 int animations = mAnimations.size(); in addLottie() local
|