Searched refs:mSoftKeyViews (Results 1 – 1 of 1) sorted by relevance
71 private final SparseArray<TextView> mSoftKeyViews = new SparseArray<>(); field in SimpleKeyboard90 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()