Searched refs:SkbPool (Results 1 – 3 of 3) sorted by relevance
26 public class SkbPool { class27 private static SkbPool mInstance = null;32 private SkbPool() { in SkbPool() method in SkbPool35 public static SkbPool getInstance() { in getInstance()36 if (null == mInstance) mInstance = new SkbPool(); in getInstance()
274 SkbPool skbPool = SkbPool.getInstance(); in updateSkbLayout()342 SkbPool skbPool = SkbPool.getInstance(); in popupSymbols()
432 SkbPool skbPool = SkbPool.getInstance(); in loadKeyboard()