A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W 

R

RebuggerWrapper(Map) - function in app.rive.core.RebuggerWrapperKt
This is a no-op implementation of RebuggerWrapper, avoiding the Rebugger dependency in release builds.
RebuggerWrapperKt - class in app.rive.core
 
receiveViewModelInstance(ViewModelInstance.Transfer) - function in app.rive.runtime.kotlin.core.Artboard
 
receiveViewModelInstance(ViewModelInstance.Transfer) - function in app.rive.runtime.kotlin.core.StateMachineInstance
 
recomputeViewAttributes(View) - function in android.view.RiveUIView
 
RefCount - class in app.rive.runtime.kotlin.core
 
refreshDrawableState() - function in android.view.RiveAnimationView
 
refreshDrawableState() - function in android.view.RiveTextureView
 
refreshDrawableState() - function in android.view.RiveUIView
 
registerAudio(String,AudioHandle) - function in app.rive.core.CommandQueue
Register audio as an asset with the given name.
registerFont(String,FontHandle) - function in app.rive.core.CommandQueue
Register a font as an asset with the given name.
registerImage(String,ImageHandle) - function in app.rive.core.CommandQueue
Register an image as an asset with the given name.
registerListener(ListenerType) - function in app.rive.runtime.kotlin.Observable
 
registerListener(RiveFileController.Listener) - function in app.rive.runtime.kotlin.RiveAnimationView
 
registerListener(RiveFileController.Listener) - function in app.rive.runtime.kotlin.controllers.RiveFileController
 
release() - function in app.rive.runtime.kotlin.core.AnimationState
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.AnyState
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.Artboard
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.BlendState
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.EntryState
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ExitState
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.File
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.FileAsset
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ImageAsset
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.FontAsset
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.AudioAsset
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RiveRenderImage
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RiveFont
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RiveAudio
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.FileAssetLoader
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ContextAssetLoader
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.FallbackAssetLoader
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.CDNAssetLoader
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.LayerState
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.LinearAnimationInstance
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.NativeObject
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RefCount
 
release() - function in app.rive.runtime.kotlin.core.RiveEventReport
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RiveEvent
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RiveGeneralEvent
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RiveOpenURLEvent
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RiveTextValueRun
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.SMIBoolean
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.SMIInput
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.SMINumber
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.SMITrigger
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.StateMachineInstance
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModel
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModelInstance
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModelProperty
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModelNumberProperty
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModelStringProperty
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModelBooleanProperty
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModelColorProperty
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModelEnumProperty
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.ViewModelTriggerProperty
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.controllers.RiveFileController
Release a reference associated with this Controller.
release() - function in app.rive.runtime.kotlin.core.Renderer
Decrements the reference counter.
release() - function in app.rive.runtime.kotlin.core.RiveArtboardRenderer
Decrements the reference counter.
release() - function in app.rive.core.CommandQueue
 
releasePointerCapture() - function in android.view.RiveAnimationView
 
releasePointerCapture() - function in android.view.RiveTextureView
 
releasePointerCapture() - function in android.view.RiveUIView
 
rememberArtboard(RiveFile,String) - function in app.rive.ArtboardKt
Creates an Artboard from the given RiveFile.
rememberAudio(CommandQueue,ByteArray) - function in app.rive.AssetsKt
Decode audio from the given bytes on the provided commandQueue.
rememberCommandQueue() - function in app.rive.RememberCommandQueueKt
A CommandQueue is the worker that runs Rive in a thread.
RememberCommandQueueKt - class in app.rive
 
