HomeSort by relevance Sort by last modified time
    Searched refs:MoreKeysKeyboardView (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 36 public final class MoreKeysKeyboardView extends KeyboardView implements MoreKeysPanel {
94 public MoreKeysKeyboardView(Context context, AttributeSet attrs) {
98 public MoreKeysKeyboardView(Context context, AttributeSet attrs, int defStyle) {
MainKeyboardView.java 572 final MoreKeysKeyboardView moreKeysKeyboardView =
573 (MoreKeysKeyboardView)container.findViewById(R.id.more_keys_keyboard_view);
576 moreKeysKeyboardView.setKeyboard(moreKeysKeyboard);
579 return moreKeysKeyboardView;
    [all...]

Completed in 3716 milliseconds