-
- All Implemented Interfaces:
-
app.rive.runtime.kotlin.core.RefCount
public abstract class ContextAssetLoader extends FileAssetLoader
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanhasCppObjectprivate AtomicIntegerrefsprivate LongcppPointerprivate final List<RefCount>dependenciesprivate final IntegerrefCount
-
Constructor Summary
Constructors Constructor Description ContextAssetLoader(Context context)
-
Method Summary
Modifier and Type Method Description final BooleangetHasCppObject()final AtomicIntegergetRefs()final UnitsetRefs(AtomicInteger refs)final LonggetCppPointer()final UnitsetCppPointer(Long cppPointer)final List<RefCount>getDependencies()IntegergetRefCount()-
Methods inherited from class app.rive.runtime.kotlin.core.ContextAssetLoader
acquire, cppDelete, cppRef, loadContents, setRendererType -
Methods inherited from class app.rive.runtime.kotlin.core.FileAssetLoader
release -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ContextAssetLoader
ContextAssetLoader(Context context)
-
-
Method Detail
-
getHasCppObject
final Boolean getHasCppObject()
-
getRefs
final AtomicInteger getRefs()
-
setRefs
final Unit setRefs(AtomicInteger refs)
-
getCppPointer
final Long getCppPointer()
-
setCppPointer
final Unit setCppPointer(Long cppPointer)
-
getDependencies
final List<RefCount> getDependencies()
-
getRefCount
Integer getRefCount()
-
-
-
-