Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java189 private int mPopupPreviewY; field in KeyboardView
958 mPopupPreviewY = key.y - popupHeight + mPreviewOffset; in showKey()
962 mPopupPreviewY = - mPreviewText.getMeasuredHeight(); in showKey()
973 mPopupPreviewY += mCoordinates[1]; in showKey()
977 if (mPopupPreviewY + mCoordinates[1] < 0) { in showKey()
985 mPopupPreviewY += popupHeight; in showKey()
989 previewPopup.update(mPopupPreviewX, mPopupPreviewY, in showKey()
995 mPopupPreviewX, mPopupPreviewY); in showKey()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22730 Landroid/inputmethodservice/KeyboardView;->mPopupPreviewY:I