Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java162 private KeyboardView mMiniKeyboard; field in KeyboardView
1101 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()
1106 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() { in onLongPress()
1136 mMiniKeyboard.setKeyboard(keyboard); in onLongPress()
1137 mMiniKeyboard.setPopupParent(this); in onLongPress()
1144 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()
1154 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()
1155 mMiniKeyboard.setShifted(isShifted()); in onLongPress()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25593 Landroid/inputmethodservice/KeyboardView;->mMiniKeyboard:Landroid/inputmethodservice/KeyboardView;