Movie Drawable
class MovieDrawable @JvmOverloads() constructor(movie: Movie, pool: BitmapPool, config: Bitmap.Config, scale: Scale) : Drawable, Animatable2Compat
Content copied to clipboard
A Drawable that supports rendering Movies (i.e. GIFs).
NOTE: Prefer using ImageDecoderDecoder and AnimatedImageDrawable on API 28 and above.
Constructors
MovieDrawable
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Types
Functions
applyTheme
Link copied to clipboard
canApplyTheme
Link copied to clipboard
clearAnimationCallbacks
Link copied to clipboard
open override fun clearAnimationCallbacks()
Content copied to clipboard
clearColorFilter
Link copied to clipboard
open fun clearColorFilter()
Content copied to clipboard
copyBounds
Link copied to clipboard
getAnimatedTransformation
Link copied to clipboard
getCallback
Link copied to clipboard
getChangingConfigurations
Link copied to clipboard
getColorFilter
Link copied to clipboard
getConstantState
Link copied to clipboard
getCurrent
Link copied to clipboard
getDirtyBounds
Link copied to clipboard
getHotspotBounds
Link copied to clipboard
getIntrinsicHeight
Link copied to clipboard
getIntrinsicWidth
Link copied to clipboard
getLayoutDirection
Link copied to clipboard
getMinimumHeight
Link copied to clipboard
getMinimumWidth
Link copied to clipboard
getOpacity
Link copied to clipboard
getOpticalInsets
Link copied to clipboard
getOutline
Link copied to clipboard
getPadding
Link copied to clipboard
getRepeatCount
Link copied to clipboard
getTransparentRegion
Link copied to clipboard
inflate
Link copied to clipboard
open fun inflate(p0: Resources, p1: XmlPullParser, p2: AttributeSet, p3: Resources.Theme?)
Content copied to clipboard
invalidateSelf
Link copied to clipboard
open fun invalidateSelf()
Content copied to clipboard
isAutoMirrored
Link copied to clipboard
isFilterBitmap
Link copied to clipboard
isProjected
Link copied to clipboard
isStateful
Link copied to clipboard
jumpToCurrentState
Link copied to clipboard
open fun jumpToCurrentState()
Content copied to clipboard
onBoundsChange
Link copied to clipboard
onLayoutDirectionChanged
Link copied to clipboard
onLevelChange
Link copied to clipboard
onStateChange
Link copied to clipboard
registerAnimationCallback
Link copied to clipboard
open override fun registerAnimationCallback(callback: Animatable2Compat.AnimationCallback)
Content copied to clipboard
scheduleSelf
Link copied to clipboard
setAnimatedTransformation
Link copied to clipboard
fun setAnimatedTransformation(animatedTransformation: AnimatedTransformation?)
Content copied to clipboard
Set the AnimatedTransformation to apply when drawing.
setAutoMirrored
Link copied to clipboard
setCallback
Link copied to clipboard
setChangingConfigurations
Link copied to clipboard
setColorFilter
Link copied to clipboard
setFilterBitmap
Link copied to clipboard
setHotspot
Link copied to clipboard
setHotspotBounds
Link copied to clipboard
setLayoutDirection
Link copied to clipboard
setRepeatCount
Link copied to clipboard
setTintBlendMode
Link copied to clipboard
setTintList
Link copied to clipboard
setTintMode
Link copied to clipboard
setVisible
Link copied to clipboard
unregisterAnimationCallback
Link copied to clipboard
open override fun unregisterAnimationCallback(callback: Animatable2Compat.AnimationCallback): Boolean
Content copied to clipboard
unscheduleSelf
Link copied to clipboard