rememberCommandQueueOrNull(MutableState) - function in app.rive.RememberCommandQueueKt
A nullable variant of rememberCommandQueue that returns null if the command queue cannot be created.
rememberFont(CommandQueue,ByteArray) - function in app.rive.AssetsKt
Decode a font from the given bytes on the provided commandQueue.
rememberImage(CommandQueue,ByteArray) - function in app.rive.AssetsKt
WARNING: This function is not yet functional.
rememberRegisteredAudio(CommandQueue,String,ByteArray) - function in app.rive.AssetsKt
Decode and register audio from the given bytes on the provided commandQueue.
rememberRegisteredFont(CommandQueue,String,ByteArray) - function in app.rive.AssetsKt
Decode and register a font from the given bytes on the provided commandQueue.
rememberRegisteredImage(CommandQueue,String,ByteArray) - function in app.rive.AssetsKt
WARNING: This function is not yet functional.
rememberRiveFile(RiveFileSource,CommandQueue) - function in app.rive.RiveFileKt
Loads a RiveFile from the given source.
rememberViewModelInstance(RiveFile,ViewModelInstanceSource) - function in app.rive.ViewModelInstanceKt
Creates a ViewModelInstance from the given file and source.
remove(RefCount) - function in app.rive.runtime.kotlin.RiveViewLifecycleObserver
 
removeAllViews() - function in android.view.RiveUIView
 
removeAllViewsInLayout() - function in android.view.RiveUIView
 
removeCallbacks(Runnable) - function in android.view.RiveAnimationView
 
removeCallbacks(Runnable) - function in android.view.RiveTextureView
 
removeCallbacks(Runnable) - function in android.view.RiveUIView
 
removeDetachedView(View,Boolean) - function in android.view.RiveUIView
 
removeEventListener(RiveFileController.RiveEventListener) - function in app.rive.runtime.kotlin.RiveAnimationView
Removes the listener.
removeEventListener(RiveFileController.RiveEventListener) - function in app.rive.runtime.kotlin.controllers.RiveFileController
Removes the listener.
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.RiveAnimationView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.RiveTextureView
 
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.RiveUIView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.RiveAnimationView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.RiveTextureView
 
removeOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.RiveUIView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.RiveAnimationView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.RiveTextureView
 
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.RiveUIView
 
removeView(View) - function in android.view.RiveUIView
 
removeViewAt(Integer) - function in android.view.RiveUIView
 
removeViewInLayout(View) - function in android.view.RiveUIView
 
removeViews(Integer,Integer) - function in android.view.RiveUIView
 
removeViewsInLayout(Integer,Integer) - function in android.view.RiveUIView
 
Renderer - class in app.rive.runtime.kotlin.renderers
 
RendererMetrics - class in app.rive.runtime.kotlin.renderers
 
RendererMetrics.Companion - class in app.rive.runtime.kotlin.renderers.RendererMetrics
 
RendererType - class in app.rive.runtime.kotlin.core
 
RendererType.Companion - class in app.rive.runtime.kotlin.core.RendererType
 
requestApplyInsets() - function in android.view.RiveAnimationView
 
requestApplyInsets() - function in android.view.RiveTextureView
 
requestApplyInsets() - function in android.view.RiveUIView
 
requestChildFocus(View,View) - function in android.view.RiveUIView
 
requestChildRectangleOnScreen(View,Rect,Boolean) - function in android.view.RiveUIView
 
requestDisallowInterceptTouchEvent(Boolean) - function in android.view.RiveUIView
 
requestFitSystemWindows() - function in android.view.RiveAnimationView
 
requestFitSystemWindows() - function in android.view.RiveTextureView
 
requestFitSystemWindows() - function in android.view.RiveUIView
 
requestFocus() - function in android.view.RiveAnimationView
 
requestFocus(Integer) - function in android.view.RiveAnimationView
 
requestFocus(Integer,Rect) - function in android.view.RiveAnimationView
 
requestFocus() - function in android.view.RiveTextureView
 
requestFocus(Integer) - function in android.view.RiveTextureView
 
requestFocus(Integer,Rect) - function in android.view.RiveTextureView
 
requestFocus(Integer,Rect) - function in android.view.RiveUIView
 
requestFocus() - function in android.view.RiveUIView
 
requestFocus(Integer) - function in android.view.RiveUIView
 
requestFocusFromTouch() - function in android.view.RiveAnimationView
 
requestFocusFromTouch() - function in android.view.RiveTextureView
 
requestFocusFromTouch() - function in android.view.RiveUIView
 
requestLayout() - function in android.view.RiveAnimationView
 
