Searched refs:mMainKeyboardView (Results 1 – 3 of 3) sorted by relevance
637 mMainKeyboardView.setAlpha(mAlphaIn); in resetVoice()965 offsetRect(mRect, mMainKeyboardView); in getBestFocus()996 offsetRect(mRect, mMainKeyboardView); in getBestFocus()1063 mPrevView = mMainKeyboardView; in setKbFocus()1197 if (mMainKeyboardView.isShifted()) { in onTextEntry()1213 if (mMainKeyboardView.isShifted()) { in onSpaceEntry()1225 if (mMainKeyboardView.isShifted()) { in onPeriodEntry()1241 return mMainKeyboardView.isShifted(); in isCurrKeyShifted()1423 offsetRect(mRect, mMainKeyboardView); in resetFocusCursor()1439 mMainKeyboardView.setShiftState(state); in setShiftState()[all …]
33 private MainKeyboardView mMainKeyboardView; field in InputView46 mMainKeyboardView = (MainKeyboardView)findViewById(R.id.keyboard_view); in onFinishInflate()48 mMainKeyboardView, suggestionStripView); in onFinishInflate()50 mMainKeyboardView, suggestionStripView); in onFinishInflate()60 && mMainKeyboardView.isShowingMoreKeysPanel()) { in dispatchHoverEvent()
72 MainKeyboardView mMainKeyboardView; field in SuggestionStripView189 mMainKeyboardView = (MainKeyboardView)inputView.findViewById(R.id.keyboard_view); in setListener()271 mMainKeyboardView.onDismissMoreKeysPanel();276 mMainKeyboardView.onShowMoreKeysPanel(panel);301 final Keyboard parentKeyboard = mMainKeyboardView.getKeyboard(); in showMoreSuggestions()