Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleKeyboard.java71 private final SparseArray<TextView> mSoftKeyViews = new SparseArray<>(); field in SimpleKeyboard
90 mSoftKeyViews.put(id, softKeyView); in mapSoftKeys()
113 for (int i = 0; i < mSoftKeyViews.size(); i++) { in handleShift()
114 TextView softKeyView = mSoftKeyViews.valueAt(i); in handleShift()