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

/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java37 public class MemoryMappedFile_Delegate { class
39 private static final DelegateManager<MemoryMappedFile_Delegate> sManager = new
40 DelegateManager<MemoryMappedFile_Delegate>(MemoryMappedFile_Delegate.class);
70 MemoryMappedFile_Delegate newDelegate = new MemoryMappedFile_Delegate(file);
95 MemoryMappedFile_Delegate delegate = getDelegate(file);
101 public MemoryMappedFile_Delegate(RandomAccessFile file) throws IOException { method in class:MemoryMappedFile_Delegate
113 private static MemoryMappedFile_Delegate getDelegate(MemoryMappedFile file) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java61 import libcore.io.MemoryMappedFile_Delegate;
248 MemoryMappedFile_Delegate.setDataDir(fontLocation.getAbsoluteFile().getParentFile());

Completed in 4347 milliseconds