Home
last modified time | relevance | path

Searched refs:Font_Builder_Delegate (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DFont_Builder_Delegate.java46 public class Font_Builder_Delegate { class
47 protected static final DelegateManager<Font_Builder_Delegate> sBuilderManager =
48 new DelegateManager<>(Font_Builder_Delegate.class);
62 return sBuilderManager.addNewDelegate(new Font_Builder_Delegate()); in nInitBuilder()
89 synchronized (Font_Builder_Delegate.class) { in nGetReleaseNativeAssetFunc()
107 Font_Builder_Delegate font = sBuilderManager.getDelegate(builderPtr); in nBuild()
120 synchronized (Font_Builder_Delegate.class) { in nGetReleaseNativeFont()
DFontFamily_Builder_Delegate.java81 Font_Builder_Delegate font = Font_Builder_Delegate.sBuilderManager.getDelegate(fontPtr); in nAddFont()
101 synchronized (Font_Builder_Delegate.class) {