Searched refs:keyboardView (Results 1 – 4 of 4) sorted by relevance
181 final MainKeyboardView keyboardView = mKeyboardView; in setKeyboard() local182 final Keyboard oldKeyboard = keyboardView.getKeyboard(); in setKeyboard()183 keyboardView.setKeyboard(keyboard); in setKeyboard()185 keyboardView.setKeyPreviewPopupEnabled( in setKeyboard()188 keyboardView.updateAutoCorrectionState(mIsAutoCorrectionActive); in setKeyboard()189 keyboardView.updateShortcutKey(mSubtypeSwitcher.isShortcutImeReady()); in setKeyboard()194 keyboardView.startDisplayLanguageOnSpacebar(subtypeChanged, needsToDisplayLanguage, in setKeyboard()286 final MainKeyboardView keyboardView = getMainKeyboardView(); in startDoubleTapTimer() local287 if (keyboardView != null) { in startDoubleTapTimer()288 final TimerProxy timer = keyboardView.getTimerProxy(); in startDoubleTapTimer()[all …]
231 final MainKeyboardView keyboardView = getOuterInstance(); in handleMessage() local232 if (keyboardView == null) { in handleMessage()238 startWhileTypingFadeinAnimation(keyboardView); in handleMessage()249 keyboardView.onLongPress(tracker); in handleMessage()350 private static void startWhileTypingFadeinAnimation(final MainKeyboardView keyboardView) { in startWhileTypingFadeinAnimation() argument351 cancelAndStartAnimators(keyboardView.mAltCodeKeyWhileTypingFadeoutAnimator, in startWhileTypingFadeinAnimation()352 keyboardView.mAltCodeKeyWhileTypingFadeinAnimator); in startWhileTypingFadeinAnimation()355 private static void startWhileTypingFadeoutAnimation(final MainKeyboardView keyboardView) { in startWhileTypingFadeoutAnimation() argument356 cancelAndStartAnimators(keyboardView.mAltCodeKeyWhileTypingFadeinAnimator, in startWhileTypingFadeoutAnimation()357 keyboardView.mAltCodeKeyWhileTypingFadeoutAnimator); in startWhileTypingFadeoutAnimation()[all …]
74 public AccessibilityEntityProvider(final KeyboardView keyboardView, in AccessibilityEntityProvider() argument79 setView(keyboardView); in AccessibilityEntityProvider()87 public void setView(final KeyboardView keyboardView) { in setView() argument88 mKeyboardView = keyboardView; in setView()
1072 … mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView); in onLongPress()1115 … mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView); in onLongPress()