flutter_sprites
dart:jni
JniClass
setStaticDoubleField
setStaticDoubleField
flutter_sprites
dart:jni
JniClass
setStaticDoubleField
method
setStaticDoubleField
Source
flutter_sprites
dart:jni
JniClass
Static methods
fromClassObject
fromName
Constructors
JniClass
Properties
hashCode
runtimeType
Operators
operator ==
Methods
callBooleanMethod
callByteMethod
callCharMethod
callDoubleMethod
callFloatMethod
callIntMethod
callLongMethod
callObjectMethod
callShortMethod
callStaticBooleanMethod
callStaticByteMethod
callStaticCharMethod
callStaticDoubleMethod
callStaticFloatMethod
callStaticIntMethod
callStaticLongMethod
callStaticObjectMethod
callStaticShortMethod
callStaticVoidMethod
callVoidMethod
getBooleanField
getByteField
getCharField
getDoubleField
getFieldId
getFloatField
getIntField
getLongField
getMethodId
getObjectClass
getObjectField
getShortField
getStaticBooleanField
getStaticByteField
getStaticCharField
getStaticDoubleField
getStaticFieldId
getStaticFloatField
getStaticIntField
getStaticLongField
getStaticMethodId
getStaticObjectField
getStaticShortField
isAssignable
newObject
noSuchMethod
setBooleanField
setByteField
setCharField
setDoubleField
setFloatField
setIntField
setLongField
setObjectField
setShortField
setStaticBooleanField
setStaticByteField
setStaticCharField
setStaticDoubleField
setStaticFloatField
setStaticIntField
setStaticLongField
setStaticObjectField
setStaticShortField
toString
void
setStaticDoubleField
(
int
fieldId
,
double
value
)
Source
void setStaticDoubleField(int fieldId, double value) native 'JniClass_SetStaticDoubleField';