Home
last modified time | relevance | path

Searched refs:SkbPool (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSkbPool.java26 public class SkbPool { class
27 private static SkbPool mInstance = null;
32 private SkbPool() { in SkbPool() method in SkbPool
35 public static SkbPool getInstance() { in getInstance()
36 if (null == mInstance) mInstance = new SkbPool(); in getInstance()
DSkbContainer.java274 SkbPool skbPool = SkbPool.getInstance(); in updateSkbLayout()
342 SkbPool skbPool = SkbPool.getInstance(); in popupSymbols()
DXmlKeyboardLoader.java432 SkbPool skbPool = SkbPool.getInstance(); in loadKeyboard()