Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java162 private KeyboardView mMiniKeyboard; field in KeyboardView
1103 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()
1108 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() { in onLongPress()
1138 mMiniKeyboard.setKeyboard(keyboard); in onLongPress()
1139 mMiniKeyboard.setPopupParent(this); in onLongPress()
1146 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()
1156 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()
1157 mMiniKeyboard.setShifted(isShifted()); in onLongPress()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22715 Landroid/inputmethodservice/KeyboardView;->mMiniKeyboard:Landroid/inputmethodservice/KeyboardView;