Searched refs:softKeyView (Results 1 – 1 of 1) sorted by relevance
89 TextView softKeyView = mKeyboardView.findViewById(id); in mapSoftKeys() local90 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() local115 softKeyView.setAllCaps(isShiftOn); in handleShift()