Searched refs:moreKeysPanel (Results 1 – 2 of 2) sorted by relevance
1045 final MoreKeysPanel moreKeysPanel = sDrawingProxy.showMoreKeysKeyboard(key, this); in onLongPressed() local1046 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()
319 final MoreKeysPanel moreKeysPanel = mMoreSuggestionsView; in showMoreSuggestions() local322 moreKeysPanel.showMoreKeysPanel(this, mMoreSuggestionsController, pointX, pointY, in showMoreSuggestions()