Package org.robolectric.shadows
Class ShadowNativeHyphenator
java.lang.Object
org.robolectric.shadows.ShadowNativeHyphenator
@Implements(value=android.text.Hyphenator.class,
minSdk=28,
shadowPicker=Picker.class,
isInAndroidSdk=false,
callNativeMethodsByDefault=true)
public class ShadowNativeHyphenator
extends Object
Shadow for
Hyphenator
that is backed by native code. This is a no-op at the moment, as
the hyphenation data is not embedded in the android-all jars.
There is a single method, Hyphenator.init()
, that is invoked by Zygote. We eventually
need to invoke this from DefaultNativeRuntimeLoader
.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShadowNativeHyphenator
public ShadowNativeHyphenator()
-
-
Method Details
-
nInit
-