Lines Matching refs:AnimatedDrawableDescriptor

49 … passed resource ID or name belongs to a common image. If the [AnimatedDrawableDescriptor](../js-a…
67 … passed resource ID or name belongs to a common image. If the [AnimatedDrawableDescriptor](../js-a…
83 … passed resource ID or name belongs to a common image. If the [AnimatedDrawableDescriptor](../js-a…
100 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
138 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
158 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
180 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
200 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
220 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
240 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
260 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
286 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
306 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
326 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
390 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
416 …s not take effect when the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
571 This event is not triggered if the parameter type of the component is [AnimatedDrawableDescriptor](…
599 This event is not triggered if the parameter type of the component is [AnimatedDrawableDescriptor](…
619 …nt is not triggered if the parameter type of the component is [AnimatedDrawableDescriptor](../js-a…
633 The callback is not triggered if the parameter type of the component is [AnimatedDrawableDescriptor
649 This event is not triggered if the parameter type of the component is [AnimatedDrawableDescriptor](…
923 …trates how to play an animation of a **PixelMap** array using [AnimatedDrawableDescriptor](../js-a…
926 import {AnimationOptions, AnimatedDrawableDescriptor} from '@kit.ArkUI'
934 @State animated: AnimatedDrawableDescriptor | undefined = undefined;
938 this.animated = new AnimatedDrawableDescriptor(this.pixelmaps, this.options);
953 this.animated = new AnimatedDrawableDescriptor(this.pixelmaps, this.options);
957 this.animated = new AnimatedDrawableDescriptor(this.pixelmaps, this.options);