Home
last modified time | relevance | path

Searched refs:moreKeysPanel (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java1045 final MoreKeysPanel moreKeysPanel = sDrawingProxy.showMoreKeysKeyboard(key, this); in onLongPressed() local
1046 if (moreKeysPanel == null) { in onLongPressed()
1049 final int translatedX = moreKeysPanel.translateX(mLastX); in onLongPressed()
1050 final int translatedY = moreKeysPanel.translateY(mLastY); in onLongPressed()
1051 moreKeysPanel.onDownEvent(translatedX, translatedY, mPointerId, SystemClock.uptimeMillis()); in onLongPressed()
1052 mMoreKeysPanel = moreKeysPanel; in onLongPressed()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java319 final MoreKeysPanel moreKeysPanel = mMoreSuggestionsView; in showMoreSuggestions() local
322 moreKeysPanel.showMoreKeysPanel(this, mMoreSuggestionsController, pointX, pointY, in showMoreSuggestions()