Home
last modified time | relevance | path

Searched refs:mMainKeyboardView (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
H A DLeanbackKeyboardContainer.java637 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 …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DInputView.java33 private MainKeyboardView mMainKeyboardView; field in InputView
46 mMainKeyboardView = (MainKeyboardView)findViewById(R.id.keyboard_view); in onFinishInflate()
48 mMainKeyboardView, suggestionStripView); in onFinishInflate()
50 mMainKeyboardView, suggestionStripView); in onFinishInflate()
60 && mMainKeyboardView.isShowingMoreKeysPanel()) { in dispatchHoverEvent()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java72 MainKeyboardView mMainKeyboardView; field in SuggestionStripView
189 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()