Searched refs:Hyphenator_Delegate (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DHyphenator_Delegate.java31 public class Hyphenator_Delegate { class
33 private static final DelegateManager<Hyphenator_Delegate> sDelegateManager = new
34 DelegateManager<Hyphenator_Delegate>(Hyphenator_Delegate.class);
44 return sDelegateManager.addNewDelegate(new Hyphenator_Delegate());
H A DStaticLayout_Delegate.java57 return Hyphenator_Delegate.loadHyphenator(buf, offset);

Completed in 153 milliseconds