requestLayout() - function in android.view.RiveTextureView
 
requestLayout() - function in android.view.RiveUIView
 
requestPointerCapture() - function in android.view.RiveAnimationView
 
requestPointerCapture() - function in android.view.RiveTextureView
 
requestPointerCapture() - function in android.view.RiveUIView
 
requestRectangleOnScreen(Rect) - function in android.view.RiveAnimationView
 
requestRectangleOnScreen(Rect,Boolean) - function in android.view.RiveAnimationView
 
requestRectangleOnScreen(Rect) - function in android.view.RiveTextureView
 
requestRectangleOnScreen(Rect,Boolean) - function in android.view.RiveTextureView
 
requestRectangleOnScreen(Rect) - function in android.view.RiveUIView
 
requestRectangleOnScreen(Rect,Boolean) - function in android.view.RiveUIView
 
requestSendAccessibilityEvent(View,AccessibilityEvent) - function in android.view.RiveUIView
 
requestTransparentRegion(View) - function in android.view.RiveUIView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.RiveAnimationView
 
requestUnbufferedDispatch(Integer) - function in android.view.RiveAnimationView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.RiveTextureView
 
requestUnbufferedDispatch(Integer) - function in android.view.RiveTextureView
 
requestUnbufferedDispatch(MotionEvent) - function in android.view.RiveUIView
 
requestUnbufferedDispatch(Integer) - function in android.view.RiveUIView
 
requireViewById(Integer) - function in android.view.RiveAnimationView
 
requireViewById(Integer) - function in android.view.RiveTextureView
 
requireViewById(Integer) - function in android.view.RiveUIView
 
reset() - function in app.rive.runtime.kotlin.RiveAnimationView
Reset the view by resetting the current artboard before any animations have been applied.
reset() - function in app.rive.runtime.kotlin.renderers.RiveArtboardRenderer
 
resetArtboardSize() - function in app.rive.runtime.kotlin.core.Artboard
Reset the artboard size to its defaults.
resetForTesting() - function in app.rive.runtime.kotlin.fonts.FontHelper.Companion
 
resetPivot() - function in android.view.RiveAnimationView
 
resetPivot() - function in android.view.RiveTextureView
 
resetPivot() - function in android.view.RiveUIView
 
ResourceType - class in app.rive.runtime.kotlin
Tracks which resource RiveAnimationView will load into the renderer.
ResourceType.Companion - class in app.rive.runtime.kotlin.ResourceType
 
ResourceType.ResourceBytes - class in app.rive.runtime.kotlin.ResourceType
 
ResourceType.ResourceId - class in app.rive.runtime.kotlin.ResourceType
 
ResourceType.ResourceRiveFile - class in app.rive.runtime.kotlin.ResourceType
 
ResourceType.ResourceUrl - class in app.rive.runtime.kotlin.ResourceType
 
restore() - function in app.rive.runtime.kotlin.renderers.Renderer
 
restore() - function in app.rive.runtime.kotlin.renderers.RiveArtboardRenderer
 
restoreControllerState(ControllerState) - function in app.rive.runtime.kotlin.RiveAnimationView
 
restoreControllerState(ControllerState) - function in app.rive.runtime.kotlin.controllers.RiveFileController
Restore a copy of the state to this Controller.
restoreDefaultFocus() - function in android.view.RiveAnimationView
 
restoreDefaultFocus() - function in android.view.RiveTextureView
 
restoreDefaultFocus() - function in android.view.RiveUIView
 
restoreHierarchyState(SparseArray) - function in android.view.RiveAnimationView
 
restoreHierarchyState(SparseArray) - function in android.view.RiveTextureView
 
restoreHierarchyState(SparseArray) - function in android.view.RiveUIView
 
Result - class in app.rive
Represents the result of an operation - typically loading - that can be in a loading, error, or success state.
Result.Error - class in app.rive.Result
 
Result.Loading - class in app.rive.Result
 
Result.Success - class in app.rive.Result
 
Rive - enum entry in app.rive.runtime.kotlin.core.RendererType
 
