Searched refs:mPopupKeyboardView (Results 1 – 2 of 2) sorted by relevance
172 private KeyboardView mPopupKeyboardView; field in KeyboardView1142 if (mPopupKeyboardView == null || mCurrentKey < 0 || mCurrentKey >= mKeys.length) { in openPopupIfRequired()1173 mPopupKeyboardView.setKeyboard(keyboard, mLocale); in onLongPress()1174 mPopupKeyboardView.setVisibility(VISIBLE); in onLongPress()1175 mPopupKeyboardView.setShifted(isShifted()); in onLongPress()1176 mPopupKeyboardView.mAnimateInAnimator.start(); in onLongPress()1177 mPopupKeyboardView.mLastSentIndex = NOT_A_KEY; in onLongPress()1180 mPopupKeyboardView.invalidate(); in onLongPress()1446 if (mPopupKeyboardView != null && mPopupKeyboardView.getVisibility() == View.VISIBLE) { in dismissPopupKeyboard()1447 if (mPopupKeyboardView.mAnimateInValue == MAX_ANIMATION_VALUE) { in dismissPopupKeyboard()[all …]
76 private KeyboardView mPopupKeyboardView; field in CarLatinIME178 mPopupKeyboardView = (KeyboardView) v.findViewById(R.id.popup_keyboard); in onCreateInputView()179 mKeyboardView.setPopupKeyboardView(mPopupKeyboardView); in onCreateInputView()198 mPopupKeyboardView.setOnKeyboardActionListener(mPopupKeyboardActionListener); in onStartInputView()