Searched defs:mPopupPreviewX (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java181 private int mPopupPreviewX; field in class:KeyboardView
935 mPopupPreviewX = key.x - mPreviewText.getPaddingLeft() + mPaddingLeft;
939 mPopupPreviewX = 160 - mPreviewText.getMeasuredWidth() / 2;
950 mPopupPreviewX += mCoordinates[0];
959 mPopupPreviewX += (int) (key.width * 2.5);
961 mPopupPreviewX -= (int) (key.width * 2.5);
967 previewPopup.update(mPopupPreviewX, mPopupPreviewY,
973 mPopupPreviewX, mPopupPreviewY);

Completed in 63 milliseconds