Rive - class in app.rive.runtime.kotlin.core
 
RiveAnimationView - class in app.rive.runtime.kotlin
This view aims to provide the most straightforward way to get Rive graphics into your application.
RiveAnimationView.Builder - class in app.rive.runtime.kotlin.RiveAnimationView
 
RiveAnimationView.Companion - class in app.rive.runtime.kotlin.RiveAnimationView
 
RiveAnimationView.RendererAttributes - class in app.rive.runtime.kotlin.RiveAnimationView
Tracks the renderer attributes that need to be applied to this View within its lifecycle.
RiveAnimationView.RendererAttributes.Companion - class in app.rive.runtime.kotlin.RiveAnimationView.RendererAttributes
 
RiveArtboardRenderer - class in app.rive.runtime.kotlin.renderers
 
RiveAudio - class in app.rive.runtime.kotlin.core
A native C++ object representing a Rive audio asset.
RiveAudio.Companion - class in app.rive.runtime.kotlin.core.RiveAudio
 
RiveEvent - class in app.rive.runtime.kotlin.core
A class for Rive events.
RiveEventException - class in app.rive.runtime.kotlin.core.errors
A custom exception signifying a problem with the supplied event index.
RiveEventReport - class in app.rive.runtime.kotlin.core
A class for reported Rive events to match its C++ counterpart.
RiveException - class in app.rive.runtime.kotlin.core.errors
A custom exception signifying a problem with some Rive components.
RiveFile - class in app.rive
A Rive file, which contains one or more artboards, state machines, and view model instances.
RiveFileController - class in app.rive.runtime.kotlin.controllers
 
RiveFileController.Companion - class in app.rive.runtime.kotlin.controllers.RiveFileController
 
RiveFileController.Listener - class in app.rive.runtime.kotlin.controllers.RiveFileController
 
RiveFileController.RiveEventListener - class in app.rive.runtime.kotlin.controllers.RiveFileController
 
RiveFileKt - class in app.rive
 
RiveFileRequest - class in app.rive.runtime.kotlin
 
RiveFileSource - class in app.rive
The source for a RiveFile.
RiveFileSource.Bytes - class in app.rive.RiveFileSource
 
RiveFileSource.RawRes - class in app.rive.RiveFileSource
 
RiveFont - class in app.rive.runtime.kotlin.core
A native C++ object representing a Rive font.
RiveFont.Companion - class in app.rive.runtime.kotlin.core.RiveFont
 
RiveGeneralEvent - class in app.rive.runtime.kotlin.core
A general Rive event.
RiveInitializer - class in app.rive.runtime.kotlin
Initializes Rive; needs to be done at startup.
RiveLog - class in app.rive
RiveLog allows configuring logging within Rive.
RiveLog.LogcatLogger - class in app.rive.RiveLog
Implementation that logs to Logcat with lazy msg() evaluation.
RiveLog.Logger - class in app.rive.RiveLog
Interface for logging.
RiveLog.NoOpLogger - class in app.rive.RiveLog
Logger implementation that logs nothing.
RiveOpenURLEvent - class in app.rive.runtime.kotlin.core
An open URL Rive event.
RiveRenderImage - class in app.rive.runtime.kotlin.core
A native C++ object representing a Rive image.
RiveRenderImage.Companion - class in app.rive.runtime.kotlin.core.RiveRenderImage
 
RiveSurface - class in app.rive.core
A collection of four surface properties needed for rendering.
RiveTextureView - class in app.rive.runtime.kotlin
 
RiveTextValueRun - class in app.rive.runtime.kotlin.core
A class for text run instances.
RiveUI(RiveFile,Modifier,Artboard,String,ViewModelInstance,Fit,Alignment,Integer) - function in app.rive.RiveUIKt
The main composable for rendering a Rive file's artboard and state machine.
RiveUIKt - class in app.rive
 
RiveUIView - class in app.rive
Note: This class is more experimental than others.
RiveViewLifecycleObserver - class in app.rive.runtime.kotlin
The DefaultLifecycleObserver tied to a RiveAnimationView.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W