Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleKeyboard.java89 TextView softKeyView = mKeyboardView.findViewById(id); in mapSoftKeys() local
90 mSoftKeyViews.put(id, softKeyView); in mapSoftKeys()
91 String tagData = softKeyView.getTag() != null ? softKeyView.getTag().toString() : null; in mapSoftKeys()
92 softKeyView.setOnClickListener(v -> handle(tagData)); in mapSoftKeys()
114 TextView softKeyView = mSoftKeyViews.valueAt(i); in handleShift() local
115 softKeyView.setAllCaps(isShiftOn); in handleShift()