OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
351
mMiniKeyboardCache
= new HashMap<Key,View>();
485
mMiniKeyboardCache
.clear(); // Not really necessary to do every time, but will free up views
[
all
...]
Completed in 38 milliseconds