File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -134,16 +134,6 @@ declare namespace com {
134
134
}
135
135
}
136
136
137
- namespace animated {
138
- namespace base {
139
- class AnimatedDrawable {
140
- start ( ) : void ;
141
- stop ( ) : void ;
142
- isRunning ( ) : boolean ;
143
- }
144
- }
145
- }
146
-
147
137
namespace core {
148
138
class ImagePipeline {
149
139
isInBitmapMemoryCache ( uri : android . net . Uri ) : boolean ;
Original file line number Diff line number Diff line change @@ -308,17 +308,17 @@ export class FailureEventData {
308
308
*/
309
309
export interface AnimatedImage {
310
310
/**
311
- * Starts the AnimatedDrawable image.
311
+ * Starts the native Android Animatable image.
312
312
*/
313
313
start ( ) : void ;
314
314
315
315
/**
316
- * Stops the AnimatedDrawable image.
316
+ * Stops the native Android Animatable image.
317
317
*/
318
318
stop ( ) : void ;
319
319
320
320
/**
321
- * Returns boolean value representing the if the AnimatedDrawable 's is being animated.
321
+ * Returns boolean value representing the if the native Android Animatable 's is being animated.
322
322
*/
323
323
isRunning ( ) : boolean ;
324
324
}
You can’t perform that action at this time.
0 commit comments