Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java181 final MainKeyboardView keyboardView = mKeyboardView; in setKeyboard() local
182 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() local
287 if (keyboardView != null) { in startDoubleTapTimer()
288 final TimerProxy timer = keyboardView.getTimerProxy(); in startDoubleTapTimer()
[all …]
DMainKeyboardView.java231 final MainKeyboardView keyboardView = getOuterInstance(); in handleMessage() local
232 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() argument
351 cancelAndStartAnimators(keyboardView.mAltCodeKeyWhileTypingFadeoutAnimator, in startWhileTypingFadeinAnimation()
352 keyboardView.mAltCodeKeyWhileTypingFadeinAnimator); in startWhileTypingFadeinAnimation()
355 private static void startWhileTypingFadeoutAnimation(final MainKeyboardView keyboardView) { in startWhileTypingFadeoutAnimation() argument
356 cancelAndStartAnimators(keyboardView.mAltCodeKeyWhileTypingFadeinAnimator, in startWhileTypingFadeoutAnimation()
357 keyboardView.mAltCodeKeyWhileTypingFadeoutAnimator); in startWhileTypingFadeoutAnimation()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityEntityProvider.java74 public AccessibilityEntityProvider(final KeyboardView keyboardView, in AccessibilityEntityProvider() argument
79 setView(keyboardView); in AccessibilityEntityProvider()
87 public void setView(final KeyboardView keyboardView) { in setView() argument
88 mKeyboardView = keyboardView; in setView()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java1072 … mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView); in onLongPress()
1115 … mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView); in onLongPress()