HomeSort by relevance Sort by last modified time
    Searched refs:mMiniKeyboardCache (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 159 private Map<Key,View> mMiniKeyboardCache;
369 mMiniKeyboardCache = new HashMap<Key,View>();
478 mMiniKeyboardCache.clear();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 160 private Map<Key,View> mMiniKeyboardCache;
372 mMiniKeyboardCache = new HashMap<Key,View>();
476 mMiniKeyboardCache.clear(); // Not really necessary to do every time, but will free up views
    [all...]

Completed in 356 milliseconds