Home
last modified time | relevance | path

Searched defs:Animation (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/aosp_15_r20/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h65 struct Animation { struct
66 struct Frame {
95 Animation* animation; argument
105 int fps;
106 int width;
107 int height;
108 bool progressEnabled;
109 Vector<Part> parts;
110 String8 audioConf;
111 String8 fileName;
[all …]
H A Daudioplay.cpp338 typedef android::BootAnimation::Animation Animation; typedef
/aosp_15_r20/frameworks/base/core/java/android/view/animation/
H A DAnimation.java40 public abstract class Animation implements Cloneable { class
243 public Animation() { in Animation() method in Animation
254 public Animation(Context context, AttributeSet attrs) { in Animation() method in Animation
/aosp_15_r20/cts/tests/tests/view/src/android/view/animation/cts/
H A DAnimationTest.java110 new Animation(mActivity, attrs) { in testConstructor() method
113 new Animation() { in testConstructor() method
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Danimation.ts17 export class Animation { class
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DAnimation.java38 public class Animation extends Activity { class
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Deffect-callback.js93 scope.Animation.prototype._register = function() { class
H A Danimation.js33 scope.Animation = function(effect) { class in scope
H A Dweb-animations-next-animation.js18 scope.Animation = function(effect, timeline) { class in scope
/aosp_15_r20/external/subsampling-scale-image-view/
H A DREADME.md66 #### Animation subsubsection
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DGenericAnimationComponent.java76 public static final class Animation { class in GenericAnimationComponent
H A DButtonAnimationComponent.java22 public static final class Animation { class in ButtonAnimationComponent
H A DDoorAnimationComponent.java23 public static final class Animation { class in DoorAnimationComponent
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DAnimation.java48 abstract public class Animation { class
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/
H A Dweb-animations.js38 var Animation = function() {}; class
H A Dweb-animations-next.js110 Animation.prototype.effect; class
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dskottie.js105 CanvasKit.Animation.prototype.render = function(canvas, dstRect) { class in CanvasKit
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DRequestedLayerState.h57 Animation = 1u << 17, enumerator
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherSettings.java41 public static final class Animation { class in LauncherSettings
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DCustomCrossActivityBackAnimation.kt194 private fun Animation.getPostCommitProgress(linearProgress: Float): Float { in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTransitionAnimator.kt345 interface Animation { in <lambda>() interface
/aosp_15_r20/external/skia/modules/skottie/src/
H A DSkottieTool.cpp250 virtual void generateFrame(const skottie::Animation*, size_t frame_index) {} in generateFrame()
H A DSkottie.cpp466 Animation::Animation(sk_sp<sksg::RenderNode> scene_root, in Animation() function in skottie::Animation
/aosp_15_r20/external/google-cloud-java/java-video-transcoder/proto-google-cloud-video-transcoder-v1/src/main/proto/google/cloud/video/transcoder/v1/
H A Dresources.proto500 message Animation { message
/aosp_15_r20/external/googleapis/google/cloud/video/transcoder/v1/
H A Dresources.proto558 message Animation { message

12345678910>>...14